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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { function
313 const int bwl = b_width_log2(plane_bsize);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { function
313 const int bwl = b_width_log2(plane_bsize);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 114 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { function
315 const int bwl = b_width_log2(plane_bsize);

Completed in 37 milliseconds