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

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

Completed in 51 milliseconds