Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c890 double pt_low, double pt_high, int Q) { in calc_correction_factor() argument
897 power_term = (power_term > pt_high) ? pt_high : power_term; in calc_correction_factor()