Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c405 static void decode_partition(VP9_COMMON *const cm, MACROBLOCKD *const xd, in decode_partition() function
436 decode_partition(cm, xd, tile, mi_row, mi_col, r, subsize); in decode_partition()
437 decode_partition(cm, xd, tile, mi_row, mi_col + hbs, r, subsize); in decode_partition()
438 decode_partition(cm, xd, tile, mi_row + hbs, mi_col, r, subsize); in decode_partition()
439 decode_partition(cm, xd, tile, mi_row + hbs, mi_col + hbs, r, subsize); in decode_partition()
700 decode_partition(cm, xd, tile, mi_row, mi_col, r, BLOCK_64X64); in decode_tile()
850 decode_partition(tile_data->cm, &tile_data->xd, tile, in tile_worker_hook()