Lines Matching refs:opus_int
52 opus_int lagPrev;
53 opus_int sLTP_buf_idx;
54 opus_int sLTP_shp_buf_idx;
57 opus_int rewhite_flag;
80 …opus_int mode; /* Operating mode, <0: switch down, >0: s…
143 …opus_int speech_activity_Q8; /* Speech activity …
144 …opus_int allow_bandwidth_switch; /* Flag indicating that switching …
147 opus_int prevLag;
148 opus_int pitch_LPC_win_length;
149 …opus_int max_pitch_lag; /* Highest possible pitch lag (sam…
152 …opus_int maxInternal_fs_Hz; /* Maximum internal sampling frequ…
153 …opus_int minInternal_fs_Hz; /* Minimum internal sampling frequ…
154 …opus_int desiredInternal_fs_Hz; /* Soft request for internal sampl…
155 …opus_int fs_kHz; /* Internal sampling frequency (kH…
156 …opus_int nb_subfr; /* Number of 5 ms subframes in a f…
157 …opus_int frame_length; /* Frame length (samples) …
158 …opus_int subfr_length; /* Subframe length (samples) …
159 …opus_int ltp_mem_length; /* Length of LTP memory …
160 …opus_int la_pitch; /* Look-ahead for pitch analysis (…
161 …opus_int la_shape; /* Look-ahead for noise shape anal…
162 …opus_int shapeWinLength; /* Window length for noise shape a…
164 …opus_int PacketSize_ms; /* Number of milliseconds to put i…
165 …opus_int PacketLoss_perc; /* Packet loss rate measured by fa…
167 …opus_int Complexity; /* Complexity setting …
168 …opus_int nStatesDelayedDecision; /* Number of states in delayed dec…
169 …opus_int useInterpolatedNLSFs; /* Flag for using NLSF interpolati…
170 …opus_int shapingLPCOrder; /* Filter order for noise shaping …
171 …opus_int predictLPCOrder; /* Filter order for prediction fil…
172 …opus_int pitchEstimationComplexity; /* Complexity level for pitch esti…
173 …opus_int pitchEstimationLPCOrder; /* Whitening filter order for pitc…
176 …opus_int NLSF_MSVQ_Survivors; /* Number of survivors in NLSF MSV…
177 …opus_int first_frame_after_reset; /* Flag for deactivating NLSF inte…
178 …opus_int controlled_since_last_payload; /* Flag for ensuring codec_control…
179 …opus_int warping_Q16; /* Warping parameter for warped no…
180 …opus_int useCBR; /* Flag to enable constant bitrate…
181 …opus_int prefillFlag; /* Flag to indicate that only buff…
185 opus_int input_quality_bands_Q15[ VAD_N_BANDS ];
186 opus_int input_tilt_Q15;
187 …opus_int SNR_dB_Q7; /* Quality setting …
191 opus_int LBRR_flags[ MAX_FRAMES_PER_PACKET ];
200 opus_int inputBufIx;
201 opus_int nFramesPerPacket;
202 …opus_int nFramesEncoded; /* Number of frames analyzed in cu…
204 opus_int nChannelsAPI;
205 opus_int nChannelsInternal;
206 opus_int channelNb;
209 opus_int frames_since_onset;
212 opus_int ec_prevSignalType;
218 …opus_int useDTX; /* Flag to enable DTX …
219 …opus_int inDTX; /* Flag to signal DTX period …
220 …opus_int noSpeechCounter; /* Counts concecutive nonactive fr…
223 …opus_int useInBandFEC; /* Saves the API setting for query…
224 …opus_int LBRR_enabled; /* Depends on useInBandFRC, bitrat…
225 …opus_int LBRR_GainIncreases; /* Gains increment for coding LBRR…
236 …opus_int last_frame_lost; /* Was previous frame lost …
240 opus_int conc_energy_shift;
243 opus_int fs_kHz;
244 opus_int nb_subfr;
245 opus_int subfr_length;
255 opus_int fs_kHz;
266 …opus_int lagPrev; /* Previous Lag …
268 …opus_int fs_kHz; /* Sampling frequency in kHz …
270 …opus_int nb_subfr; /* Number of 5 ms subframes in a f…
271 …opus_int frame_length; /* Frame length (samples) …
272 …opus_int subfr_length; /* Subframe length (samples) …
273 …opus_int ltp_mem_length; /* Length of LTP memory …
274 …opus_int LPC_order; /* LPC order …
276 …opus_int first_frame_after_reset; /* Flag for deactivating NLSF inte…
281 opus_int nFramesDecoded;
282 opus_int nFramesPerPacket;
285 opus_int ec_prevSignalType;
288 opus_int VAD_flags[ MAX_FRAMES_PER_PACKET ];
289 opus_int LBRR_flag;
290 opus_int LBRR_flags[ MAX_FRAMES_PER_PACKET ];
303 opus_int lossCnt;
304 opus_int prevSignalType;
316 opus_int pitchL[ MAX_NB_SUBFR ];
321 opus_int LTP_scale_Q14;