Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c954 double pt_high, in calc_correction_factor() argument
963 power_term = (power_term > pt_high) ? pt_high : power_term; in calc_correction_factor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1158 double pt_high, in calc_correction_factor() argument
1165 VPXMIN(vp9_convert_qindex_to_q(q, bit_depth) * 0.01 + pt_low, pt_high); in calc_correction_factor()