Home
last modified time | relevance | path

Searched refs:qp_thresh (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.h61 unsigned int qp_thresh; member
Ddenoising.c375 denoiser->denoise_pars.qp_thresh = 0; in vp8_denoiser_set_parameters()
384 denoiser->denoise_pars.qp_thresh = 80; in vp8_denoiser_set_parameters()
Donyx_if.c528 int qp_thresh = (cpi->oxcf.screen_content_mode == 2) ? 80 : 100; in cyclic_background_refresh() local
529 if (Q >= qp_thresh) { in cyclic_background_refresh()
575 Q < (int)cpi->denoiser.denoise_pars.qp_thresh && in cyclic_background_refresh()