Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h20 extern const int b_width_log2_lookup[BLOCK_SIZES];
Dvp9_common_data.c16 const int b_width_log2_lookup[BLOCK_SIZES] = variable
Dvp9_blockd.h111 return b_width_log2_lookup[sb_type]; in b_width_log2()