Lines Matching refs:fileversion
162 int fileversion; ///< codec version, very important in decoding process
267 s->fileversion = AV_RL16(avctx->extradata);
275 (s->fileversion < 3930 && s->compression_level == COMPRESSION_LEVEL_INSANE)) {
288 if (s->fileversion < 3860) {
291 } else if (s->fileversion < 3900) {
294 } else if (s->fileversion < 3930) {
297 } else if (s->fileversion < 3990) {
305 if (s->fileversion < 3930) {
308 } else if (s->fileversion < 3950) {
505 if (ctx->fileversion > 3880) {
544 if (tmpk <= 16 || ctx->fileversion < 3910) {
760 if (ctx->fileversion >= 3900) {
771 if ((ctx->fileversion > 3820) && (ctx->CRC & 0x80000000)) {
785 if (ctx->fileversion >= 3900) {
827 if (ctx->fileversion < 3930) {
847 if (ctx->fileversion < 3930) {
1004 if (ctx->fileversion >= 3830) {
1057 if (ctx->fileversion >= 3830) {
1388 do_apply_filter(ctx, ctx->fileversion, &f[0], data0, count, order, fracbits);
1390 do_apply_filter(ctx, ctx->fileversion, &f[1], data1, count, order, fracbits);
1506 if (s->fileversion < 3950) // previous versions overread two bytes
1519 if (s->fileversion >= 3900) {
1534 if (s->fileversion > 3800)
1562 if (s->fileversion < 3930)
1624 s->fileversion >= 3900) {