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/
complex_bit_reverse.c 20 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 frfi[], int stages)
25 n = 1 << stages;
complex_fft.c 159 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode)
166 * and should not be changed depending on the input parameter 'stages'
168 n = 1 << stages;
174 depending on the input parameter 'stages' */
189 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
231 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
287 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 frfi[], int stages, int mode)
295 * and should not be changed depending on the input parameter 'stages'
297 n = 1 << stages;
305 depending on the input parameter 'stages' */
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.h 58 GrDrawState::StageMask stages,
  /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/webrtc/src/modules/audio_processing/ns/
nsx_core.c 483 tabind = inst->stages - inst->normData;
493 // magn is in Q(-stages), and the real lmagn values are:
494 // real_lmagn(i)=log(magn(i)*2^stages)=log(magn(i))+log(2^stages)
507 // + log(2^stages)
600 (WebRtc_Word16)(inst->noiseSupFilter[i]), 14); // Q(normData-stages)
602 (WebRtc_Word16)(inst->noiseSupFilter[i]), 14); // Q(normData-stages)
    [all...]
nsx_core.h 42 int stages; member in struct:NsxInst_t_
nsx_core_neon.c 107 tabind = inst->stages - inst->normData;
119 // magn is in Q(-stages), and the real lmagn values are:
120 // real_lmagn(i)=log(magn(i)*2^stages)=log(magn(i))+log(2^stages)
133 // + log(2^stages)
330 // (int16_t)(inst->noiseSupFilter[i]), 14); // Q(normData-stages)
332 // (int16_t)(inst->noiseSupFilter[i]), 14); // Q(normData-stages)
375 (int16_t)(*ptr_noiseSupFilter), 14); // Q(normData-stages)
377 (int16_t)(*ptr_noiseSupFilter), 14); // Q(normData-stages)
  /gdk/build/core/
build-all.mk 30 # These phony targets are used to control various stages of the build
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 404 int WebRtcSpl_ComplexFFT(WebRtc_Word16 vector[], int stages, int mode);
405 int WebRtcSpl_ComplexIFFT(WebRtc_Word16 vector[], int stages, int mode);
406 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
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 222 void GLTrace_glUseProgramStagesEXT(GLuint pipeline, GLbitfield stages, GLuint program);
    [all...]
gltrace_api.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 623 the following stages:
    [all...]

Completed in 887 milliseconds