Lines Matching refs:frame
39 TWINVQ_FT_SHORT = 0, ///< Short frame (divided in n sub-blocks)
40 TWINVQ_FT_MEDIUM, ///< Medium frame (divided in m<n sub-blocks)
41 TWINVQ_FT_LONG, ///< Long frame (single sub-block + PPC)
42 TWINVQ_FT_PPC, ///< Periodic Peak Component (part of the long frame)
63 * Parameters and tables that are different for each frame type
66 uint8_t sub; ///< Number subblocks in each frame
111 struct TwinVQFrameMode fmode[3]; ///< frame type-dependent parameters
113 uint16_t size; ///< frame size in samples
146 float lsp_hist[2][20]; ///< LSP coefficients of the last frame
147 float bark_hist[3][2][40]; ///< BSE coefficients of last frame
159 float *prev_frame; ///< non-interleaved previous frame
197 int ff_twinvq_decode_frame(AVCodecContext *avctx, AVFrame *frame,