HomeSort by relevance Sort by last modified time
    Searched defs:logN (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
modes.h 75 const opus_int16 *logN;
modes.c 230 opus_int16 *logN;
381 logN = (opus_int16*)opus_alloc(mode->nbEBands*sizeof(opus_int16));
382 if (logN==NULL)
386 logN[i] = log2_frac(mode->eBands[i+1]-mode->eBands[i], BITRES);
387 mode->logN = logN;
429 opus_free((opus_int16*)mode->logN);
  /external/libopus/celt/
modes.h 75 const opus_int16 *logN;
modes.c 230 opus_int16 *logN;
381 logN = (opus_int16*)opus_alloc(mode->nbEBands*sizeof(opus_int16));
382 if (logN==NULL)
386 logN[i] = log2_frac(mode->eBands[i+1]-mode->eBands[i], BITRES);
387 mode->logN = logN;
429 opus_free((opus_int16*)mode->logN);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 104 /* logN(x) = logN(2)*log2(x) = 0.6931*log2(x). Output in Q8. */
105 /* The input argument X to logN(X) is 2^17 times higher than the
109 X gets 2 thimes higher, i.e. Z = logN(2)*256 = 0.693147180559*256 =
110 177.445678 should be subtracted (since logN() returns a Q8 value).
114 int16_t zeros, log2, frac, logN;
119 logN=(int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2,22713,15); //Q8*Q15 log(2) = 0.693147 = 22713 in Q15
120 logN=logN+11; //Scalar compensation which minimizes the (log(x)-logN(x))^2 error over all x
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 524 milliseconds