Lines Matching defs:profile
40 unsigned int profile;
97 frame->profile = (profile_high_bit << 1) | profile_low_bit;
98 if (frame->profile == 3) {
102 "unsupported profile or invalid bitstream.\n");
143 if (frame->profile > 0) {
145 if (frame->profile >= 2) {
153 if (frame->profile == 1 || frame->profile == 3) {
158 if (frame->profile == 1 || frame->profile == 3)
253 put_bits(&pb, 1, frame->profile & 1);
255 put_bits(&pb, 1, (frame->profile >> 1) & 1);
256 if (frame->profile == 3) {