Lines Matching refs:min_spatial_segmentation_idc
48 uint16_t min_spatial_segmentation_idc; member
281 unsigned int min_spatial_segmentation_idc; in hvcc_parse_vui() local
336 min_spatial_segmentation_idc = get_ue_golomb_long(gb); in hvcc_parse_vui()
345 hvcc->min_spatial_segmentation_idc = FFMIN(hvcc->min_spatial_segmentation_idc, in hvcc_parse_vui()
346 min_spatial_segmentation_idc); in hvcc_parse_vui()
785 hvcc->min_spatial_segmentation_idc = MAX_SPATIAL_SEGMENTATION + 1; in hvcc_init()
815 if (hvcc->min_spatial_segmentation_idc > MAX_SPATIAL_SEGMENTATION) in hvcc_write()
816 hvcc->min_spatial_segmentation_idc = 0; in hvcc_write()
823 if (!hvcc->min_spatial_segmentation_idc) in hvcc_write()
848 hvcc->min_spatial_segmentation_idc); in hvcc_write()
930 avio_wb16(pb, hvcc->min_spatial_segmentation_idc | 0xf000); in hvcc_write()