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

  /external/libopus/celt/
fixed_c5x.h 54 #undef MIN32
55 #define MIN32(a,b) _lmin(a,b)
fixed_c6x.h 58 #undef MIN32
59 #define MIN32(a,b) _lmin(a,b)
float_cast.h 135 x = MIN32(x, 32767);
quant_bands.c 153 return MIN32(200,SHR32(dist,2*DB_SHIFT-6));
289 max_decay = MIN32(max_decay, SHL32(EXTEND32(nbAvailableBytes),DB_SHIFT-3));
291 max_decay = MIN32(max_decay, .125f*nbAvailableBytes);
arch.h 74 #define MIN32(a,b) ((a) < (b) ? (a) : (b)) /**< Minimum 32-bit value. */
fixed_generic.h 162 x = MIN32(x, 32767);
mathops.h 71 minval = MIN32(minval, x[i]);
mdct.c 94 trig[i] = (kiss_twiddle_scalar)MAX32(-32767,MIN32(32767,floor(.5+32768*cos(2*M_PI*(i+.125)/N))));
modes.c 379 window[i] = MIN32(32767,floor(.5+32768.*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap))));
celt_encoder.c 346 id = MAX32(0,MIN32(127,MULT16_32_Q15(tmp[i]+EPSILON,norm))); /* Do not round to nearest */
348 id = (int)MAX32(0,MIN32(127,floor(64*norm*(tmp[i]+EPSILON)))); /* Do not round to nearest */
501 inp[i*upsample] = MAX32(-65536.f, MIN32(65536.f,inp[i*upsample]));
    [all...]
pitch.c 441 return EXTRACT16(MIN32(g, Q15ONE));
bands.c 289 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32));
329 r = MULT16_16_Q14(23170, MIN32(23169, r));
    [all...]
fixed_debug.h 775 x = MIN32(x, 32767);
celt_decoder.c 600 E1 = MIN32(E1, E2);
    [all...]
  /external/speex/libspeex/
preprocess.c 328 noise_gain = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),noise_suppress)),1)));
329 gain_ratio = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(.2302585f,11),effective_echo_suppress-noise_suppress)),1)));
338 echo_gain = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(0.11513,11),effective_echo_suppress)),1)));
339 gain_ratio = EXTRACT16(MIN32(Q15_ONE,SHR32(spx_exp(MULT16_16(QCONST16(.2302585f,11),noise_suppress-effective_echo_suppress)),1)));
695 st->Smin[i] = MIN32(st->Stmp[i], st->S[i]);
701 st->Smin[i] = MIN32(st->Smin[i], st->S[i]);
702 st->Stmp[i] = MIN32(st->Stmp[i], st->S[i]);
855 st->gain[i] = EXTRACT16(MIN32(Q15_ONE, MULT16_32_Q15(prior_ratio, MM)));
862 theta = MIN32(theta, EXTEND32(32767));
863 /*Q8*/tmp = MULT16_16_Q15((SHL32(1,SNR_SHIFT)+st->prior[i]),EXTRACT16(MIN32(Q15ONE,SHR32(spx_exp(-EXTRACT16(theta)),1))))
    [all...]
arch.h 86 #define MIN32(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 32-bit value. */
mdf.c 366 tmp = MIN32(ABS32(tmp), 536870912);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-d30v.c 29 #define MIN32 (- MAX32 - 1)
118 if (relocation > MAX32 || relocation < MIN32)
  /external/libopus/src/
analysis.c 374 tonal->lowE[b] = MIN32(logE[b], tonal->lowE[b]+.01f);
opus_encoder.c 923 mem->XY = MIN32(mem->XY, sqrt_xx*sqrt_yy);
934 return EXTRACT16(MIN32(Q15ONE, MULT16_16(20, mem->max_follower)));
    [all...]
opus_multistream_encoder.c 332 maskLogE[1][i] = MIN32(maskLogE[0][i],maskLogE[2][i]);
    [all...]

Completed in 426 milliseconds