/external/libopus/silk/ |
D | structs.h | 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… [all …]
|
D | main.h | 50 …opus_int prev_speech_act_Q8, /* I Speech activity level in previ… 51 …opus_int toMono, /* I Last frame before a stereo->mo… 52 …opus_int fs_kHz, /* I Sample rate (kHz) … 53 …opus_int frame_length /* I Number of samples … 62 …opus_int fs_kHz, /* I Samples rate (kHz) … 63 …opus_int frame_length /* I Number of samples … 72 …opus_int length, /* I Number of samples … 73 …opus_int smooth_coef_Q16 /* I Smoothing coefficient … 103 …opus_int *decode_only_mid /* O Flag that only mid channel has… 110 …opus_int length, /* I length of input … [all …]
|
D | API.h | 46 …opus_int VADFlag; /* Voice activity for packet … 47 …opus_int VADFlags[ SILK_MAX_FRAMES_PER_PACKET ]; /* Voice activity for each frame in packet … 48 …opus_int inbandFECFlag; /* Flag indicating if packet contains in-band … 58 opus_int silk_Get_Encoder_Size( /* O Returns error code … 59 …opus_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 … 80 …opus_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 …]
|
D | control.h | 66 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 …]
|
D | SigProc_FIX.h | 53 opus_int silk_resampler_init( 57 …opus_int forEnc /* I If 1: encoder; if 0: decoder … 63 opus_int silk_resampler( 102 …opus_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( 162 …opus_int in_Q5 /* I … [all …]
|
D | encode_pulses.c | 39 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 …]
|
D | code_signs.c | 44 …opus_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() 77 …opus_int pulses[], /* I/O pulse signal … in silk_decode_signs() 78 …opus_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 …]
|
D | shell_coder.c | 37 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() 61 … opus_int *p_child1, /* O pulse amplitude of first child subframe */ in decode_split() 62 … opus_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 …]
|
D | NSQ.c | 42 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 …]
|
D | sort.c | 42 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() 90 …opus_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 …]
|
D | dec_API.c | 41 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() 51 …opus_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() 83 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode() [all …]
|
D | NSQ_del_dec.c | 68 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 …]
|
D | resampler_structs.h | 45 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;
|
D | control_codec.c | 42 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/ |
D | main_FIX.h | 65 opus_int silk_encode_frame_FIX( 69 …opus_int condCoding, /* I The type of condit… 70 …opus_int maxBits, /* I If > 0: maximum nu… 71 …opus_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 115 …opus_int *scale, /* O Scaling of the correlati… [all …]
|
D | structs_FIX.h | 56 opus_int sLTP_shp_buf_idx; 61 opus_int lagPrev; 74 …opus_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 …]
|
D | pitch_analysis_core_FIX.c | 62 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() 83 …opus_int *pitch_out, /* O 4 pitch lag values … in silk_pitch_analysis_core() [all …]
|
D | vector_ops_FIX.c | 39 …const opus_int dataSize /* I Length … in silk_scale_copy_vector16() 42 opus_int i; in silk_scale_copy_vector16() 55 …opus_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/ |
D | main_FLP.h | 63 opus_int silk_encode_frame_FLP( 67 …opus_int condCoding, /* I The type of conditiona… 68 …opus_int maxBits, /* I If > 0: maximum number… 69 …opus_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 …]
|
D | SigProc_FLP.h | 47 …const opus_int d, /* I length of ar … 62 …opus_int order /* I order … 75 …const opus_int order /* I prediction order … 82 …opus_int inputDataSize, /* I length of input … 83 …opus_int correlationCount /* I number of correlation taps to compute … 86 opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced, 1 unvoiced … 88 …opus_int *pitch_out, /* O Pitch lag values [nb_subfr] … 92 …opus_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 …]
|
D | pitch_analysis_core_FLP.c | 48 …opus_int start_lag, /* I start lag … 49 …opus_int sf_length, /* I sub frame length … 50 …opus_int nb_subfr, /* I number of subframes … 51 …opus_int complexity, /* I Complexity setting … 58 …opus_int start_lag, /* I start lag … 59 …opus_int sf_length, /* I sub frame length … 60 …opus_int nb_subfr, /* I number of subframes … 61 …opus_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() 69 …opus_int *pitch_out, /* O Pitch lag values [nb_subfr] … in silk_pitch_analysis_core_FLP() [all …]
|
D | wrappers_FLP.c | 40 …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 …]
|
D | structs_FLP.h | 56 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;
|
D | LPC_analysis_filter_FLP.c | 47 …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 …]
|
D | solve_LS_FLP.c | 42 …opus_int M, /* I Size of Matrix … 53 …opus_int M, /* I Dim of Matrix equation … 64 …opus_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() 114 …opus_int M, /* I Dim of Matrix equation … in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP() 119 opus_int i, j; in silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP() 136 …opus_int M, /* I Dim of Matrix equation … in silk_SolveWithLowerTriangularWdiagOnes_FLP() 141 opus_int i, j; in silk_SolveWithLowerTriangularWdiagOnes_FLP() 158 …opus_int M, /* I Size of Matrix … in silk_LDL_FLP() [all …]
|