Searched refs:b_height_log2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h117 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { function
H A Dvp9_onyxc_int.h335 assert(b_width_log2(bsize) == b_height_log2(bsize));
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { function
H A Dvp9_onyxc_int.h329 assert(b_width_log2(bsize) == b_height_log2(bsize));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.c303 8 - (b_width_log2(bsize) + b_height_log2(bsize));
H A Dvp9_rdopt.c1823 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize),
1830 int bhl = b_height_log2(bsize);
2078 b_height_log2(bsize));
H A Dvp9_encodeframe.c2181 b_height_log2(bsize));
2785 b_height_log2(bsize));
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize),

Completed in 1710 milliseconds