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

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

Completed in 196 milliseconds