Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()