Searched refs:first_partition_size (Results 1 – 2 of 2) sorted by relevance
178 uint16_t first_partition_size; member
1259 const size_t first_partition_size = read_uncompressed_header(pbi, &rb); in vp9_decode_frame() local1266 if (!first_partition_size) { in vp9_decode_frame()1276 if (!read_is_valid(data, first_partition_size, data_end)) in vp9_decode_frame()1307 new_fb->corrupted = read_compressed_header(pbi, data, first_partition_size); in vp9_decode_frame()1313 *p_data_end = decode_tiles_mt(pbi, data + first_partition_size, data_end); in vp9_decode_frame()1315 *p_data_end = decode_tiles(pbi, data + first_partition_size, data_end); in vp9_decode_frame()