Lines Matching refs:min_spatial_segmentation_idc
49 uint16_t min_spatial_segmentation_idc; member
282 unsigned int min_spatial_segmentation_idc; in hvcc_parse_vui() local
337 min_spatial_segmentation_idc = get_ue_golomb_long(gb); in hvcc_parse_vui()
346 hvcc->min_spatial_segmentation_idc = FFMIN(hvcc->min_spatial_segmentation_idc, in hvcc_parse_vui()
347 min_spatial_segmentation_idc); in hvcc_parse_vui()
786 hvcc->min_spatial_segmentation_idc = MAX_SPATIAL_SEGMENTATION + 1; in hvcc_init()
816 if (hvcc->min_spatial_segmentation_idc > MAX_SPATIAL_SEGMENTATION) in hvcc_write()
817 hvcc->min_spatial_segmentation_idc = 0; in hvcc_write()
824 if (!hvcc->min_spatial_segmentation_idc) in hvcc_write()
849 hvcc->min_spatial_segmentation_idc); in hvcc_write()
931 avio_wb16(pb, hvcc->min_spatial_segmentation_idc | 0xf000); in hvcc_write()