Searched refs:divx_version (Results 1 – 2 of 2) sorted by relevance
208 if (!(ctx->divx_version == 500 && ctx->divx_build == 413)) in mpeg4_decode_sprite_trajectory()230 if (ctx->divx_version == 500 && ctx->divx_build == 413) { in mpeg4_decode_sprite_trajectory()599 if (ctx->divx_version == 500 && ctx->divx_build == 413 && a >= s->quarter_sample) in get_amv()2693 ctx->divx_version = ver; in decode_user_data()2734 if (ctx->xvid_build == -1 && ctx->divx_version == -1 && ctx->lavc_build == -1) { in ff_mpeg4_workaround_bugs()2743 if (ctx->xvid_build == -1 && ctx->divx_version == -1 && ctx->lavc_build == -1) in ff_mpeg4_workaround_bugs()2746 ctx->divx_version = 400; // divx 4 in ff_mpeg4_workaround_bugs()2748 if (ctx->xvid_build >= 0 && ctx->divx_version >= 0) { in ff_mpeg4_workaround_bugs()2749 ctx->divx_version = in ff_mpeg4_workaround_bugs()2760 if (ctx->divx_version >= 500 && ctx->divx_build < 1814) in ff_mpeg4_workaround_bugs()[all …]
104 int divx_version; member