Home
last modified time | relevance | path

Searched defs:qp_thresh (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.h61 unsigned int qp_thresh; member
Donyx_if.c515 int qp_thresh = (cpi->oxcf.screen_content_mode == 2) ? 80 : 100; in cyclic_background_refresh() local
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c345 int qp_thresh = AOMMIN(20, rc->best_quality << 1); in av1_cyclic_refresh_update_parameters() local
/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