HomeSort by relevance Sort by last modified time
    Searched defs:Tilt_Q14 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c 115 opus_int Tilt_Q14[ MAX_NB_SUBFR ];
129 Tilt_Q14[ i ] = (opus_int)silk_float2int( psEncCtrl->Tilt[ i ] * 16384.0f );
164 AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_scale_Q14 );
167 AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_scale_Q14 );
  /external/libopus/silk/float/
wrappers_FLP.c 115 opus_int Tilt_Q14[ MAX_NB_SUBFR ];
129 Tilt_Q14[ i ] = (opus_int)silk_float2int( psEncCtrl->Tilt[ i ] * 16384.0f );
164 AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_scale_Q14 );
167 AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_scale_Q14 );
  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 42 opus_int Tilt_Q14, /* I Tilt shaping coeficient */
103 opus_int HarmShapeGain_Q12, Tilt_Q14;
127 Tilt_Q14 = psEncCtrl->Tilt_Q14[ k ];
148 silk_prefilt_FIX( P, x_filt_Q12, pxw_Q3, HarmShapeFIRPacked_Q12, Tilt_Q14, LF_shp_Q14, lag, psEnc->sCmn.subfr_length );
164 opus_int Tilt_Q14, /* I Tilt shaping coeficient */
193 n_Tilt_Q10 = silk_SMULWB( sLF_AR_shp_Q12, Tilt_Q14 );
structs_FIX.h 95 opus_int Tilt_Q14[ MAX_NB_SUBFR ];
  /external/libopus/silk/fixed/
prefilter_FIX.c 42 opus_int Tilt_Q14, /* I Tilt shaping coeficient */
103 opus_int HarmShapeGain_Q12, Tilt_Q14;
127 Tilt_Q14 = psEncCtrl->Tilt_Q14[ k ];
148 silk_prefilt_FIX( P, x_filt_Q12, pxw_Q3, HarmShapeFIRPacked_Q12, Tilt_Q14, LF_shp_Q14, lag, psEnc->sCmn.subfr_length );
164 opus_int Tilt_Q14, /* I Tilt shaping coeficient */
193 n_Tilt_Q10 = silk_SMULWB( sLF_AR_shp_Q12, Tilt_Q14 );
structs_FIX.h 95 opus_int Tilt_Q14[ MAX_NB_SUBFR ];

Completed in 107 milliseconds