Searched refs:decode_partition (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 1173 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition() function 1213 decode_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in decode_partition() 1214 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition() 1215 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition() 1216 decode_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, in decode_partition() 2116 decode_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in decode_tiles() 2238 decode_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in tile_worker_hook()
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodeframe.c | 1254 static inline void decode_partition(AV1Decoder *const pbi, ThreadData *const td, in decode_partition() function 1337 decode_partition(pbi, td, DEC_BLOCK_STX_ARG(db_r), (db_c), reader, \ in decode_partition() 2665 decode_partition(pbi, td, mi_row, mi_col, td->bit_reader, in decode_tile_sb_row() 2745 decode_partition(pbi, td, mi_row, mi_col, td->bit_reader, in decode_tile() 3187 decode_partition(pbi, td, mi_row, mi_col, td->bit_reader, in parse_tile_row_mt()
|