Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1119 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition() function
1159 decode_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in decode_partition()
1160 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition()
1161 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition()
1162 decode_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, in decode_partition()
1788 decode_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in decode_tiles()
1911 decode_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in tile_worker_hook()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1734 static void decode_partition(AV1Decoder *const pbi, ThreadData *const td, in decode_partition() function
1798 decode_partition(pbi, td, DEC_BLOCK_STX_ARG(db_r), (db_c), reader, \ in decode_partition()
3036 decode_partition(pbi, td, mi_row, mi_col, td->bit_reader, in decode_tile_sb_row()
3111 decode_partition(pbi, td, mi_row, mi_col, td->bit_reader, in decode_tile()
3543 decode_partition(pbi, td, mi_row, mi_col, td->bit_reader, in parse_tile_row_mt()