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

1 2

  /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/tests/
GLProgramsTest.cpp 109 GrEffectStage stages[GrDrawState::kNumStages]; local
128 stages[s].setEffect(effect.get());
129 if (NULL != stages[s].getEffect()) {
131 (*stages[s].getEffect())->getFactory().glEffectKey(stages[s],
138 stagePtrs[s] = &stages[s];
  /external/skia/src/gpu/gl/
GrGLProgram.h 47 const GrEffectStage* stages[]);
93 // Specifies where the initial color comes from before the stages are applied.
140 const GrEffectStage* stages[]);
147 bool genProgram(const GrEffectStage* stages[]);
GrGpuGL_program.cpp 36 const GrEffectStage* stages[]) {
42 newEntry.fProgram.reset(GrGLProgram::Create(fGL, desc, stages));
274 const GrEffectStage* stages[GrDrawState::kNumStages]; local
276 stages[i] = drawState.isStageEnabled(i) ? &drawState.getStage(i) : NULL;
281 fCurrentProgram.reset(fProgramCache->getProgram(desc, stages));
572 // coverage stages or the distinction between coverage and color is immaterial.
GrGLProgram.cpp 45 const GrEffectStage* stages[]) {
46 GrGLProgram* program = SkNEW_ARGS(GrGLProgram, (gl, desc, stages));
56 const GrEffectStage* stages[])
75 this->genProgram(stages);
503 bool GrGLProgram::genProgram(const GrEffectStage* stages[]) {
601 // if we have color stages string them together, feeding the output color
624 fEffects[s] = builder.createAndEmitGLEffect(*stages[s],
672 // compute the partial coverage (coverage stages and edge aa)
721 // stages don't know how to deal with a scalar input. (Maybe they should. We
730 *stages[s]
    [all...]
GrGpuGL.h 148 GrGLProgram* getProgram(const GrGLProgram::Desc& desc, const GrEffectStage* 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 432 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages
597 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)
  /external/libvorbis/lib/
res0.c 45 int stages; member in struct:__anon10867
132 for(k=0;k<look->stages;k++)
286 int stages=ilog(info->secondstages[j]); local
287 if(stages){
288 if(stages>maxstage)maxstage=stages;
289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
290 for(k=0;k<stages;k++)
305 look->stages=maxstage;
576 for(s=0;s<look->stages;s++)
    [all...]
mdct.c 322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
  /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
  /external/libvorbis/doc/
06-floor0.tex 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
08-residue.tex 208 stages (8 in Vorbis I, as constrained by the elements of the cascade
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 326 void GLTrace_glUseProgramStagesEXT(GLuint pipeline, GLbitfield stages, GLuint program);
    [all...]
  /external/blktrace/btt/doc/
btt.tex 623 the following stages:
    [all...]
  /external/ceres-solver/docs/
solving.tex 356 For bundle adjustment problems arising in reconstruction from community photo collections, more effective preconditioners can be constructed by analyzing and exploiting the camera-point visibility structure of the scene~\cite{kushal2012}. Ceres implements the two visibility based preconditioners described by Kushal \& Agarwal as \texttt{CLUSTER\_JACOBI} and \texttt{CLUSTER\_TRIDIAGONAL}. These are fairly new preconditioners and Ceres' implementation of them is in its early stages and is not as mature as the other preconditioners described above.
    [all...]

Completed in 1654 milliseconds

1 2