Lines Matching defs:profile
80 context->desc.vp9.picture_parameter.profile = vp9->profile;
147 static void bitdepth_colorspace_sampling(struct vl_vlc *vlc, unsigned profile)
151 if (profile == 2)
180 unsigned profile;
192 profile = vp9_u(&vlc, 1) | vp9_u(&vlc, 1) << 1;
194 if (profile == 3)
195 profile += vp9_u(&vlc, 1);
197 if (profile != 0 && profile != 2)
213 bitdepth_colorspace_sampling(&vlc, profile);
228 bitdepth_colorspace_sampling(&vlc, profile);