Searched refs:sLF_MA_shp_Q12 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dprefilter_FIX.c167 opus_int32 sLF_MA_shp_Q12, sLF_AR_shp_Q12; local
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;
H A Dstructs_FIX.h58 opus_int32 sLF_MA_shp_Q12; member in struct:__anon13287

Completed in 141 milliseconds