HomeSort by relevance Sort by last modified time
    Searched refs:opus_int32 (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/opus/src/silk/
process_NLSFs.c 44 opus_int32 i_sqr_Q15;
82 pNLSFW_QW[ i ] = silk_SMLAWB( silk_RSHIFT( pNLSFW_QW[ i ], 1 ), (opus_int32)pNLSFW0_temp_QW[ i ], i_sqr_Q15 );
resampler.c 80 opus_int32 Fs_Hz_in, /* I Input sampling rate (Hz) */
81 opus_int32 Fs_Hz_out, /* I Output sampling rate (Hz) */
178 opus_int32 inLen /* I Number of input samples */
sort.c 41 opus_int32 *a, /* I/O Unsorted / Sorted vector */
47 opus_int32 value;
control_codec.c 59 const opus_int32 TargetRate_bps /* I */
67 const opus_int32 TargetRate_bps, /* I Target max bitrate (bps) */
140 opus_int32 nSamples_temp;
386 const opus_int32 TargetRate_bps /* I */
390 opus_int32 LBRR_rate_thres_bps;
406 psEncC->LBRR_GainIncreases = silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.4, 16 ) ), 2 );
control_audio_bandwidth.c 42 opus_int32 fs_Hz;
decode_frame.c 43 opus_int32 *pN, /* O Pointer to size of output frame */
decoder_set_fs.c 38 opus_int32 fs_API_Hz /* I API Sampling frequency (Hz) */
dec_API.c 84 opus_int32 *nSamplesOut /* O Number of samples decoded */
88 opus_int32 nSamplesOutDec, LBRR_symbol;
92 opus_int32 MS_pred_Q13[ 2 ] = { 0 };
159 if( decControl->API_sampleRate > (opus_int32)MAX_API_FS_KHZ * 1000 || decControl->API_sampleRate < 8000 ) {
  /external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c 44 opus_int32 a_fix_Q16[ MAX_LPC_ORDER ];
105 opus_int32 x_Q3[ MAX_FRAME_LENGTH ];
106 opus_int32 Gains_Q16[ MAX_NB_SUBFR ];
113 opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value */
186 opus_int32 W_Q18[ MAX_NB_SUBFR*LTP_ORDER*LTP_ORDER ];
192 W_Q18[ i ] = (opus_int32)silk_float2int( W[ i ] * 262144.0f );
LPC_inv_pred_gain_FLP.c 42 opus_int32 order /* I prediction order */
encode_frame_FLP.c 78 opus_int32 *pnBytesOut, /* O Number of payload bytes; */
92 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper;
93 opus_int32 gainsID, gainsID_lower, gainsID_upper;
98 opus_int32 pGains_Q16[ MAX_NB_SUBFR ];
255 opus_int32 gain_factor_Q16;
327 opus_int32 Gains_Q16[ MAX_NB_SUBFR ];
main_FLP.h 65 opus_int32 *pnBytesOut, /* O Number of payload bytes; */
81 const opus_int32 TargetRate_bps, /* I Target max bitrate (bps) */
  /external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c 39 const opus_int32 xfw_Q3[], /* I Input signal */
78 opus_int32 *pnBytesOut, /* O Pointer to number of payload bytes; */
88 opus_int32 xfw_Q3[ MAX_FRAME_LENGTH ];
92 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper;
93 opus_int32 gainsID, gainsID_lower, gainsID_upper;
257 opus_int32 gain_factor_Q16;
319 const opus_int32 xfw_Q3[], /* I Input signal */
323 opus_int32 TempGains_Q16[ MAX_NB_SUBFR ];
338 silk_memcpy( TempGains_Q16, psEncCtrl->Gains_Q16, psEnc->sCmn.nb_subfr * sizeof( opus_int32 ) );
370 silk_memcpy( psEncCtrl->Gains_Q16, TempGains_Q16, psEnc->sCmn.nb_subfr * sizeof( opus_int32 ) );
    [all...]
find_pitch_lags_FIX.c 44 opus_int32 thrhld_Q15, res_nrg;
47 opus_int32 auto_corr[ MAX_FIND_PITCH_LPC_ORDER + 1 ];
49 opus_int32 A_Q24[ MAX_FIND_PITCH_LPC_ORDER ];
process_gains_FIX.c 44 opus_int32 s_Q16, InvMaxSqrVal_Q16, gain, gain_squared, ResNrg, ResNrgPart, quant_offset_Q10;
90 silk_memcpy( psEncCtrl->GainsUnq_Q16, psEncCtrl->Gains_Q16, psEnc->sCmn.nb_subfr * sizeof( opus_int32 ) );
  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 51 opus_int32 frame_size, channels, rate;
60 opus_int32 skip;
70 rate = (opus_int32)atol(argv[1]);
celt.c 108 static int resampling_factor(opus_int32 rate)
154 opus_int32 bitrate;
186 opus_int32 vbr_reservoir;
187 opus_int32 vbr_drift;
188 opus_int32 vbr_offset;
189 opus_int32 vbr_count;
243 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels)
835 diff += bandLogE[i+c*m->nbEBands]*(opus_int32)(2+2*i-m->nbEBands);
896 opus_int32 bits;
931 opus_int32 vbr_rate
    [all...]
