Searched refs:decode_tiles (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2015 static const uint8_t *decode_tiles(VP9Decoder *pbi, const uint8_t *data, in decode_tiles() function 3038 *p_data_end = decode_tiles(pbi, data + first_partition_size, data_end); in vp9_decode_frame()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2743 static const uint8_t *decode_tiles(AV1Decoder *pbi, const uint8_t *data, in decode_tiles() function 5221 *p_data_end = decode_tiles(pbi, data, data_end, start_tile, end_tile); in av1_decode_tg_tiles_and_wrapup()
|