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

  /external/webrtc/src/common_audio/signal_processing_library/main/source/
complex_bit_reverse.c 20 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 frfi[], int stages)
25 n = 1 << stages;
complex_fft.c 28 int WebRtcSpl_ComplexFFT2(WebRtc_Word16 frfi[], WebRtc_Word16 frfiOut[], int stages, int mode)
30 return FFT_4OFQ14(frfi, frfiOut, 1 << stages, 0);
34 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode)
41 * and should not be changed depending on the input parameter 'stages'
43 n = 1 << stages;
49 depending on the input parameter 'stages' */
64 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
106 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
complex_ifft.c 27 int WebRtcSpl_ComplexIFFT2(WebRtc_Word16 frfi[], WebRtc_Word16 frfiOut[], int stages, int mode)
29 FFT_4OIQ14(frfi, frfiOut, 1 << stages, 0);
34 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 frfi[], int stages, int mode)
42 * and should not be changed depending on the input parameter 'stages'
44 n = 1 << stages;
52 depending on the input parameter 'stages' */
85 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
119 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
  /external/skia/gpu/include/
GrPathRenderer.h 47 * @param stages indicates which stages the are already
48 * in use. All enabled stages expect positions
50 * use the remaining stages for its path
58 GrDrawTarget::StageBitfield stages,
144 GrDrawTarget::StageBitfield stages,
158 GrDrawTarget::StageBitfield stages,
GrTesselatedPathRenderer.h 27 GrDrawTarget::StageBitfield stages,
  /external/webrtc/src/modules/audio_processing/ns/main/source/
nsx_core.c 463 // Output in Q(minNorm-stages)
464 tmp32no1 += WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)(inst->minNorm - inst->stages), 11);
483 // Shift fractional part to Q(minNorm-stages)
516 inst->stages = 7;
525 inst->stages = 8;
534 inst->stages = 8;
    [all...]
nsx_core.h 43 int stages; member in struct:NsxInst_t_
  /external/tremolo/Tremolo/
res012.c 89 if(k+1>info->stages)info->stages=k+1;
134 for(s=0;s<info->stages;s++){
203 for(s=0;s<info->stages;s++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
mdct.c 230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
mdctLARM.s 414 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages
582 SUBS r4, r4, #1 @ stages--
mdctARM.s 425 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages
591 SUBS r4, r4, #1 @ stages--
    [all...]
  /external/skia/gpu/src/
GrPathRenderer.cpp 184 GrDrawTarget::StageBitfield stages,
215 if ((1 << s) & stages) {
433 GrDrawTarget::StageBitfield stages,
437 this->onDrawPath(target, stages, path, fill, translate, false);
GrTesselatedPathRenderer.cpp 129 GrDrawTarget::StageBitfield stages,
157 if ((1 << s) & stages) {
GrContext.cpp 644 int stages = (1 << kOffscreenStage) | stageMask; local
646 target->drawSimpleRect(dstRect, NULL, stages);
    [all...]
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h 432 int WebRtcSpl_ComplexFFT(WebRtc_Word16 vector[], int stages, int mode);
433 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 vector[], int stages, int mode);
437 int stages, int mode);
440 int stages, int mode);
442 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 vector[], int stages);
    [all...]
  /ndk/build/core/
build-all.mk 30 # These phony targets are used to control various stages of the build
  /external/blktrace/btt/doc/
btt.tex 623 the following stages:
    [all...]

Completed in 586 milliseconds