Lines Matching refs:profile_idc
336 int profile_idc, level_idc, constraint_set_flags = 0;
358 profile_idc = get_bits(gb, 8);
376 sps->profile_idc = profile_idc;
386 if (sps->profile_idc == 100 || // High profile
387 sps->profile_idc == 110 || // High10 profile
388 sps->profile_idc == 122 || // High422 profile
389 sps->profile_idc == 244 || // High444 Predictive profile
390 sps->profile_idc == 44 || // Cavlc444 profile
391 sps->profile_idc == 83 || // Scalable Constrained High profile (SVC)
392 sps->profile_idc == 86 || // Scalable High Intra profile (SVC)
393 sps->profile_idc == 118 || // Stereo High profile (MVC)
394 sps->profile_idc == 128 || // Multiview High profile (MVC)
395 sps->profile_idc == 138 || // Multiview Depth High profile (MVCD)
396 sps->profile_idc == 144) { // old High444 profile
608 sps_id, sps->profile_idc, sps->level_idc,
726 int profile_idc = sps->profile_idc;
728 if ((profile_idc == 66 || profile_idc == 77 ||
729 profile_idc == 88) && (sps->constraint_set_flags & 7)) {