Lines Matching defs:data
185 /* map output channel pointers to AVFrame data */
987 "AAC data resilience (flags %x)",
1033 "AAC data resilience (flags %x)",
1155 const uint8_t *data, int64_t bit_size,
1168 ff_dlog(avctx, "%02x ", data[i]);
1171 if ((ret = init_get_bits(&gb, data, bit_size)) < 0)
1407 * Decode Long Term Prediction data; reference: table 4.xx.
1671 * Decode pulse data; reference: table 4.7.
1696 * Decode Temporal Noise Shaping data; reference: table 4.48.
1737 * Decode Mid/Side data; reference: table 4.54.
1757 * Decode spectral data; reference: table 4.50.
1758 * Dequantize and scale spectral data; reference: 4.6.3.3.
1760 * @param coef array of dequantized, scaled spectral data
1763 * @param pulse pointer to pulse data struct
1968 av_log(ac->avctx, AV_LOG_ERROR, "error in spectral data, ESC overflow\n");
2104 // FIXME: Store the gain control data on |sce| and do something with it.
2173 "Pulse data corrupt or invalid.\n");
2535 * Decode extension data (incomplete); reference: table 4.51.
3031 * Convert spectral data to samples, applying all supported tools as appropriate.
3167 static int aac_decode_er_frame(AVCodecContext *avctx, void *data,
3181 ac->frame = data;
3226 if (!ac->frame->data[0] && samples) {
3227 av_log(avctx, AV_LOG_ERROR, "no frame data found\n");
3422 if (!ac->frame->data[0] && samples) {
3423 av_log(avctx, AV_LOG_ERROR, "no frame data found\n");
3441 frame->data[1] = frame->data[0];
3443 frame->data[0] = frame->data[1];
3456 const uint8_t *buf = avpkt->data;