Lines Matching refs:frame
143 /* we need a place for DCA_ADPCM_COEFF samples from previous frame
785 /* attempt to guess the bit distribution based on the prevoius frame */
911 * in current frame - we need this data if subband of next frame is
928 * example: in current frame abits is 1 and has no prediction flag,
929 * but end of this frame is sine like signal. In this case, if LPC analysis uses
966 /* Primary frame byte size */
999 /* Audio sync word insertion flag: after each sub-frame */
1185 const AVFrame *frame, int *got_packet_ptr)
1194 samples = (const int32_t *)frame->data[0];
1218 avpkt->pts = frame->pts;
1219 avpkt->duration = ff_samples_to_time_base(avctx, frame->nb_samples);