Lines Matching refs:profile_compatible
108 #define profile_compatible(x) (current->general_profile_idc == (x) || \
110 if (profile_compatible(4) || profile_compatible(5) ||
111 profile_compatible(6) || profile_compatible(7) ||
112 profile_compatible(8) || profile_compatible(9) ||
113 profile_compatible(10) || profile_compatible(11)) {
124 if (profile_compatible(5) || profile_compatible(9) ||
125 profile_compatible(10) || profile_compatible(11)) {
133 } else if (profile_compatible(2)) {
143 if (profile_compatible(1) || profile_compatible(2) ||
144 profile_compatible(3) || profile_compatible(4) ||
145 profile_compatible(5) || profile_compatible(9) ||
146 profile_compatible(11)) {
151 #undef profile_compatible
180 #define profile_compatible(x) (current->sub_layer_profile_idc[i] == (x) || \
182 if (profile_compatible(4) || profile_compatible(5) ||
183 profile_compatible(6) || profile_compatible(7) ||
184 profile_compatible(8) || profile_compatible(9) ||
185 profile_compatible(10) || profile_compatible(11)) {
196 if (profile_compatible(5) || profile_compatible(9) ||
197 profile_compatible(10) || profile_compatible(11)) {
205 } else if (profile_compatible(2)) {
215 if (profile_compatible(1) || profile_compatible(2) ||
216 profile_compatible(3) || profile_compatible(4) ||
217 profile_compatible(5) || profile_compatible(9) ||
218 profile_compatible(11)) {
223 #undef profile_compatible