Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.h61 unsigned int qp_thresh; member
Ddenoising.c374 denoiser->denoise_pars.qp_thresh = 0; in vp8_denoiser_set_parameters()
383 denoiser->denoise_pars.qp_thresh = 80; in vp8_denoiser_set_parameters()
Donyx_if.c515 int qp_thresh = (cpi->oxcf.screen_content_mode == 2) ? 80 : 100; in cyclic_background_refresh() local
516 if (Q >= qp_thresh) { in cyclic_background_refresh()
562 Q < (int)cpi->denoiser.denoise_pars.qp_thresh && in cyclic_background_refresh()
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c345 int qp_thresh = AOMMIN(20, rc->best_quality << 1); in av1_cyclic_refresh_update_parameters() local
350 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh || in av1_cyclic_refresh_update_parameters()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c483 int qp_thresh = VPXMIN((cpi->oxcf.content == VP9E_CONTENT_SCREEN) ? 35 : 20, in vp9_cyclic_refresh_update_parameters() local
489 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh || in vp9_cyclic_refresh_update_parameters()