Searched refs:logN (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | modes.c | 234 opus_int16 *logN; in opus_custom_mode_create() local 386 logN = (opus_int16*)opus_alloc(mode->nbEBands*sizeof(opus_int16)); in opus_custom_mode_create() 387 if (logN==NULL) in opus_custom_mode_create() 391 logN[i] = log2_frac(mode->eBands[i+1]-mode->eBands[i], BITRES); in opus_custom_mode_create() 392 mode->logN = logN; in opus_custom_mode_create() 436 opus_free((opus_int16*)mode->logN); in opus_custom_mode_destroy()
|
D | modes.h | 67 const opus_int16 *logN; member
|
D | rate.c | 192 offset = ((m->logN[j]+((LM0+k)<<BITRES))>>1)-QTHETA_OFFSET; in compute_pulse_cache() 208 … offset = ((m->logN[j]+(i<<BITRES))>>1)-(N==2?QTHETA_OFFSET_TWOPHASE:QTHETA_OFFSET); in compute_pulse_cache() 223 offset = ((m->logN[j] + (i<<BITRES))>>1)-FINE_OFFSET; in compute_pulse_cache() 457 NClogN = den*(m->logN[j] + logM); in interp_bits2pulses()
|
D | celt_encoder.c | 971 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, in dynalloc_analysis() argument 991 noise_floor[i] = MULT16_16(QCONST16(0.0625f, DB_SHIFT),logN[i]) in dynalloc_analysis() 1886 st->lsb_depth, mode->logN, isTransient, st->vbr, st->constrained_vbr, in celt_encode_with_ec()
|
D | bands.c | 111 int shift = celt_ilog2(maxval) - 14 + (((m->logN[i]>>BITRES)+LM+1)>>1); in compute_band_energies() 729 pulse_cap = m->logN[i]+LM*(1<<BITRES); in compute_theta()
|
/external/libopus/celt/dump_modes/ |
D | dump_modes.c | 124 fprintf (file, "%d, ", mode->logN[j]); in dump_modes()
|
/external/one-true-awk/testdir/ |
D | funstack.in | 21324 …o O//A(N/log logN) and the bit complexity to O//B(N logN log log logN). A storage requirement is d… 23446 …programming; database; file organisation; interpolation search; key; log; logN file accesses; orde…
|