Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c167 static int mi_size_to_block_size(int mi_bsize, int mi_num) { in mi_size_to_block_size() function
188 const int block_rows = mi_size_to_block_size(mi_height, mi_rows); in vp9_alloc_motion_field_info()
189 const int block_cols = mi_size_to_block_size(mi_width, mi_cols); in vp9_alloc_motion_field_info()