Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { in b_height_log2() function
Dvp9_onyxc_int.h326 assert(b_width_log2(bsize) == b_height_log2(bsize)); in partition_plane_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), in single_motion_search()