Searched refs:LTP_shp_buf_idx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dprefilter_FIX.c170 opus_int i, idx, LTP_shp_buf_idx; local
177 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
185 idx = lag + LTP_shp_buf_idx;
199 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
200 LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) );
208 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
/external/chromium_org/third_party/opus/src/silk/float/
H A Dprefilter_FLP.c169 opus_int idx, LTP_shp_buf_idx; local
176 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
183 idx = lag + LTP_shp_buf_idx;
197 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
198 LTP_shp_buf[ LTP_shp_buf_idx ] = sLF_MA_shp;
205 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
/external/libopus/silk/fixed/
H A Dprefilter_FIX.c170 opus_int i, idx, LTP_shp_buf_idx; local
177 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
185 idx = lag + LTP_shp_buf_idx;
199 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
200 LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) );
208 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
/external/libopus/silk/float/
H A Dprefilter_FLP.c169 opus_int idx, LTP_shp_buf_idx; local
176 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
183 idx = lag + LTP_shp_buf_idx;
197 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
198 LTP_shp_buf[ LTP_shp_buf_idx ] = sLF_MA_shp;
205 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;

Completed in 110 milliseconds