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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h 100 scale_shift = 24;
111 int16_t scale_shift; member in struct:webrtc::BackgroundNoise::ChannelParameters
background_noise.cc 167 return channel_parameters_[channel].scale_shift;
256 parameters.scale_shift =
  /external/libopus/celt/
mdct.c 132 int scale_shift = st->scale_shift-1; local
208 yc.r = PSHR32(MULT16_32_Q16(scale, yc.r), scale_shift);
209 yc.i = PSHR32(MULT16_32_Q16(scale, yc.i), scale_shift);
kiss_fft.c 456 st->scale_shift = celt_ilog2(st->nfft);
457 if (st->nfft == 1<<st->scale_shift)
460 st->scale = (1073741824+st->nfft/2)/st->nfft>>(15-st->scale_shift);
576 int scale_shift = st->scale_shift-1; local
585 fout[st->bitrev[i]].r = SHR32(MULT16_32_Q16(scale, x.r), scale_shift);
586 fout[st->bitrev[i]].i = SHR32(MULT16_32_Q16(scale, x.i), scale_shift);
kiss_fft.h 90 int scale_shift; member in struct:kiss_fft_state
  /external/libopus/celt/mips/
mdct_mipsr1.h 73 int scale_shift = st->scale_shift-1; local
153 yc.r = PSHR32(MULT16_32_Q16(scale, yc.r), scale_shift);
154 yc.i = PSHR32(MULT16_32_Q16(scale, yc.i), scale_shift);
  /external/libopus/celt/dump_modes/
dump_modes.c 185 fprintf (file, "%d, /* scale_shift */\n", mode->mdct.kfft[k]->scale_shift);
  /external/freetype/src/raster/
ftraster.c 455 #define SCALED( x ) ( ( (x) < 0 ? -( -(x) << ras.scale_shift ) \
456 : ( (x) << ras.scale_shift ) ) \
483 Int scale_shift; /* == precision_shift for bitmaps */ member in struct:black_TWorker_
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 453 #define SCALED( x ) ( ( (x) < 0 ? -( -(x) << ras.scale_shift ) \
454 : ( (x) << ras.scale_shift ) ) \
475 Int scale_shift; /* == precision_shift for bitmaps */ member in struct:black_TWorker_
    [all...]

Completed in 224 milliseconds