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

/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c473 opus_val32 x2N; /* Q13 */ local
475 x2N = MULT16_16(MULT16_16_Q15(x[j], x[j]), N);
476 if (x2N < QCONST16(0.25f,13))
478 if (x2N < QCONST16(0.0625f,13))
480 if (x2N < QCONST16(0.015625f,13))
/external/libopus/celt/
H A Dbands.c473 opus_val32 x2N; /* Q13 */ local
475 x2N = MULT16_16(MULT16_16_Q15(x[j], x[j]), N);
476 if (x2N < QCONST16(0.25f,13))
478 if (x2N < QCONST16(0.0625f,13))
480 if (x2N < QCONST16(0.015625f,13))

Completed in 100 milliseconds