Lines Matching defs:avctx

123  * @param[in]     avctx         ptr to the AVCodecContext
127 Atrac3pChanUnitCtx *ctx, AVCodecContext *avctx)
135 av_log(avctx, AV_LOG_ERROR,
153 * @param[in] avctx ptr to the AVCodecContext
158 AVCodecContext *avctx)
167 av_log(avctx, AV_LOG_ERROR,
183 * @param[in] avctx ptr to the AVCodecContext
188 AVCodecContext *avctx)
196 av_log(avctx, AV_LOG_ERROR,
237 * @param[in] avctx ptr to the AVCodecContext
241 int ch_num, AVCodecContext *avctx)
258 if ((ret = num_coded_units(gb, chan, ctx, avctx)) < 0)
271 if ((ret = num_coded_units(gb, chan, ctx, avctx)) < 0)
277 av_log(avctx, AV_LOG_ERROR,
294 if ((ret = num_coded_units(gb, chan, ctx, avctx)) < 0)
341 if ((ret = num_coded_units(gb, chan, ctx, avctx)) < 0)
365 av_log(avctx, AV_LOG_ERROR, "Split point beyond array\n");
373 return add_wordlen_weights(ctx, chan, weight_idx, avctx);
384 * @param[in] avctx ptr to the AVCodecContext
388 int ch_num, AVCodecContext *avctx)
431 av_log(avctx, AV_LOG_ERROR,
508 return subtract_sf_weights(ctx, chan, weight_idx, avctx);
519 * @param[in] avctx ptr to the AVCodecContext
523 int num_channels, AVCodecContext *avctx)
531 if ((ret = decode_channel_wordlen(gb, ctx, ch_num, avctx)) < 0)
552 * @param[in] avctx ptr to the AVCodecContext
556 int num_channels, AVCodecContext *avctx)
567 if ((ret = decode_channel_sf_idx(gb, ctx, ch_num, avctx)) < 0)
579 * @param[in] avctx ptr to the AVCodecContext
583 AVCodecContext *avctx)
590 av_log(avctx, AV_LOG_ERROR,
600 num_vals = get_num_ct_values(gb, ctx, avctx); \
632 * @param[in] avctx ptr to the AVCodecContext
636 int ch_num, AVCodecContext *avctx)
685 * @param[in] avctx ptr to the AVCodecContext
689 int num_channels, AVCodecContext *avctx)
702 if ((ret = decode_channel_code_tab(gb, ctx, ch_num, avctx)) < 0)
758 * @param[in] avctx ptr to the AVCodecContext
761 int num_channels, AVCodecContext *avctx)
1110 * @param[in] avctx ptr to the AVCodecContext
1115 AVCodecContext *avctx)
1247 av_log(avctx, AV_LOG_ERROR,
1264 * @param[in] avctx ptr to the AVCodecContext
1268 int num_channels, AVCodecContext *avctx)
1285 (ret = decode_gainc_loc_codes(gb, ctx, ch_num, coded_subbands, avctx)) < 0)
1348 * @param[in] avctx ptr to the AVCodecContext
1353 AVCodecContext *avctx)
1393 av_log(avctx, AV_LOG_ERROR,
1396 avctx->frame_number);
1597 * @param[in] avctx ptr to the AVCodecContext
1601 int num_channels, AVCodecContext *avctx)
1618 avpriv_report_missing_feature(avctx, "GHA amplitude mode 0");
1640 avctx)) < 0)
1663 int num_channels, AVCodecContext *avctx)
1670 av_log(avctx, AV_LOG_ERROR,
1679 if ((ret = decode_quant_wordlen(gb, ctx, num_channels, avctx)) < 0)
1687 if ((ret = decode_scale_factors(gb, ctx, num_channels, avctx)) < 0)
1690 if ((ret = decode_code_table_indexes(gb, ctx, num_channels, avctx)) < 0)
1693 decode_spectrum(gb, ctx, num_channels, avctx);
1702 if ((ret = decode_gainc_data(gb, ctx, num_channels, avctx)) < 0)
1705 if ((ret = decode_tones_info(gb, ctx, num_channels, avctx)) < 0)