Lines Matching refs:format
30 int format;41 format = 2;43 format = 3;45 format = 4;47 format = 5;49 format = 6;51 format = 0; /* use 1 byte width & height */53 format = 1; /* use 2 bytes width & height */54 put_bits(&s->pb, 3, format); /* PictureSize */55 if (format == 0) {58 } else if (format == 1) {