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

  /external/chromium_org/third_party/opus/src/celt/
pitch.c 75 opus_val32 xcorr16; local
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
78 /* Considering the range of xcorr16, this should avoid both underflows
79 and overflows (inf) when squaring xcorr16 */
80 xcorr16 *= 1e-12f;
82 num = MULT16_16_Q15(xcorr16,xcorr16);
  /external/libopus/celt/
pitch.c 75 opus_val32 xcorr16; local
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
78 /* Considering the range of xcorr16, this should avoid both underflows
79 and overflows (inf) when squaring xcorr16 */
80 xcorr16 *= 1e-12f;
82 num = MULT16_16_Q15(xcorr16,xcorr16);

Completed in 3366 milliseconds