Home
last modified time | relevance | path

Searched refs:b_height_log2 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { in b_height_log2() function
Dvp9_onyxc_int.h330 assert(b_width_log2(bsize) == b_height_log2(bsize)); in partition_plane_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c290 8 - (b_width_log2(bsize) + b_height_log2(bsize)); in encode_breakout_test()
Dvp9_rdopt.c1804 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), in single_motion_search()
1811 int bhl = b_height_log2(bsize); in single_motion_search()
2056 b_height_log2(bsize)); in rd_encode_breakout_test()
Dvp9_encodeframe.c2157 b_height_log2(bsize)); in rd_pick_partition()
2756 b_height_log2(bsize)); in nonrd_pick_partition()