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

  /external/chromium_org/third_party/opus/src/silk/
sigm_Q15.c 41 static const opus_int32 sigm_LUT_pos_Q15[ 6 ] = {
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
  /external/libopus/silk/
sigm_Q15.c 41 static const opus_int32 sigm_LUT_pos_Q15[ 6 ] = {
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );

Completed in 166 milliseconds