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

  /external/libopus/silk/fixed/mips/
prefilter_FIX_mipsr1.h 127 opus_int i, idx, LTP_shp_buf_idx;
134 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
142 idx = lag + LTP_shp_buf_idx;
153 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
154 LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) );
171 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
172 LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) );
181 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
    [all...]
  /external/libopus/silk/fixed/
prefilter_FIX.c 181 opus_int i, idx, LTP_shp_buf_idx;
188 LTP_shp_buf_idx = P->sLTP_shp_buf_idx;
196 idx = lag + LTP_shp_buf_idx;
210 LTP_shp_buf_idx = ( LTP_shp_buf_idx - 1 ) & LTP_MASK;
211 LTP_shp_buf[ LTP_shp_buf_idx ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sLF_MA_shp_Q12, 12 ) );
219 P->sLTP_shp_buf_idx = LTP_shp_buf_idx;
  /external/libopus/silk/float/
prefilter_FLP.c 169 opus_int idx, LTP_shp_buf_idx;
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 787 milliseconds