Lines Matching defs:avctx
70 * @param avctx contains the current codec context \
77 static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSCommonContext *ps, \
104 av_log(avctx, AV_LOG_ERROR, "illegal "#PAR"\n"); \
134 int ff_ps_read_data(AVCodecContext *avctx, GetBitContext *gb_host,
149 av_log(avctx, AV_LOG_ERROR, "iid_mode %d is reserved.\n",
161 av_log(avctx, AV_LOG_ERROR, "icc_mode %d is reserved.\n",
179 av_log(avctx, AV_LOG_ERROR, "border_position non monotone.\n");
190 if (read_iid_data(avctx, gb, ps, ps->iid_par, huff_iid[2*dt+ps->iid_quant], e, dt))
199 if (read_icc_data(avctx, gb, ps, ps->icc_par, dt ? huff_icc_dt : huff_icc_df, e, dt))
216 av_log(avctx, AV_LOG_ERROR, "ps extension overflow %d\n", cnt);
244 av_log(avctx, AV_LOG_ERROR, "iid_par invalid\n");
252 av_log(avctx, AV_LOG_ERROR, "icc_par invalid\n");
281 av_log(avctx, AV_LOG_ERROR, "Expected to read %d PS bits actually read %d.\n", bits_left, bits_consumed);