Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c336 static void decode_block(VP9_COMMON *const cm, MACROBLOCKD *const xd, in decode_block() function
419 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); in decode_partition()
423 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); in decode_partition()
426 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); in decode_partition()
428 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize); in decode_partition()
431 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize); in decode_partition()
433 decode_block(cm, xd, tile, mi_row, mi_col + hbs, r, subsize); in decode_partition()