Home
last modified time | relevance | path

Searched refs:mi_width_log2_lookup (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h22 extern const int mi_width_log2_lookup[BLOCK_SIZES];
Dvp9_common_data.c25 const int mi_width_log2_lookup[BLOCK_SIZES] = variable
Dvp9_blockd.h118 return mi_width_log2_lookup[sb_type]; in mi_width_log2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2140 int bsl = mi_width_log2_lookup[bsize]; in handle_inter_mode()