Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c2293 const uint8_t *raw_data_end; // The end of the last tile buffer in get_ls_tile_buffers() local
2299 raw_data_end = NULL; in get_ls_tile_buffers()
2380 raw_data_end = data; in get_ls_tile_buffers()
2382 return raw_data_end; in get_ls_tile_buffers()
2782 const uint8_t *raw_data_end = NULL; in decode_tiles() local
2817 raw_data_end = get_ls_single_tile_buffer(pbi, data, tile_buffers); in decode_tiles()
2819 raw_data_end = get_ls_tile_buffers(pbi, data, data_end, tile_buffers); in decode_tiles()
2901 return raw_data_end; in decode_tiles()
3585 const uint8_t *raw_data_end = NULL; in decode_tiles_mt() local
3622 raw_data_end = get_ls_tile_buffers(pbi, data, data_end, tile_buffers); in decode_tiles_mt()
[all …]