Home
last modified time | relevance | path

Searched refs:denoise (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspeexdsp.c35 … size_t denoise; /* Param: Denoise: 0 to disable, or maximum noise attenuation in dB. */ member
92 if (!get_param(&argc, &argv, &p->denoise, denoiseDefault, 0, 100)) in getopts()
133 if (!p->agc && !p->denoise && !p->dereverb) in getopts()
137 p->denoise = denoiseDefault; in getopts()
216 int_val = p->denoise ? 1 : 2; in start()
218 if (p->denoise) in start()
220 int_val = -(spx_int32_t)p->denoise; in start()
/OK3568_Linux_fs/external/common_algorithm/audio/
H A DChangelog.txt22 - Supports 8~48kHz ANR denoise process
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c133 prep->denoise = 0; in h265e_init()
359 dst->denoise = src->denoise; in h265e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c150 prep->denoise = 0; in init_h264e_cfg_set()
277 dst->denoise = src->denoise; in h264e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c83 prep->denoise = 0; in vp8e_init()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h584 RK_S32 denoise; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h584 RK_S32 denoise; member