Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c142 double pt_low, double pt_high, int q, in calc_correction_factor() argument
148 AOMMIN(av1_convert_qindex_to_q(q, bit_depth) * 0.01 + pt_low, pt_high); in calc_correction_factor()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c895 double pt_low, double pt_high, int Q) { in calc_correction_factor() argument
901 power_term = pt_low + (Q * 0.01); in calc_correction_factor()