Lines Matching defs:profile
32 VP9RawFrameHeader *current, int profile)
37 if (profile >= 2) {
47 if (profile == 1 || profile == 3) {
57 if (profile == 1 || profile == 3) {
275 vp9->profile = (current->profile_high_bit << 1) + current->profile_low_bit;
276 if (vp9->profile == 3)
294 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile));
314 if (vp9->profile > 0) {
315 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile));