Searched refs:first_partition_size (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/frontends/va/ |
D | picture_vp9.c | 73 context->desc.vp9.picture_parameter.first_partition_size = vp9->first_partition_size; in vlVaHandlePictureParameterBufferVP9()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 758 uint16_t first_partition_size; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2955 const size_t first_partition_size = read_uncompressed_header( in vp9_decode_frame() local 2968 if (!first_partition_size) { in vp9_decode_frame() 2975 if (!read_is_valid(data, first_partition_size, data_end)) in vp9_decode_frame() 2992 new_fb->corrupted = read_compressed_header(pbi, data, first_partition_size); in vp9_decode_frame() 3018 decode_tiles_row_wise_mt(pbi, data + first_partition_size, data_end); in vp9_decode_frame() 3021 *p_data_end = decode_tiles_mt(pbi, data + first_partition_size, data_end); in vp9_decode_frame() 3038 *p_data_end = decode_tiles(pbi, data + first_partition_size, data_end); in vp9_decode_frame()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.c | 492 result.compressed_header_size = pic->picture_parameter.first_partition_size; in get_vp9_msg()
|