Searched defs:CeltFrame (Results 1 – 2 of 2) sorted by relevance
93 struct CeltFrame { struct95 AVCodecContext *avctx;96 MDCT15Context *imdct[4];97 AVFloatDSPContext *dsp;98 CeltBlock block[2];99 CeltPVQ *pvq;100 OpusDSP opusdsp;101 int channels;102 int output_channels;103 int apply_phase_inv;[all …]
83 typedef struct CeltFrame CeltFrame; typedef