Home
last modified time | relevance | path

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

123456

/external/libopus/silk/
Dstructs.h51 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…
[all …]
Dmain.h50opus_int prev_speech_act_Q8, /* I Speech activity level in previ…
51opus_int toMono, /* I Last frame before a stereo->mo…
52opus_int fs_kHz, /* I Sample rate (kHz) …
53opus_int frame_length /* I Number of samples …
62opus_int fs_kHz, /* I Samples rate (kHz) …
63opus_int frame_length /* I Number of samples …
72opus_int length, /* I Number of samples …
73opus_int smooth_coef_Q16 /* I Smoothing coefficient …
103opus_int *decode_only_mid /* O Flag that only mid channel has…
110opus_int length, /* I length of input …
[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…
93 opus_int silk_Get_Decoder_Size( /* O Returns error code …
[all …]
Dcontrol.h66 opus_int payloadSize_ms;
72 opus_int packetLossPercentage;
75 opus_int complexity;
78 opus_int useInBandFEC;
81 opus_int useDTX;
84 opus_int useCBR;
87 opus_int maxBits;
90 opus_int toMono;
93 opus_int opusCanSwitch;
96 opus_int reducedDependency;
[all …]
DSigProc_FIX.h53 opus_int silk_resampler_init(
57opus_int forEnc /* I If 1: encoder; if 0: decoder …
63 opus_int silk_resampler(
102opus_int stride /* I Operate on interleaved signal if > 1 …
117 …const opus_int d, /* I Length of ar …
124 …const opus_int d, /* I Length of ar …
132 …const opus_int order /* I Prediction order …
138 …const opus_int order /* I Prediction order …
161 opus_int silk_sigm_Q15(
162opus_int in_Q5 /* I …
[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 …]
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()
77opus_int pulses[], /* I/O pulse signal … in silk_decode_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()
[all …]
Dshell_coder.c37 opus_int *out, /* O combined pulses vector [len] */ in combine_pulses()
38 const opus_int *in, /* I input vector [2 * len] */ in combine_pulses()
39 const opus_int len /* I number of OUTPUT samples */ in combine_pulses()
42 opus_int k; in combine_pulses()
50 … const opus_int p_child1, /* I pulse amplitude of first child subframe */ in encode_split()
51 … const opus_int p, /* I pulse amplitude of current subframe */ in encode_split()
61opus_int *p_child1, /* O pulse amplitude of first child subframe */ in decode_split()
62opus_int *p_child2, /* O pulse amplitude of second child subframe */ in decode_split()
64 … const opus_int p, /* I pulse amplitude of current subframe */ in decode_split()
80 …const opus_int *pulses0 /* I data: nonnegative pulse amplit… in silk_shell_encoder()
[all …]
DNSQ.c42 opus_int subfr, /* I subframe number */
43 const opus_int LTP_scale_Q14, /* I */
45 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
46 const opus_int signal_type /* I Signal type */
51 opus_int signalType, /* I Signal type */
59 opus_int lag, /* I Pitch lag */
61 opus_int Tilt_Q14, /* I Spectral tilt */
64 opus_int Lambda_Q10, /* I */
65 opus_int offset_Q10, /* I */
66 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 …]
Ddec_API.c41 opus_int nChannelsAPI;
42 opus_int nChannelsInternal;
43 opus_int prev_decode_only_middle;
50 opus_int silk_Get_Decoder_Size( /* O Returns error code … in silk_Get_Decoder_Size()
51opus_int *decSizeBytes /* O Number of bytes in SILK decoder state … in silk_Get_Decoder_Size()
54 opus_int ret = SILK_NO_ERROR; in silk_Get_Decoder_Size()
62 opus_int silk_InitDecoder( /* O Returns error code … in silk_InitDecoder()
66 opus_int n, ret = SILK_NO_ERROR; in silk_InitDecoder()
80 opus_int silk_Decode( /* O Returns error code … in silk_Decode()
83opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode()
[all …]
DNSQ_del_dec.c68 opus_int subfr, /* I Subframe number */
69 opus_int nStatesDelayedDecision, /* I Number of del dec states */
70 const opus_int LTP_scale_Q14, /* I LTP state scaling */
72 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
73 const opus_int signal_type, /* I Signal type */
74 const opus_int decisionDelay /* I Decision delay */
83 opus_int signalType, /* I Signal type */
92 opus_int lag, /* I Pitch lag */
94 opus_int Tilt_Q14, /* I Spectral tilt */
97 opus_int Lambda_Q10, /* I */
[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;
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()
69 …const opus_int allow_bw_switch, /* I Flag to allow swit… in silk_control_encoder()
[all …]
/external/libopus/silk/fixed/
Dmain_FIX.h65 opus_int silk_encode_frame_FIX(
69opus_int condCoding, /* I The type of condit…
70opus_int maxBits, /* I If > 0: maximum nu…
71opus_int useCBR /* I Flag to force cons…
75 opus_int silk_init_encoder(
81 opus_int silk_control_encoder(
85 …const opus_int allow_bw_switch, /* I Flag to allow swit…
86 …const opus_int channelNb, /* I Channel number …
87 const opus_int force_fs_kHz
115opus_int *scale, /* O Scaling of the correlati…
[all …]
Dstructs_FIX.h56 opus_int sLTP_shp_buf_idx;
61 opus_int lagPrev;
74opus_int LTPCorr_Q15; /* Normalized correlation from…
85 opus_int LTP_scale_Q14;
86 opus_int pitchL[ MAX_NB_SUBFR ];
93 opus_int GainsPre_Q14[ MAX_NB_SUBFR ];
94 opus_int HarmBoost_Q14[ MAX_NB_SUBFR ];
95 opus_int Tilt_Q14[ MAX_NB_SUBFR ];
96 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ];
97 opus_int Lambda_Q10;
[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 */
81 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced … in silk_pitch_analysis_core()
83opus_int *pitch_out, /* O 4 pitch lag values … in silk_pitch_analysis_core()
[all …]
Dvector_ops_FIX.c39 …const opus_int dataSize /* I Length … in silk_scale_copy_vector16()
42 opus_int i; in silk_scale_copy_vector16()
55opus_int dataSize /* I length … in silk_scale_vector32_Q26_lshift_18()
58 opus_int i; in silk_scale_vector32_Q26_lshift_18()
73 …const opus_int len /* I vector lengths … in silk_inner_prod_aligned()
76 opus_int i; in silk_inner_prod_aligned()
87 …const opus_int len /* I vector lengths … in silk_inner_prod16_aligned_64()
90 opus_int i; in silk_inner_prod16_aligned_64()
/external/libopus/silk/float/
Dmain_FLP.h63 opus_int silk_encode_frame_FLP(
67opus_int condCoding, /* I The type of conditiona…
68opus_int maxBits, /* I If > 0: maximum number…
69opus_int useCBR /* I Flag to force constant…
73 opus_int silk_init_encoder(
79 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
114 …const opus_int length, /* I Length of input …
[all …]
DSigProc_FLP.h47 …const opus_int d, /* I length of ar …
62opus_int order /* I order …
75 …const opus_int order /* I prediction order …
82opus_int inputDataSize, /* I length of input …
83opus_int correlationCount /* I number of correlation taps to compute …
86 opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced, 1 unvoiced …
88opus_int *pitch_out, /* O Pitch lag values [nb_subfr] …
92opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoice…
95 …const opus_int Fs_kHz, /* I sample frequency (kHz) …
96 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest …
[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()
60 opus_int i; in silk_NLSF2A_FLP()
80 opus_int i, j; in silk_process_NLSFs_FLP()
104 opus_int i, j; in silk_NSQ_wrapper_FLP()
109 opus_int LTP_scale_Q14; in silk_NSQ_wrapper_FLP()
114 opus_int Lambda_Q10; in silk_NSQ_wrapper_FLP()
115 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
116 opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP()
[all …]
Dstructs_FLP.h56 opus_int sLTP_shp_buf_idx;
61 opus_int lagPrev;
86 opus_int pitchL[ MAX_NB_SUBFR ];
119 opus_int nChannelsAPI;
120 opus_int nChannelsInternal;
121 opus_int nPrevChannelsInternal;
122 opus_int timeSinceSwitchAllowed_ms;
123 opus_int allowBandwidthSwitch;
124 opus_int prev_decode_only_middle;
DLPC_analysis_filter_FLP.c47 …const opus_int length /* I Length of input signal … in silk_LPC_analysis_filter16_FLP()
50 opus_int ix; in silk_LPC_analysis_filter16_FLP()
85 …const opus_int length /* I Length of input signal … in silk_LPC_analysis_filter12_FLP()
88 opus_int ix; in silk_LPC_analysis_filter12_FLP()
119 …const opus_int length /* I Length of input signal … in silk_LPC_analysis_filter10_FLP()
122 opus_int ix; in silk_LPC_analysis_filter10_FLP()
151 …const opus_int length /* I Length of input signal … in silk_LPC_analysis_filter8_FLP()
154 opus_int ix; in silk_LPC_analysis_filter8_FLP()
181 …const opus_int length /* I Length of input signal … in silk_LPC_analysis_filter6_FLP()
184 opus_int ix; in silk_LPC_analysis_filter6_FLP()
[all …]
Dsolve_LS_FLP.c42opus_int M, /* I Size of Matrix …
53opus_int M, /* I Dim of Matrix equation …
64opus_int M, /* I Dim of Matrix equation …
75 …const opus_int M, /* I Size of matrix … in silk_solve_LDL_FLP()
80 opus_int i; in silk_solve_LDL_FLP()
114opus_int M, /* I Dim of Matrix equation … in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP()
119 opus_int i, j; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP()
136opus_int M, /* I Dim of Matrix equation … in silk_SolveWithLowerTriangularWdiagOnes_FLP()
141 opus_int i, j; in silk_SolveWithLowerTriangularWdiagOnes_FLP()
158opus_int M, /* I Size of Matrix … in silk_LDL_FLP()
[all …]

123456