HomeSort by relevance Sort by last modified time
    Searched refs:sLF_MA_shp_Q12 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 167 opus_int32 sLF_MA_shp_Q12, sLF_AR_shp_Q12;
174 sLF_MA_shp_Q12 = P->sLF_MA_shp_Q12;
189 n_LF_Q10 = silk_SMLAWB( silk_SMULWT( sLF_AR_shp_Q12, LF_shp_Q14 ), sLF_MA_shp_Q12, LF_shp_Q14 );
192 sLF_MA_shp_Q12 = silk_SUB32( sLF_AR_shp_Q12, silk_LSHIFT( n_LF_Q10, 2 ) );
195 LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) );
197 xw_Q3[i] = silk_RSHIFT_ROUND( silk_SUB32( sLF_MA_shp_Q12, n_LTP_Q12 ), 9 );
202 P->sLF_MA_shp_Q12 = sLF_MA_shp_Q12;
structs_FIX.h 58 opus_int32 sLF_MA_shp_Q12;

Completed in 24 milliseconds