Home
last modified time | relevance | path

Searched refs:threshold_multiplier (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c349 const int threshold_multiplier = is_key_frame ? 40 : 1; in set_vbp_thresholds() local
351 (int64_t)(threshold_multiplier * in set_vbp_thresholds()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c607 const int threshold_multiplier = in set_vbp_thresholds() local
610 (int64_t)(threshold_multiplier * cpi->y_dequant[q][1]); in set_vbp_thresholds()