Searched refs:indices (Results 151 - 175 of 647) sorted by last modified time

1234567891011>>

/external/lldb/source/Expression/
H A DIRInterpreter.cpp262 SmallVector <Value *, 8> indices (op_cursor, op_end);
264 uint64_t offset = m_target_data.getIndexedOffset(base->getType(), indices);
950 SmallVector <Value *, 8> indices (gep_inst->idx_begin(),
955 for (IndexIterator ii = indices.begin(), ie = indices.end();
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm52 ;# indices as follows.
91 ;# indices: 0<->4 1<->5 2<->6 3<->7, which we accomplish by
148 ;# each. Writing 0 ... 63 for the pixel indices, the desired result is:
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm56 ;# For fwd transform, indices are horizontal positions, then frequencies.
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm1270 ; restore pointers to their initial indices for next band pass by
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h183 __u32 indices[0]; member in struct:kvm_msr_list
/external/libunwind/doc/
H A Dlibunwind-ia64.tex131 attempt to write to indices \Const{UNW\_IA64\_FR}\texttt{+0} or
/external/libopus/silk/
H A DNLSF_decode.c37 const opus_int8 indices[], /* I Quantization indices [ order ] */
48 out_Q10 = silk_LSHIFT( indices[ i ], 10 );
83 /* Unpack entropy table indices and predictor for current CB1 index */
35 silk_NLSF_residual_dequant( opus_int16 x_Q10[], const opus_int8 indices[], const opus_uint8 pred_coef_Q8[], const opus_int quant_step_size_Q16, const opus_int16 order ) argument
H A DNLSF_del_dec_quant.c36 opus_int8 indices[], /* O Quantization indices [ order ] */
153 /* afterwards ind_sort[] will contain the indices of the NLSF_QUANT_DEL_DEC_STATES winning RD values */
189 /* last sample: find winner, copy indices and return RD value */
199 indices[ j ] = ind[ ind_tmp & ( NLSF_QUANT_DEL_DEC_STATES - 1 ) ][ j ];
200 silk_assert( indices[ j ] >= -NLSF_QUANT_MAX_AMPLITUDE_EXT );
201 silk_assert( indices[ j ] <= NLSF_QUANT_MAX_AMPLITUDE_EXT );
203 indices[ 0 ] += silk_RSHIFT( ind_tmp, NLSF_QUANT_DEL_DEC_STATES_LOG2 );
204 silk_assert( indices[ 0 ] <= NLSF_QUANT_MAX_AMPLITUDE_EXT );
35 silk_NLSF_del_dec_quant( opus_int8 indices[], const opus_int16 x_Q10[], const opus_int16 w_Q5[], const opus_uint8 pred_coef_Q8[], const opus_int16 ec_ix[], const opus_uint8 ec_rates_Q5[], const opus_int quant_step_size_Q16, const opus_int16 inv_quant_step_size_Q6, const opus_int32 mu_Q20, const opus_int16 order ) argument
H A DPLC.c107 psDec->prevSignalType = psDec->indices.signalType;
109 if( psDec->indices.signalType == TYPE_VOICED ) {
H A Ddec_API.c215 silk_decode_pulses( psRangeDec, pulses, channel_state[ n ].indices.signalType,
216 channel_state[ n ].indices.quantOffsetType, channel_state[ n ].frame_length );
H A Ddecode_core.c62 offset_Q10 = silk_Quantization_Offsets_Q10[ psDec->indices.signalType >> 1 ][ psDec->indices.quantOffsetType ];
64 if( psDec->indices.NLSFInterpCoef_Q2 < 1 << 2 ) {
71 rand_seed = psDec->indices.Seed;
103 signalType = psDec->indices.signalType;
126 psDec->indices.signalType != TYPE_VOICED && k < MAX_NB_SUBFR/2 ) {
H A Ddecode_frame.c66 /* Decode quantization indices of side info */
71 /* Decode quantization indices of excitation */
73 silk_decode_pulses( psRangeDec, pulses, psDec->indices.signalType,
74 psDec->indices.quantOffsetType, psDec->frame_length );
92 psDec->prevSignalType = psDec->indices.signalType;
H A Ddecode_indices.c56 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 );
57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 );
65 psDec->indices.GainsIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_delta_gain_iCDF, 8 );
68 psDec->indices.GainsIndices[ 0 ] = (opus_int8)silk_LSHIFT( ec_dec_icdf( psRangeDec, silk_gain_iCDF[ psDec->indices.signalType ], 8 ), 3 );
69 psDec->indices.GainsIndices[ 0 ] += (opus_int8)ec_dec_icdf( psRangeDec, silk_uniform8_iCDF, 8 );
74 psDec->indices.GainsIndices[ i ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_delta_gain_iCDF, 8 );
80 psDec->indices.NLSFIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->CB1_iCDF[ ( psDec->indices.signalType >> 1 ) * psDec->psNLSF_CB->nVectors ], 8 );
81 silk_NLSF_unpack( ec_ix, pred_Q8, psDec->psNLSF_CB, psDec->indices
[all...]
H A Ddecode_parameters.c46 silk_gains_dequant( psDecCtrl->Gains_Q16, psDec->indices.GainsIndices,
52 silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB );
60 psDec->indices.NLSFInterpCoef_Q2 = 4;
63 if( psDec->indices.NLSFInterpCoef_Q2 < 4 ) {
67 pNLSF0_Q15[ i ] = psDec->prevNLSF_Q15[ i ] + silk_RSHIFT( silk_MUL( psDec->indices.NLSFInterpCoef_Q2,
86 if( psDec->indices.signalType == TYPE_VOICED ) {
92 silk_decode_pitch( psDec->indices.lagIndex, psDec->indices.contourIndex, psDecCtrl->pitchL, psDec->fs_kHz, psDec->nb_subfr );
95 cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ psDec->indices.PERIndex ]; /* set pointer to start of codebook */
98 Ix = psDec->indices
[all...]
H A Dencode_indices.c52 psIndices = &psEncC->indices;
/external/libopus/silk/fixed/
H A DLTP_scale_ctrl_FIX.c46 psEnc->sCmn.indices.LTP_scaleIndex = (opus_int8)silk_LIMIT(
50 psEnc->sCmn.indices.LTP_scaleIndex = 0;
52 psEncCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ];
H A Dencode_frame_FIX.c57 psEnc->sCmn.indices.signalType = TYPE_NO_VOICE_ACTIVITY;
69 psEnc->sCmn.indices.signalType = TYPE_UNVOICED;
102 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
168 gainsID = silk_gains_ID( psEnc->sCmn.indices.GainsIndices, psEnc->sCmn.nb_subfr );
174 seed_copy = psEnc->sCmn.indices.Seed;
188 psEnc->sCmn.indices.Seed = seed_copy;
197 silk_NSQ_del_dec( &psEnc->sCmn, &psEnc->sCmn.sNSQ, &psEnc->sCmn.indices, xfw_Q3, psEnc->sCmn.pulses,
201 silk_NSQ( &psEnc->sCmn, &psEnc->sCmn.sNSQ, &psEnc->sCmn.indices, xfw_Q3, psEnc->sCmn.pulses,
214 silk_encode_pulses( psRangeEnc, psEnc->sCmn.indices.signalType, psEnc->sCmn.indices
[all...]
H A Dfind_LPC_FIX.c60 psEncC->indices.NLSFInterpCoef_Q2 = 4;
89 /* Search over interpolation indices to find the one with lowest residual energy */
139 psEncC->indices.NLSFInterpCoef_Q2 = (opus_int8)k;
144 if( psEncC->indices.NLSFInterpCoef_Q2 == 4 ) {
149 silk_assert( psEncC->indices.NLSFInterpCoef_Q2 == 4 || ( psEncC->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) );
H A Dfind_pitch_lags_FIX.c117 if( psEnc->sCmn.indices.signalType != TYPE_NO_VOICE_ACTIVITY && psEnc->sCmn.first_frame_after_reset == 0 ) {
129 if( silk_pitch_analysis_core( res, psEncCtrl->pitchL, &psEnc->sCmn.indices.lagIndex, &psEnc->sCmn.indices.contourIndex,
134 psEnc->sCmn.indices.signalType = TYPE_VOICED;
136 psEnc->sCmn.indices.signalType = TYPE_UNVOICED;
140 psEnc->sCmn.indices.lagIndex = 0;
141 psEnc->sCmn.indices.contourIndex = 0;
H A Dfind_pred_coefs_FIX.c79 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
95 silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
H A Dnoise_shape_analysis_FIX.c190 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
204 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
206 psEnc->sCmn.indices.quantOffsetType = 0;
231 psEnc->sCmn.indices.quantOffsetType = 0;
233 psEnc->sCmn.indices.quantOffsetType = 1;
379 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
416 if( USE_HARM_SHAPING && psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
H A Dprefilter_FIX.c118 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
H A Dprocess_gains_FIX.c47 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
94 silk_gains_quant( psEnc->sCmn.indices.GainsIndices, psEncCtrl->Gains_Q16,
98 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
100 psEnc->sCmn.indices.quantOffsetType = 0;
102 psEnc->sCmn.indices.quantOffsetType = 1;
107 quant_offset_Q10 = silk_Quantization_Offsets_Q10[ psEnc->sCmn.indices.signalType >> 1 ][ psEnc->sCmn.indices.quantOffsetType ];
/external/libopus/silk/float/
H A DLTP_scale_ctrl_FLP.c45 psEnc->sCmn.indices.LTP_scaleIndex = (opus_int8)silk_LIMIT( round_loss * psEncCtrl->LTPredCodGain * 0.1f, 0.0f, 2.0f );
48 psEnc->sCmn.indices.LTP_scaleIndex = 0;
51 psEncCtrl->LTP_scale = (silk_float)silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ] / 16384.0f;
H A Dencode_frame_FLP.c56 psEnc->sCmn.indices.signalType = TYPE_NO_VOICE_ACTIVITY;
68 psEnc->sCmn.indices.signalType = TYPE_UNVOICED;
104 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
164 gainsID = silk_gains_ID( psEnc->sCmn.indices.GainsIndices, psEnc->sCmn.nb_subfr );
170 seed_copy = psEnc->sCmn.indices.Seed;
183 psEnc->sCmn.indices.Seed = seed_copy;
191 silk_NSQ_wrapper_FLP( psEnc, &sEncCtrl, &psEnc->sCmn.indices, &psEnc->sCmn.sNSQ, psEnc->sCmn.pulses, xfw );
201 silk_encode_pulses( psRangeEnc, psEnc->sCmn.indices.signalType, psEnc->sCmn.indices.quantOffsetType,
280 silk_gains_quant( psEnc->sCmn.indices
[all...]

Completed in 291 milliseconds

1234567891011>>