Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2970 static void fill_mode_info_sb(VP9_COMMON *cm, MACROBLOCK *x, in fill_mode_info_sb() function
3017 fill_mode_info_sb(cm, x, mi_row, mi_col, subsize, pc_tree->split[0]); in fill_mode_info_sb()
3018 fill_mode_info_sb(cm, x, mi_row, mi_col + hbs, subsize, in fill_mode_info_sb()
3020 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col, subsize, in fill_mode_info_sb()
3022 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col + hbs, subsize, in fill_mode_info_sb()
3284 fill_mode_info_sb(cm, x, mi_row, mi_col, bsize, pc_tree); in nonrd_pick_partition()