Lines Matching defs:avctx
61 av_cold void ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx,
69 avctx->lowres == 0 &&
70 (avctx->idct_algo == FF_IDCT_AUTO ||
71 avctx->idct_algo == FF_IDCT_SIMPLEAUTO ||
72 avctx->idct_algo == FF_IDCT_SIMPLEMMX)) {
85 avctx->lowres == 0 &&
86 (avctx->idct_algo == FF_IDCT_AUTO ||
87 avctx->idct_algo == FF_IDCT_SIMPLEAUTO ||
88 avctx->idct_algo == FF_IDCT_SIMPLEMMX)) {
97 avctx->lowres == 0 &&
98 (avctx->idct_algo == FF_IDCT_AUTO ||
99 avctx->idct_algo == FF_IDCT_SIMPLEAUTO ||
100 avctx->idct_algo == FF_IDCT_SIMPLEMMX ||
101 avctx->idct_algo == FF_IDCT_SIMPLE)) {
109 if (ARCH_X86_64 && avctx->lowres == 0) {
112 (avctx->idct_algo == FF_IDCT_AUTO ||
113 avctx->idct_algo == FF_IDCT_SIMPLEAUTO ||
114 avctx->idct_algo == FF_IDCT_SIMPLEMMX ||
115 avctx->idct_algo == FF_IDCT_SIMPLE)) {
122 if (avctx->bits_per_raw_sample == 10 &&
123 avctx->codec_id != AV_CODEC_ID_MPEG4 &&
124 (avctx->idct_algo == FF_IDCT_AUTO ||
125 avctx->idct_algo == FF_IDCT_SIMPLEAUTO ||
126 avctx->idct_algo == FF_IDCT_SIMPLE)) {
142 if (avctx->bits_per_raw_sample == 12 &&
143 (avctx->idct_algo == FF_IDCT_AUTO ||
144 avctx->idct_algo == FF_IDCT_SIMPLEMMX)) {