Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.h21 extern const int b_height_log2_lookup[BLOCK_SIZES];
Dvp9_common_data.c18 const int b_height_log2_lookup[BLOCK_SIZES] = variable
Dvp9_blockd.h114 return b_height_log2_lookup[sb_type]; in b_height_log2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c2104 b_height_log2_lookup[bsize]); in rd_pick_partition()
2730 b_height_log2_lookup[bsize]); in nonrd_pick_partition()
Dvp9_rdopt.c2432 int bhl = b_height_log2_lookup[bsize]; in single_motion_search()
2950 b_height_log2_lookup[bsize]); in handle_inter_mode()