HomeSort by relevance Sort by last modified time
    Searched refs:power_term (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 896 double power_term; local
901 power_term = pt_low + (Q * 0.01);
902 power_term = (power_term > pt_high) ? pt_high : power_term;
908 correction_factor = pow(error_term, power_term);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1571 double power_term; local
    [all...]

Completed in 210 milliseconds