Lines Matching defs:f_code
1323 int ref, f_code, vbv_delay, ret;
1339 f_code = get_bits(&s->gb, 3);
1340 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)))
1342 f_code += !f_code;
1343 s->mpeg_f_code[0][0] = f_code;
1344 s->mpeg_f_code[0][1] = f_code;
1348 f_code = get_bits(&s->gb, 3);
1349 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)))
1351 f_code += !f_code;
1352 s->mpeg_f_code[1][0] = f_code;
1353 s->mpeg_f_code[1][1] = f_code;