Lines Matching refs:frame
142 * Unpack the frame into parameters.
160 /* Extract frame type and rate info */
553 * Perform residual interpolation based on frame classification.
923 /* Save the excitation for the next frame */
928 static int g723_1_decode_frame(AVCodecContext *avctx, AVFrame *frame,
953 frame->nb_samples = FRAME_LEN;
954 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0)
970 out = (int16_t *)frame->extended_data[ch];
981 /* Save the lsp_vector for the next frame */
984 /* Generate the excitation for the frame */
1031 /* Save the excitation for the next frame */
1042 memset(frame->data[0], 0,
1047 /* Regenerate frame */
1051 /* Save the excitation for the next frame */
1071 /* Save the lsp_vector for the next frame */