/external/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_bit_reverse.c | 49 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()
|
D | complex_fft_mips.c | 22 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()
|
D | complex_bit_reverse_mips.c | 64 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()
|
D | complex_fft.c | 29 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()
|
D | complex_bit_reverse_arm.S | 33 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/ |
D | t_pipeline.c | 39 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()
|
D | t_pipeline.h | 41 const struct tnl_pipeline_stage **stages );
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map-private.hh | 113 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
|
D | hb-ot-map.cc | 121 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/ |
D | RungeKuttaIntegrator.java | 106 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()
|
D | EmbeddedRungeKuttaIntegrator.java | 203 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/ |
D | nsx_core.c | 346 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 …]
|
D | nsx_core_c.c | 75 (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()
|
D | nsx_core_mips.c | 110 (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/ |
D | functional.separate_shader.txt | 27 + 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
|
D | functional.tessellation_geometry_interaction.txt | 27 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/ |
D | vktPipelineTimestampTests.cpp | 168 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/ |
D | res0.c | 45 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/ |
D | res012.c | 89 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/ |
D | pipeline.txt | 91 | (NOTE: these stages may emit | 128 accessible to all shader stages.
|
D | glossary.rst | 13 Transform, Clipping, & Lighting. The three stages of preparation in a
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 89 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/ |
D | TargetItinerary.td | 69 // instruction stages. 110 class InstrItinData<InstrItinClass Class, list<InstrStage> stages, 115 list<InstrStage> Stages = stages;
|
/external/clang/docs/CommandGuide/ |
D | clang.rst | 16 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/ |
D | control | 17 sync, so the crash happens during various stages of the syncing process.
|