Lines Matching defs:ufep
1166 int ufep;
1170 ufep = get_bits(&s->gb, 3); /* Update Full Extended PTYPE */
1172 /* ufep other than 0 and 1 are reserved */
1173 if (ufep == 1) {
1176 ff_dlog(s->avctx, "ufep=1, format: %d\n", format);
1203 } else if (ufep != 0) {
1204 av_log(s->avctx, AV_LOG_ERROR, "Bad UFEP type (%d)\n", ufep);
1224 if (ufep) {
1281 if (ufep) {
1296 if (ufep == 1) {