kiss_fft.h 51 # define kiss_fft_scalar opus_int32
quant_bands.c 158 opus_int32 budget, opus_int32 tell,
271 opus_int32 intra_bias;
276 intra_bias = (opus_int32)((budget**delayedIntra*loss_rate)/(C*512));
311 opus_int32 tell_intra;
333 if (two_pass && (badness1 < badness2 || (badness1 == badness2 && ((opus_int32)ec_tell_frac(enc))+intra_bias > tell_intra)))
429 opus_int32 budget;
430 opus_int32 tell;
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 157 #define __opus_check_int(x) (((void)((x) == (opus_int32)0)), (opus_int32)(x))
158 #define __opus_check_int_ptr(ptr) ((ptr) + ((ptr) - (opus_int32*)(ptr)))
205 * opus_int32 rate;
218 * @param[in] x <tt>opus_int32</tt>: Allowed values: 0-10, inclusive.
224 * @param[out] x <tt>opus_int32 *</tt>: Returns a value in the range 0-10,
236 * @param[in] x <tt>opus_int32</tt>: Bitrate in bits per second. The default
243 * @param[out] x <tt>opus_int32 *</tt>: Returns the bitrate in bits per second.
256 * @param[in] x <tt>opus_int32</tt>: Allowed values:
268 * @param[out] x <tt>opus_int32 *</tt>: Returns one of the following values
    [all...]
opus_custom.h 121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 57 void generate_music(short *buf, opus_int32 len)
59 opus_int32 a1,b1,a2,b2;
60 opus_int32 c1,c2,d1,d2;
61 opus_int32 i,j;
70 opus_int32 v1,v2;
121 opus_int32 i;
132 opus_int32 bitrate_bps;
344 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP);
test_opus_api.c 71 static const opus_int32 opus_apps[3] = {OPUS_APPLICATION_VOIP,
81 static const opus_int32 opus_rates[5] = {48000,24000,16000,12000,8000};
83 opus_int32 test_dec_api(void)
88 opus_int32 i,j,cfgs;
95 opus_int32 *nullvalue;
322 opus_int32 test_msdec_api(void)
327 opus_int32 i,j,cfgs;
689 opus_int32 test_parse(void)
691 opus_int32 i,j,jj,sz;
693 opus_int32 cfgs,cfgs_total
    [all...]
test_opus_decode.c 53 static const opus_int32 fsv[5]={48000,24000,16000,12000,8000};
57 opus_int32 i;
59 opus_int32 decsize;
344 opus_int32 tret[1]={480};
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 205 opus_int32 bitrate_bps=0;
208 opus_int32 sampling_rate;
217 opus_int32 count=0, count_act=0;
219 opus_int32 skip=0;
280 sampling_rate = (opus_int32)atol(argv[args]);
286 bitrate_bps = (opus_int32)atol(argv[args]);
624 opus_int32 s;

Completed in 464 milliseconds

1 2 3 45 6