Searched defs:stages (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
H A Dcomplex_bit_reverse.c20 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 frfi[], int stages) argument
25 n = 1 << stages;
H A Dcomplex_fft.c159 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode) argument
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) argument
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/
H A DGrProcOptInfo.cpp16 const GrFragmentStage* stages,
21 this->internalCalc(stages, stageCount, batch->willReadFragmentPosition());
25 const GrFragmentStage* stages,
30 this->internalCalc(stages, stageCount, batch->willReadFragmentPosition());
34 const GrFragmentStage* stages,
39 this->internalCalc(stages, stageCount, primProc->willReadFragmentPosition());
43 const GrFragmentStage* stages,
48 this->internalCalc(stages, stageCount, primProc->willReadFragmentPosition());
51 void GrProcOptInfo::calcWithInitialValues(const GrFragmentStage* stages, argument
61 this->internalCalc(stages, stageCoun
15 calcColorWithBatch(const GrBatch* batch, const GrFragmentStage* stages, int stageCount) argument
24 calcCoverageWithBatch(const GrBatch* batch, const GrFragmentStage* stages, int stageCount) argument
33 calcColorWithPrimProc(const GrPrimitiveProcessor* primProc, const GrFragmentStage* stages, int stageCount) argument
42 calcCoverageWithPrimProc(const GrPrimitiveProcessor* primProc, const GrFragmentStage* stages, int stageCount) argument
64 internalCalc(const GrFragmentStage* stages, int stageCount, bool initWillReadFragmentPosition) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp127 unsigned stages; member in struct:GalliumD3D11Caps
/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
132 stages[table_index].finish ();
152 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
204 stages[table_index].finish ();
242 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ variable
/external/libvorbis/lib/
H A Dmdct.c322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
H A Dres0.c45 int stages; member in struct:__anon9358
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;
[all...]
/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp284 void ProgramPipeline::useProgramStages (deUint32 stages, deUint32 program) argument
286 m_gl.useProgramStages(m_pipeline, stages, program);
/external/tremolo/Tremolo/
H A Dcodec_internal.h144 char stages; member in struct:vorbis_info_residue
H A Dmdct.c230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h42 int stages; member in struct:NsxInst_t_
/external/mesa3d/src/mesa/tnl/
H A Dt_context.h40 * The tnl_pipeline contains the array of all stages, which should be
43 * stages to the vertex_buffer TNLcontext::vb, where the vertex data
265 /** Contains the array of all pipeline stages.
275 struct tnl_pipeline_stage stages[MAX_PIPELINE_STAGES+1]; member in struct:tnl_pipeline

Completed in 2309 milliseconds