Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c887 double pt_low, in calc_correction_factor() argument
893 const double power_term = MIN(vp9_convert_qindex_to_q(q) * 0.0125 + pt_low, in calc_correction_factor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c952 double pt_low, in calc_correction_factor() argument
961 power_term = pt_low + (Q * 0.01); in calc_correction_factor()