Searched refs:qp_thresh (Results 1 – 5 of 5) sorted by relevance
61 unsigned int qp_thresh; member
374 denoiser->denoise_pars.qp_thresh = 0; in vp8_denoiser_set_parameters()383 denoiser->denoise_pars.qp_thresh = 80; in vp8_denoiser_set_parameters()
514 int qp_thresh = (cpi->oxcf.screen_content_mode == 2) ? 80 : 100; in cyclic_background_refresh() local515 if (Q >= qp_thresh) { in cyclic_background_refresh()561 Q < (int)cpi->denoiser.denoise_pars.qp_thresh && in cyclic_background_refresh()
368 int qp_thresh = AOMMIN(20, rc->best_quality << 1); in av1_cyclic_refresh_update_parameters() local371 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh) { in av1_cyclic_refresh_update_parameters()
482 int qp_thresh = VPXMIN(20, rc->best_quality << 1); in vp9_cyclic_refresh_update_parameters() local486 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh || in vp9_cyclic_refresh_update_parameters()