/external/libopus/silk/ |
D | structs.h | 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… [all …]
|
D | main.h | 58 …opus_int prev_speech_act_Q8, /* I Speech activity level in previ… 59 …opus_int toMono, /* I Last frame before a stereo->mo… 60 …opus_int fs_kHz, /* I Sample rate (kHz) … 61 …opus_int frame_length /* I Number of samples … 70 …opus_int fs_kHz, /* I Samples rate (kHz) … 71 …opus_int frame_length /* I Number of samples … 80 …opus_int length, /* I Number of samples … 81 …opus_int smooth_coef_Q16 /* I Smoothing coefficient … 111 …opus_int *decode_only_mid /* O Flag that only mid channel has… 118 …opus_int length, /* I length of input … [all …]
|
D | control.h | 66 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 …]
|
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… 94 opus_int silk_Get_Decoder_Size( /* O Returns error code … [all …]
|
D | SigProc_FIX.h | 62 opus_int silk_resampler_init( 66 …opus_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( 182 …opus_int in_Q5 /* I … 195 …opus_int *shift, /* O Number of bits right shift applied to energ… 197 …opus_int len /* I Length of input vector … [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 | NSQ.c | 44 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 …]
|
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 | NSQ_del_dec.c | 75 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 …]
|
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() 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() 84 opus_int i, j, p; in silk_decode_signs()
|
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() 68 …const opus_int allow_bw_switch, /* I Flag to allow swit… in silk_control_encoder() [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 | dec_API.c | 42 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() 52 …opus_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() 84 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode() [all …]
|
/external/libopus/silk/fixed/ |
D | main_FIX.h | 70 …opus_int activity /* I Decision of Opus v… 74 opus_int silk_encode_frame_FIX( 78 …opus_int condCoding, /* I The type of condit… 79 …opus_int maxBits, /* I If > 0: maximum nu… 80 …opus_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 …]
|
D | structs_FIX.h | 59 …opus_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; 88 …opus_int ResNrgQ[ MAX_NB_SUBFR ]; /* Q domain for the residual e… [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 */ 82 opus_int silk_pitch_analysis_core( /* O Voicing estimate: 0 voiced, 1 unvoiced … in silk_pitch_analysis_core() 84 …opus_int *pitch_out, /* O 4 pitch lag values … in silk_pitch_analysis_core() [all …]
|
/external/libopus/silk/float/ |
D | main_FLP.h | 60 …opus_int activity /* I Decision of Opus voice… 64 opus_int silk_encode_frame_FLP( 68 …opus_int condCoding, /* I The type of conditiona… 69 …opus_int maxBits, /* I If > 0: maximum number… 70 …opus_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 …]
|
D | SigProc_FLP.h | 47 …const opus_int d, /* I length of ar … 62 …opus_int order /* I order … 75 …opus_int inputDataSize, /* I length of input … 76 …opus_int correlationCount /* I number of correlation taps to compute … 79 opus_int silk_pitch_analysis_core_FLP( /* O Voicing estimate: 0 voiced, 1 unvoiced … 81 …opus_int *pitch_out, /* O Pitch lag values [nb_subfr] … 85 …opus_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 …]
|
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() 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/ |
D | main_sse.h | 43 …opus_int *gain_Q7, /* O sum of absolute LTP coefficien… 49 …const opus_int mu_Q9, /* I tradeoff betw. weighted error … 51 …opus_int L /* I number of vectors in codebook … 66 …opus_int *gain_Q7, /* O sum of absolute LTP coefficien… 72 …const opus_int mu_Q9, /* I tradeoff betw. weighted error … 74 …opus_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 …]
|
D | x86_silk_map.c | 47 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 … 99 …opus_int *gain_Q7, /* O sum of absolute LTP coefficien… 105 …const opus_int mu_Q9, /* I tradeoff betw. weighted error … 107 …opus_int L /* I number of vectors in codebook … [all …]
|
D | SigProc_FIX_sse.h | 38 …opus_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 … 56 …opus_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/ |
D | arm_silk_map.c | 56 …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) = { 109 …opus_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/ |
D | warped_autocorrelation_FIX_arm.h | 38 …opus_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…
|