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: switch up; 0: do nothing */
140 opus_int speech_activity_Q8; /* Speech activity */
141 opus_int allow_bandwidth_switch; /* Flag indicating that switching of internal bandwidth is allowed */
144 opus_int prevLag;
145 opus_int pitch_LPC_win_length;
146 opus_int max_pitch_lag; /* Highest possible pitch lag (samples) */
149 opus_int maxInternal_fs_Hz; /* Maximum internal sampling frequency (Hz) */
150 opus_int minInternal_fs_Hz; /* Minimum internal sampling frequency (Hz) */
151 opus_int desiredInternal_fs_Hz; /* Soft request for internal sampling frequency (Hz) */
152 opus_int fs_kHz; /* Internal sampling frequency (kHz) */
153 opus_int nb_subfr; /* Number of 5 ms subframes in a frame */
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 (samples) */
158 opus_int la_shape; /* Look-ahead for noise shape analysis (samples) */
159 opus_int shapeWinLength; /* Window length for noise shape analysis (samples) */
161 opus_int PacketSize_ms; /* Number of milliseconds to put in each packet */
162 opus_int PacketLoss_perc; /* Packet loss rate measured by farend */
164 opus_int Complexity; /* Complexity setting */
165 opus_int nStatesDelayedDecision; /* Number of states in delayed decision quantization */
166 opus_int useInterpolatedNLSFs; /* Flag for using NLSF interpolation */
167 opus_int shapingLPCOrder; /* Filter order for noise shaping filters */
168 opus_int predictLPCOrder; /* Filter order for prediction filters */
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
170 opus_int pitchEstimationLPCOrder; /* Whitening filter order for pitch estimator */
172 opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP quantization */
173 opus_int mu_LTP_Q9; /* Rate-distortion tradeoff in LTP quantization */
175 opus_int NLSF_MSVQ_Survivors; /* Number of survivors in NLSF MSVQ */
176 opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation, pitch prediction */
177 opus_int controlled_since_last_payload; /* Flag for ensuring codec_control only runs once per packet */
178 opus_int warping_Q16; /* Warping parameter for warped noise shaping */
179 opus_int useCBR; /* Flag to enable constant bitrate */
180 opus_int prefillFlag; /* Flag to indicate that only buffers are prefilled, no coding */
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 current packet */
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 frames, used by DTX */
222 opus_int useInBandFEC; /* Saves the API setting for query */
223 opus_int LBRR_enabled; /* Depends on useInBandFRC, bitrate and packet loss rate */
224 opus_int LBRR_GainIncreases; /* Gains increment for coding LBRR frames */
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 frame */
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 interpolation */
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;