/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 160 // Lighter version of set_offsets that only sets the mode info 207 static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile, function 490 set_offsets(cpi, tile, mi_row, mi_col, BLOCK_64X64); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 171 // Lighter version of set_offsets that only sets the mode info 184 static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile, function 689 set_offsets(cpi, tile, x, mi_row, mi_col, BLOCK_64X64); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 296 static MB_MODE_INFO *set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, function 341 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 785 static MB_MODE_INFO *set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, function 826 MB_MODE_INFO *mbmi = set_offsets(cm, xd, bsize, mi_row, mi_col, [all...] |