Lines Matching refs:opus_int

51     opus_int                    lagPrev;
52 opus_int sLTP_buf_idx;
53 opus_int sLTP_shp_buf_idx;
56 opus_int rewhite_flag;
79opus_int mode; /* Operating mode, <0: switch down, >0: s…
140opus_int speech_activity_Q8; /* Speech activity …
141opus_int allow_bandwidth_switch; /* Flag indicating that switching …
144 opus_int prevLag;
145 opus_int pitch_LPC_win_length;
146opus_int max_pitch_lag; /* Highest possible pitch lag (sam…
149opus_int maxInternal_fs_Hz; /* Maximum internal sampling frequ…
150opus_int minInternal_fs_Hz; /* Minimum internal sampling frequ…
151opus_int desiredInternal_fs_Hz; /* Soft request for internal sampl…
152opus_int fs_kHz; /* Internal sampling frequency (kH…
153opus_int nb_subfr; /* Number of 5 ms subframes in a f…
154opus_int frame_length; /* Frame length (samples) …
155opus_int subfr_length; /* Subframe length (samples) …
156opus_int ltp_mem_length; /* Length of LTP memory …
157opus_int la_pitch; /* Look-ahead for pitch analysis (…
158opus_int la_shape; /* Look-ahead for noise shape anal…
159opus_int shapeWinLength; /* Window length for noise shape a…
161opus_int PacketSize_ms; /* Number of milliseconds to put i…
162opus_int PacketLoss_perc; /* Packet loss rate measured by fa…
164opus_int Complexity; /* Complexity setting …
165opus_int nStatesDelayedDecision; /* Number of states in delayed dec…
166opus_int useInterpolatedNLSFs; /* Flag for using NLSF interpolati…
167opus_int shapingLPCOrder; /* Filter order for noise shaping …
168opus_int predictLPCOrder; /* Filter order for prediction fil…
169opus_int pitchEstimationComplexity; /* Complexity level for pitch esti…
170opus_int pitchEstimationLPCOrder; /* Whitening filter order for pitc…
172opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP qua…
173opus_int mu_LTP_Q9; /* Rate-distortion tradeoff in LTP…
175opus_int NLSF_MSVQ_Survivors; /* Number of survivors in NLSF MSV…
176opus_int first_frame_after_reset; /* Flag for deactivating NLSF inte…
177opus_int controlled_since_last_payload; /* Flag for ensuring codec_control…
178opus_int warping_Q16; /* Warping parameter for warped no…
179opus_int useCBR; /* Flag to enable constant bitrate…
180opus_int prefillFlag; /* Flag to indicate that only buff…
184 opus_int input_quality_bands_Q15[ VAD_N_BANDS ];
185 opus_int input_tilt_Q15;
186opus_int SNR_dB_Q7; /* Quality setting …
190 opus_int LBRR_flags[ MAX_FRAMES_PER_PACKET ];
199 opus_int inputBufIx;
200 opus_int nFramesPerPacket;
201opus_int nFramesEncoded; /* Number of frames analyzed in cu…
203 opus_int nChannelsAPI;
204 opus_int nChannelsInternal;
205 opus_int channelNb;
208 opus_int frames_since_onset;
211 opus_int ec_prevSignalType;
217opus_int useDTX; /* Flag to enable DTX …
218opus_int inDTX; /* Flag to signal DTX period …
219opus_int noSpeechCounter; /* Counts concecutive nonactive fr…
222opus_int useInBandFEC; /* Saves the API setting for query…
223opus_int LBRR_enabled; /* Depends on useInBandFRC, bitrat…
224opus_int LBRR_GainIncreases; /* Gains increment for coding LBRR…
235opus_int last_frame_lost; /* Was previous frame lost …
239 opus_int conc_energy_shift;
242 opus_int fs_kHz;
243 opus_int nb_subfr;
244 opus_int subfr_length;
254 opus_int fs_kHz;
265opus_int lagPrev; /* Previous Lag …
267opus_int fs_kHz; /* Sampling frequency in kHz …
269opus_int nb_subfr; /* Number of 5 ms subframes in a f…
270opus_int frame_length; /* Frame length (samples) …
271opus_int subfr_length; /* Subframe length (samples) …
272opus_int ltp_mem_length; /* Length of LTP memory …
273opus_int LPC_order; /* LPC order …
275opus_int first_frame_after_reset; /* Flag for deactivating NLSF inte…
280 opus_int nFramesDecoded;
281 opus_int nFramesPerPacket;
284 opus_int ec_prevSignalType;
287 opus_int VAD_flags[ MAX_FRAMES_PER_PACKET ];
288 opus_int LBRR_flag;
289 opus_int LBRR_flags[ MAX_FRAMES_PER_PACKET ];
302 opus_int lossCnt;
303 opus_int prevSignalType;
314 opus_int pitchL[ MAX_NB_SUBFR ];
319 opus_int LTP_scale_Q14;