Home
last modified time | relevance | path

Searched refs:opus_int (Results 1 – 25 of 157) sorted by relevance

1234567

/external/libopus/silk/
Dstructs.h52 opus_int lagPrev;
53 opus_int sLTP_buf_idx;
54 opus_int sLTP_shp_buf_idx;
57 opus_int rewhite_flag;
80opus_int mode; /* Operating mode, <0: switch down, >0: s…
143opus_int speech_activity_Q8; /* Speech activity …
144opus_int allow_bandwidth_switch; /* Flag indicating that switching …
147 opus_int prevLag;
148 opus_int pitch_LPC_win_length;
149opus_int max_pitch_lag; /* Highest possible pitch lag (sam…
[all …]
Dmain.h58opus_int prev_speech_act_Q8, /* I Speech activity level in previ…
59opus_int toMono, /* I Last frame before a stereo->mo…
60opus_int fs_kHz, /* I Sample rate (kHz) …
61opus_int frame_length /* I Number of samples …
70opus_int fs_kHz, /* I Samples rate (kHz) …
71opus_int frame_length /* I Number of samples …
80opus_int length, /* I Number of samples …
81opus_int smooth_coef_Q16 /* I Smoothing coefficient …
111opus_int *decode_only_mid /* O Flag that only mid channel has…
118opus_int length, /* I length of input …
[all …]
Dcontrol.h66 opus_int payloadSize_ms;
72 opus_int packetLossPercentage;
75 opus_int complexity;
78 opus_int useInBandFEC;
81 opus_int LBRR_coded;
84 opus_int useDTX;
87 opus_int useCBR;
90 opus_int maxBits;
93 opus_int toMono;
96 opus_int opusCanSwitch;
[all …]
DAPI.h46opus_int VADFlag; /* Voice activity for packet …
47opus_int VADFlags[ SILK_MAX_FRAMES_PER_PACKET ]; /* Voice activity for each frame in packet …
48opus_int inbandFECFlag; /* Flag indicating if packet contains in-band …
58 opus_int silk_Get_Encoder_Size( /* O Returns error code …
59opus_int *encSizeBytes /* O Number of bytes in SILK encoder state …
65 opus_int silk_InitEncoder( /* O Returns error code …
76 opus_int silk_Encode( /* O Returns error code …
80opus_int nSamplesIn, /* I Number of samples in input vector …
83 …const opus_int prefillFlag, /* I Flag to indicate prefilling buffers no…
94 opus_int silk_Get_Decoder_Size( /* O Returns error code …
[all …]
DSigProc_FIX.h62 opus_int silk_resampler_init(
66opus_int forEnc /* I If 1: encoder; if 0: decoder …
72 opus_int silk_resampler(
135 …const opus_int d, /* I Length of ar …
142 …const opus_int d, /* I Length of ar …
150 …const opus_int order /* I Prediction order …
181 opus_int silk_sigm_Q15(
182opus_int in_Q5 /* I …
195opus_int *shift, /* O Number of bits right shift applied to energ…
197opus_int len /* I Length of input vector …
[all …]
Dencode_pulses.c39 static OPUS_INLINE opus_int combine_and_check( /* return ok */ in combine_and_check()
40 opus_int *pulses_comb, /* O */ in combine_and_check()
41 const opus_int *pulses_in, /* I */ in combine_and_check()
42 opus_int max_pulses, /* I max value for sum of pulses */ in combine_and_check()
43 opus_int len /* I number of output values */ in combine_and_check()
46 opus_int k, sum; in combine_and_check()
62 …const opus_int signalType, /* I Signal type … in silk_encode_pulses()
63 …const opus_int quantOffsetType, /* I quantOffsetType … in silk_encode_pulses()
65 …const opus_int frame_length /* I Frame length … in silk_encode_pulses()
68 opus_int i, k, j, iter, bit, nLS, scale_down, RateLevelIndex = 0; in silk_encode_pulses()
[all …]
DNSQ.c44 opus_int subfr, /* I subframe number */
45 const opus_int LTP_scale_Q14, /* I */
47 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
48 const opus_int signal_type /* I Signal type */
54 opus_int signalType, /* I Signal type */
62 opus_int lag, /* I Pitch lag */
64 opus_int Tilt_Q14, /* I Spectral tilt */
67 opus_int Lambda_Q10, /* I */
68 opus_int offset_Q10, /* I */
69 opus_int length, /* I Input length */
[all …]
Dsort.c42 opus_int *idx, /* O Index vector for the sorted elements */ in silk_insertion_sort_increasing()
43 const opus_int L, /* I Vector length */ in silk_insertion_sort_increasing()
44 const opus_int K /* I Number of correctly sorted positions */ in silk_insertion_sort_increasing()
48 opus_int i, j; in silk_insertion_sort_increasing()
90opus_int *idx, /* O Index vector for the sorted elements … in silk_insertion_sort_decreasing_int16()
91 …const opus_int L, /* I Vector length … in silk_insertion_sort_decreasing_int16()
92 …const opus_int K /* I Number of correctly sorted positions … in silk_insertion_sort_decreasing_int16()
95 opus_int i, j; in silk_insertion_sort_decreasing_int16()
96 opus_int value; in silk_insertion_sort_decreasing_int16()
137 …const opus_int L /* I Vector length … in silk_insertion_sort_increasing_all_values_int16()
[all …]
DNSQ_del_dec.c75 opus_int subfr, /* I Subframe number */
76 opus_int nStatesDelayedDecision, /* I Number of del dec states */
77 const opus_int LTP_scale_Q14, /* I LTP state scaling */
79 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
80 const opus_int signal_type, /* I Signal type */
81 const opus_int decisionDelay /* I Decision delay */
90 opus_int signalType, /* I Signal type */
99 opus_int lag, /* I Pitch lag */
101 opus_int Tilt_Q14, /* I Spectral tilt */
104 opus_int Lambda_Q10, /* I */
[all …]
Dcode_signs.c44opus_int length, /* I length of input … in silk_encode_signs()
45 …const opus_int signalType, /* I Signal type … in silk_encode_signs()
46 …const opus_int quantOffsetType, /* I Quantization offset type … in silk_encode_signs()
47 …const opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ] /* I Sum of absolute pulses per… in silk_encode_signs()
50 opus_int i, j, p; in silk_encode_signs()
78opus_int length, /* I length of input … in silk_decode_signs()
79 …const opus_int signalType, /* I Signal type … in silk_decode_signs()
80 …const opus_int quantOffsetType, /* I Quantization offset type … in silk_decode_signs()
81 …const opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ] /* I Sum of absolute pulses per… in silk_decode_signs()
84 opus_int i, j, p; in silk_decode_signs()
Dcontrol_codec.c42 static opus_int silk_setup_resamplers(
44 opus_int fs_kHz /* I */
47 static opus_int silk_setup_fs(
49 opus_int fs_kHz, /* I */
50 opus_int PacketSize_ms /* I */
53 static opus_int silk_setup_complexity(
55 opus_int Complexity /* I */
58 static OPUS_INLINE opus_int silk_setup_LBRR(
65 opus_int silk_control_encoder( in silk_control_encoder()
68 …const opus_int allow_bw_switch, /* I Flag to allow swit… in silk_control_encoder()
[all …]
Dresampler_structs.h45 opus_int resampler_function;
46 opus_int batchSize;
48 opus_int FIR_Order;
49 opus_int FIR_Fracs;
50 opus_int Fs_in_kHz;
51 opus_int Fs_out_kHz;
52 opus_int inputDelay;
Ddec_API.c42 opus_int nChannelsAPI;
43 opus_int nChannelsInternal;
44 opus_int prev_decode_only_middle;
51 opus_int silk_Get_Decoder_Size( /* O Returns error code … in silk_Get_Decoder_Size()
52opus_int *decSizeBytes /* O Number of bytes in SILK decoder state … in silk_Get_Decoder_Size()
55 opus_int ret = SILK_NO_ERROR; in silk_Get_Decoder_Size()
63 opus_int silk_InitDecoder( /* O Returns error code … in silk_InitDecoder()
67 opus_int n, ret = SILK_NO_ERROR; in silk_InitDecoder()
81 opus_int silk_Decode( /* O Returns error code … in silk_Decode()
84opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode()
[all …]
/external/libopus/silk/fixed/
Dmain_FIX.h70opus_int activity /* I Decision of Opus v…
74 opus_int silk_encode_frame_FIX(
78opus_int condCoding, /* I The type of condit…
79opus_int maxBits, /* I If > 0: maximum nu…
80opus_int useCBR /* I Flag to force cons…
84 opus_int silk_init_encoder(
90 opus_int silk_control_encoder(
93 …const opus_int allow_bw_switch, /* I Flag to allow swit…
94 …const opus_int channelNb, /* I Channel number …
95 const opus_int force_fs_kHz
[all …]
Dstructs_FIX.h59opus_int LTPCorr_Q15; /* Normalized correlation from…
71 opus_int LTP_scale_Q14;
72 opus_int pitchL[ MAX_NB_SUBFR ];
78 opus_int Tilt_Q14[ MAX_NB_SUBFR ];
79 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ];
80 opus_int Lambda_Q10;
81 opus_int input_quality_Q14;
82 opus_int coding_quality_Q14;
86 opus_int LTPredCodGain_Q7;
88opus_int ResNrgQ[ MAX_NB_SUBFR ]; /* Q domain for the residual e…
[all …]
Dpitch_analysis_core_FIX.c62 opus_int start_lag, /* I lag offset to search around */
63 opus_int sf_length, /* I length of a 5 ms subframe */
64 opus_int nb_subfr, /* I number of subframes */
65 opus_int complexity, /* I Complexity setting */
72 opus_int start_lag, /* I lag offset to search around */
73 opus_int sf_length, /* I length of one 5 ms subframe */
74 opus_int nb_subfr, /* I number of subframes */
75 opus_int complexity, /* I Complexity setting */
82 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced … in silk_pitch_analysis_core()
84opus_int *pitch_out, /* O 4 pitch lag values … in silk_pitch_analysis_core()
[all …]
/external/libopus/silk/float/
Dmain_FLP.h60opus_int activity /* I Decision of Opus voice…
64 opus_int silk_encode_frame_FLP(
68opus_int condCoding, /* I The type of conditiona…
69opus_int maxBits, /* I If > 0: maximum number…
70opus_int useCBR /* I Flag to force constant…
74 opus_int silk_init_encoder(
80 opus_int silk_control_encoder(
83 …const opus_int allow_bw_switch, /* I Flag to allow switchin…
84 …const opus_int channelNb, /* I Channel number …
85 const opus_int force_fs_kHz
[all …]
DSigProc_FLP.h47 …const opus_int d, /* I length of ar …
62opus_int order /* I order …
75opus_int inputDataSize, /* I length of input …
76opus_int correlationCount /* I number of correlation taps to compute …
79 opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced, 1 unvoiced …
81opus_int *pitch_out, /* O Pitch lag values [nb_subfr] …
85opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoice…
88 …const opus_int Fs_kHz, /* I sample frequency (kHz) …
89 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest …
90 …const opus_int nb_subfr, /* I Number of 5 ms subframes …
[all …]
Dpitch_analysis_core_FLP.c48opus_int start_lag, /* I start lag …
49opus_int sf_length, /* I sub frame length …
50opus_int nb_subfr, /* I number of subframes …
51opus_int complexity, /* I Complexity setting …
58opus_int start_lag, /* I start lag …
59opus_int sf_length, /* I sub frame length …
60opus_int nb_subfr, /* I number of subframes …
61opus_int complexity /* I Complexity setting …
67 opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced, 1 unvoiced … in silk_pitch_analysis_core_FLP()
69opus_int *pitch_out, /* O Pitch lag values [nb_subfr] … in silk_pitch_analysis_core_FLP()
[all …]
Dwrappers_FLP.c40 …const opus_int LPC_order /* I LPC order … in silk_A2NLSF_FLP()
43 opus_int i; in silk_A2NLSF_FLP()
57 …const opus_int LPC_order, /* I LPC order … in silk_NLSF2A_FLP()
61 opus_int i; in silk_NLSF2A_FLP()
81 opus_int i, j; in silk_process_NLSFs_FLP()
105 opus_int i, j; in silk_NSQ_wrapper_FLP()
110 opus_int LTP_scale_Q14; in silk_NSQ_wrapper_FLP()
115 opus_int Lambda_Q10; in silk_NSQ_wrapper_FLP()
116 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
117 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
[all …]
/external/libopus/silk/x86/
Dmain_sse.h43opus_int *gain_Q7, /* O sum of absolute LTP coefficien…
49 …const opus_int mu_Q9, /* I tradeoff betw. weighted error …
51opus_int L /* I number of vectors in codebook …
66opus_int *gain_Q7, /* O sum of absolute LTP coefficien…
72 …const opus_int mu_Q9, /* I tradeoff betw. weighted error …
74opus_int L /* I number of vectors in codebook …
97 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping …
98 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt …
101 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags …
102 …const opus_int Lambda_Q10, /* I Rate/distortion tr…
[all …]
Dx86_silk_map.c47 const opus_int len
58 opus_int (*const SILK_VAD_GETSA_Q8_IMPL[ OPUS_ARCHMASK + 1 ] )(
79 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping …
80 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt …
83 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags …
84 …const opus_int Lambda_Q10, /* I Rate/distortion tr…
85 …const opus_int LTP_scale_Q14 /* I LTP state scaling …
99opus_int *gain_Q7, /* O sum of absolute LTP coefficien…
105 …const opus_int mu_Q9, /* I tradeoff betw. weighted error …
107opus_int L /* I number of vectors in codebook …
[all …]
DSigProc_FIX_sse.h38opus_int *res_nrg_Q, /* O Residual energy Q value …
42 …const opus_int subfr_length, /* I Input signal subframe length (incl. D prec…
43 …const opus_int nb_subfr, /* I Number of subframes stacked in x …
44 …const opus_int D, /* I Order …
56opus_int *res_nrg_Q, /* O Residual energy Q value …
60 …const opus_int subfr_length, /* I Input signal subframe length (incl. D prec…
61 …const opus_int nb_subfr, /* I Number of subframes stacked in x …
62 …const opus_int D, /* I Order …
73 const opus_int len
87 const opus_int len);
/external/libopus/silk/arm/
Darm_silk_map.c56 …const opus_int order /* I Prediction order …
73 …const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping …
74 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt …
77 …const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lags …
78 …const opus_int Lambda_Q10, /* I Rate/distortion tr…
79 …const opus_int LTP_scale_Q14 /* I LTP state scaling …
95 opus_int order) = {
109opus_int *scale, /* O Scaling of the correlati…
111 …const opus_int warping_Q16, /* I Warping coefficien…
112 …const opus_int length, /* I Length of input …
[all …]
/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_arm.h38opus_int *scale, /* O Scaling of the correlati…
40 …const opus_int warping_Q16, /* I Warping coefficien…
41 …const opus_int length, /* I Length of input …
42 …const opus_int order /* I Correlation order …
55 …X_IMPL[OPUS_ARCHMASK+1])(opus_int32*, opus_int*, const opus_int16*, const opus_int, const opus_int

1234567