HomeSort by relevance Sort by last modified time
    Searched full:decode_block (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 338 static void decode_block(VP9_COMMON *const cm, MACROBLOCKD *const xd, function
425 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
429 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
432 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
434 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize);
437 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
439 decode_block(cm, xd, tile, mi_row, mi_col + hbs, r, subsize);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 336 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);
    [all...]

Completed in 1234 milliseconds