Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2173 const size_t first_partition_size = read_uncompressed_header(pbi, in vp9_decode_frame() local
2180 if (!first_partition_size) { in vp9_decode_frame()
2187 if (!read_is_valid(data, first_partition_size, data_end)) in vp9_decode_frame()
2208 new_fb->corrupted = read_compressed_header(pbi, data, first_partition_size); in vp9_decode_frame()
2237 *p_data_end = decode_tiles_mt(pbi, data + first_partition_size, data_end); in vp9_decode_frame()
2251 *p_data_end = decode_tiles(pbi, data + first_partition_size, data_end); in vp9_decode_frame()