Searched refs:fill_mode_info_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2621 static void fill_mode_info_sb(VP9_COMMON *cm, MACROBLOCK *x, in fill_mode_info_sb() function 2663 fill_mode_info_sb(cm, x, mi_row, mi_col, subsize, in fill_mode_info_sb() 2665 fill_mode_info_sb(cm, x, mi_row, mi_col + hbs, subsize, in fill_mode_info_sb() 2667 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col, subsize, in fill_mode_info_sb() 2669 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col + hbs, subsize, in fill_mode_info_sb() 2907 fill_mode_info_sb(cm, x, mi_row, mi_col, bsize, subsize, in nonrd_pick_partition()
|