Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva_dec_vp9.h178 uint16_t first_partition_size; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1259 const size_t first_partition_size = read_uncompressed_header(pbi, &rb); in vp9_decode_frame() local
1266 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()