HomeSort by relevance Sort by last modified time
    Searched defs:vp9_cost_one (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_cost.h 24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob)) macro
31 return ct[0] * vp9_cost_zero(p) + ct[1] * vp9_cost_one(p);
  /external/libvpx/libvpx/vp9/encoder/
vp9_cost.h 24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob)) macro
31 return ct[0] * vp9_cost_zero(p) + ct[1] * vp9_cost_one(p);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_cost.h 24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob)) macro
31 return ct[0] * vp9_cost_zero(p) + ct[1] * vp9_cost_one(p);

Completed in 371 milliseconds