Lines Matching defs:avctx
27 av_cold void ff_idctdsp_init_mips(IDCTDSPContext *c, AVCodecContext *avctx,
33 if ((avctx->lowres != 1) && (avctx->lowres != 2) && (avctx->lowres != 3) &&
34 (avctx->bits_per_raw_sample != 10) &&
35 (avctx->bits_per_raw_sample != 12) &&
36 ((avctx->idct_algo == FF_IDCT_AUTO) || (avctx->idct_algo == FF_IDCT_SIMPLE))) {
49 if ((avctx->lowres != 1) && (avctx->lowres != 2) && (avctx->lowres != 3) &&
50 (avctx->bits_per_raw_sample != 10) &&
51 (avctx->bits_per_raw_sample != 12) &&
52 (avctx->idct_algo == FF_IDCT_AUTO)) {