HomeSort by relevance Sort by last modified time
    Searched full:error_term (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1161 const double error_term = err_per_mb \/ err_divisor; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 890 const double error_term = err_per_mb / err_divisor; local
898 assert(error_term >= 0.0);
900 return fclamp(pow(error_term, power_term), 0.05, 5.0);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 958 double error_term = err_per_mb \/ err_devisor; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 957 double error_term = err_per_mb \/ err_devisor; local
    [all...]

Completed in 197 milliseconds