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