Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 25 of 96) sorted by relevance

1234

/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_bit_reverse.c49 void WebRtcSpl_ComplexBitReverse(int16_t* __restrict complex_data, int stages) { in WebRtcSpl_ComplexBitReverse() argument
55 if (stages == 7 || stages == 8) { in WebRtcSpl_ComplexBitReverse()
60 if (stages == 8) { in WebRtcSpl_ComplexBitReverse()
81 int n = 1 << stages; in WebRtcSpl_ComplexBitReverse()
Dcomplex_fft_mips.c22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexFFT() argument
40 n = 1 << stages; in WebRtcSpl_ComplexFFT()
151 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { in WebRtcSpl_ComplexIFFT() argument
161 n = 1 << stages; in WebRtcSpl_ComplexIFFT()
Dcomplex_bit_reverse_mips.c64 void WebRtcSpl_ComplexBitReverse(int16_t frfi[], int stages) { in WebRtcSpl_ComplexBitReverse() argument
71 if (stages == 8) { in WebRtcSpl_ComplexBitReverse()
123 } else if (stages == 7) { in WebRtcSpl_ComplexBitReverse()
Dcomplex_fft.c29 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexFFT() argument
38 n = 1 << stages; in WebRtcSpl_ComplexFFT()
158 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) in WebRtcSpl_ComplexIFFT() argument
169 n = 1 << stages; in WebRtcSpl_ComplexIFFT()
Dcomplex_bit_reverse_arm.S33 mov r1, r3, asl r1 @ n = 1 << stages;
92 index_7: @ Indexes for stages == 7.
102 index_8: @ Indexes for stages == 8.
/external/mesa3d/src/mesa/tnl/
Dt_pipeline.c39 const struct tnl_pipeline_stage **stages ) in _tnl_install_pipeline() argument
48 for (i = 0 ; i < MAX_PIPELINE_STAGES && stages[i] ; i++) { in _tnl_install_pipeline()
49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_install_pipeline()
50 memcpy(s, stages[i], sizeof(*s)); in _tnl_install_pipeline()
64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_destroy_pipeline()
133 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_run_pipeline()
162 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i]; in _tnl_run_pipeline()
Dt_pipeline.h41 const struct tnl_pipeline_stage **stages );
/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh113 assert (stage <= stages[table_index].len); in get_stage_lookups()
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0; in get_stage_lookups()
115 …unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lo… in get_stage_lookups()
132 stages[table_index].finish (); in finish()
152 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */ member
191 stages[table_index].finish (); in finish()
230 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ member
Dhb-ot-map.cc121 stage_info_t *s = stages[table_index].push (); in add_pause()
301 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
302 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push (); in compile()
305 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java106 final int stages = c.length + 1; in integrate() local
110 final double[][] yDotK = new double[stages][]; in integrate()
111 for (int i = 0; i < stages; ++i) { in integrate()
124 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward); in integrate()
146 for (int k = 1; k < stages; ++k) { in integrate()
163 for (int l = 1; l < stages; ++l) { in integrate()
172 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length); in integrate()
DEmbeddedRungeKuttaIntegrator.java203 final int stages = c.length + 1; in integrate() local
207 final double[][] yDotK = new double[stages][y0.length]; in integrate()
218 interpolator = new DummyStepInterpolator(yTmp, yDotK[stages - 1], forward); in integrate()
265 for (int k = 1; k < stages; ++k) { in integrate()
282 for (int l = 1; l < stages; ++l) { in integrate()
303 System.arraycopy(yDotK[stages - 1], 0, yDotTmp, 0, y0.length); in integrate()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c346 tabind = inst->stages - inst->normData; in NoiseEstimationC()
604 tmp32no1 += (inst->minNorm - inst->stages) << 11; in WebRtcNsx_CalcParametricNoiseEstimate()
647 inst->stages = 7; in WebRtcNsx_InitCore()
655 inst->stages = 8; in WebRtcNsx_InitCore()
667 inst->real_fft = WebRtcSpl_CreateRealFFT(inst->stages); in WebRtcNsx_InitCore()
859 histIndex = ((inst->featureSpecDiff * 5) >> inst->stages) / in WebRtcNsx_FeatureParameterExtraction()
899 tmp32 = (int32_t)((tmpU32 << (9 + inst->stages)) / numHistLrt / in WebRtcNsx_FeatureParameterExtraction()
1064 logCurSpectralFlatness += ((int32_t)(inst->stages - 1) << (inst->stages + 7)); // Q(8+stages-1) in WebRtcNsx_ComputeSpectralFlatness()
1065 logCurSpectralFlatness -= (tmp32 << (inst->stages - 1)); in WebRtcNsx_ComputeSpectralFlatness()
1066 logCurSpectralFlatness <<= (10 - inst->stages); // Q17 in WebRtcNsx_ComputeSpectralFlatness()
[all …]
Dnsx_core_c.c75 (inst->stages + 11); in WebRtcNsx_SpeechNoiseProb()
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
150 normTmp = WEBRTC_SPL_MIN(20 - inst->stages, in WebRtcNsx_SpeechNoiseProb()
154 tmpU32no2 = inst->timeAvgMagnEnergy >> (20 - inst->stages - normTmp); in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c110 (inst->stages + 11); in WebRtcNsx_SpeechNoiseProb()
124 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5; in WebRtcNsx_SpeechNoiseProb()
185 normTmp = WEBRTC_SPL_MIN(20 - inst->stages, in WebRtcNsx_SpeechNoiseProb()
189 tmpU32no2 = inst->timeAvgMagnEnergy >> (20 - inst->stages - normTmp); in WebRtcNsx_SpeechNoiseProb()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt27 + Replacement of pipeline stages
30 + Interface compatibility between shader stages
31 + glProgramUniform on the pipeline's stages
60 returns the correct programs for vertex and shader stages.
67 and then possibly replace either or both of the stages with a new
Dfunctional.tessellation_geometry_interaction.txt27 geometry shading stages.
28 + Render tests with maximum geometry amplification in different stages
85 shader stages. In {vertex, control, evaluation, geometry}_set cases, a constant
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp168 TimestampTestParam (const VkPipelineStageFlagBits* stages,
182 TimestampTestParam::TimestampTestParam(const VkPipelineStageFlagBits* stages, in TimestampTestParam() argument
189 m_stageVec.push_back(stages[ndx]); in TimestampTestParam()
238 TransferTimestampTestParam (const VkPipelineStageFlagBits* stages,
250 TransferTimestampTestParam::TransferTimestampTestParam(const VkPipelineStageFlagBits* stages, in TransferTimestampTestParam() argument
254 : TimestampTestParam(stages, stageCount, inRenderPass) in TransferTimestampTestParam()
632 const StageFlagVector& stages,
670 const StageFlagVector& stages, in TimestampTestInstance() argument
673 , m_stages (stages) in TimestampTestInstance()
962 const StageFlagVector stages,
[all …]
/external/libvorbis/lib/
Dres0.c45 int stages; member
286 int stages=ilog(info->secondstages[j]); in res0_look() local
287 if(stages){ in res0_look()
288 if(stages>maxstage)maxstage=stages; in res0_look()
289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j])); in res0_look()
290 for(k=0;k<stages;k++) in res0_look()
305 look->stages=maxstage; in res0_look()
576 for(s=0;s<look->stages;s++){ in _01forward()
680 for(s=0;s<look->stages;s++){ in _01inverse()
825 for(s=0;s<look->stages;s++){ in res2_inverse()
/external/tremolo/Tremolo/
Dres012.c89 if(k+1>info->stages)info->stages=k+1; in res_unpack()
134 for(s=0;s<info->stages;s++){ in res_inverse()
204 for(s=0;s<info->stages;s++){ in res_inverse()
/external/mesa3d/src/gallium/docs/source/
Dpipeline.txt91 | (NOTE: these stages may emit |
128 accessible to all shader stages.
Dglossary.rst13 Transform, Clipping, & Lighting. The three stages of preparation in a
/external/autotest/client/tests/aiostress/
Daio-stress.c89 long stages = 0; variable
793 if (stages & (1 << READ))
796 if (!new_rw && stages & (1 << RWRITE))
799 if (!new_rw && stages & (1 << RREAD))
1370 stages |= 1 << i;
1441 if (!stages) {
1442 stages = (1 << WRITE) | (1 << READ) | (1 << RREAD) | (1 << RWRITE);
1445 if (stages & (1 << i)) {
/external/llvm/include/llvm/Target/
DTargetItinerary.td69 // instruction stages.
110 class InstrItinData<InstrItinClass Class, list<InstrStage> stages,
115 list<InstrStage> Stages = stages;
/external/clang/docs/CommandGuide/
Dclang.rst16 understand the stages of compilation, to understand how to invoke it. These
17 stages are:
78 Run the preprocessor, parser and type checking stages.
82 Run the previous stages as well as LLVM generation and optimization stages
91 If no stage selection option is specified, all stages above are run, and the
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
Dcontrol17 sync, so the crash happens during various stages of the syncing process.

1234