Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c2580 static void fill_mode_info_sb(VP9_COMMON *cm, MACROBLOCK *x, in fill_mode_info_sb() function
2625 fill_mode_info_sb(cm, x, mi_row, mi_col, subsize, in fill_mode_info_sb()
2628 fill_mode_info_sb(cm, x, mi_row, mi_col + hbs, subsize, in fill_mode_info_sb()
2631 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col, subsize, in fill_mode_info_sb()
2634 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col + hbs, subsize, in fill_mode_info_sb()
2881 fill_mode_info_sb(cm, x, mi_row, mi_col, bsize, in nonrd_pick_partition()