Searched refs:fill_mode_info_sb (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 4680 static void fill_mode_info_sb(VP9_COMMON *cm, MACROBLOCK *x, int mi_row, in fill_mode_info_sb() function 4724 fill_mode_info_sb(cm, x, mi_row, mi_col, subsize, pc_tree->split[0]); in fill_mode_info_sb() 4725 fill_mode_info_sb(cm, x, mi_row, mi_col + hbs, subsize, in fill_mode_info_sb() 4727 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col, subsize, in fill_mode_info_sb() 4729 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col + hbs, subsize, in fill_mode_info_sb() 5066 fill_mode_info_sb(cm, x, mi_row, mi_col, bsize, pc_tree); in nonrd_pick_partition()
|