Searched refs:stages (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_bit_reverse.c19 /* Indexes for the case of stages == 7. */
30 /* Indexes for the case of stages == 8. */
49 void WebRtcSpl_ComplexBitReverse(int16_t* __restrict complex_data, int stages) { argument
50 /* For any specific value of stages, we know exactly the indexes that are
52 * stages are 7 and 8, so we use tables to save unnecessary iterations and
55 if (stages == 7 || stages == 8) {
60 if (stages == 8) {
81 int n = 1 << stages;
101 * This is similar to the loop in the stages
[all...]
H A Dcomplex_bit_reverse_mips.c64 void WebRtcSpl_ComplexBitReverse(int16_t frfi[], int stages) { argument
71 if (stages == 8) {
123 } else if (stages == 7) {
H A Dcomplex_fft_mips.c22 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) { argument
40 n = 1 << stages;
148 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) { argument
158 n = 1 << stages;
H A 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.
H A Dcomplex_fft.c29 int WebRtcSpl_ComplexFFT(int16_t frfi[], int stages, int mode) argument
36 * and should not be changed depending on the input parameter 'stages'
38 n = 1 << stages;
44 depending on the input parameter 'stages' */
59 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
101 * parameter 'stages'. It will result in 0 <= j < N_SINE_WAVE/2
162 int WebRtcSpl_ComplexIFFT(int16_t frfi[], int stages, int mode) argument
170 * and should not be changed depending on the input parameter 'stages'
172 n = 1 << stages;
180 depending on the input parameter 'stages' */
[all...]
/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/tests/
H A DGLProgramsTest.cpp29 const GrEffectStage* stages[],
79 const GrBackendEffectFactory& factory = (*stages[s]->getEffect())->getFactory();
80 GrDrawEffect drawEffect(*stages[s], useLocalCoords);
82 if ((*stages[s]->getEffect())->willReadDstColor()) {
85 if ((*stages[s]->getEffect())->willReadFragmentPosition()) {
88 if ((*stages[s]->getEffect())->hasVertexCode()) {
164 SkAutoSTMalloc<8, const GrEffectStage*> stages(numStages);
201 stages[s] = stage;
209 stages.get(),
216 stages,
25 setRandom(SkRandom* random, const GrGpuGL* gpu, const GrRenderTarget* dstRenderTarget, const GrTexture* dstCopyTexture, const GrEffectStage* stages[], int numColorStages, int numCoverageStages, int currAttribIndex) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_pipeline.c39 const struct tnl_pipeline_stage **stages )
48 for (i = 0 ; i < MAX_PIPELINE_STAGES && stages[i] ; i++) {
49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
50 memcpy(s, stages[i], sizeof(*s));
64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
133 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
162 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
176 * tampering with the internals of these stages in the way that
177 * drivers did in Mesa 3.4. These stages are basically black boxes,
182 * - removing redundant stages (makin
[all...]
H A Dt_pipeline.h41 const struct tnl_pipeline_stage **stages );
/external/mesa3d/src/mesa/tnl/
H A Dt_pipeline.c39 const struct tnl_pipeline_stage **stages )
48 for (i = 0 ; i < MAX_PIPELINE_STAGES && stages[i] ; i++) {
49 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
50 memcpy(s, stages[i], sizeof(*s));
64 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
133 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
162 struct tnl_pipeline_stage *s = &tnl->pipeline.stages[i];
176 * tampering with the internals of these stages in the way that
177 * drivers did in Mesa 3.4. These stages are basically black boxes,
182 * - removing redundant stages (makin
[all...]
H A Dt_pipeline.h41 const struct tnl_pipeline_stage **stages );
/external/chromium_org/third_party/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
H A Dhb-ot-map.cc121 stage_info_t *s = stages[table_index].push ();
294 if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) {
295 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push ();
298 stage_map->pause_func = stages[table_index][stage_index].pause_func;
/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
H A Dhb-ot-map.cc121 stage_info_t *s = stages[table_index].push ();
294 if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) {
295 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push ();
298 stage_map->pause_func = stages[table_index][stage_index].pause_func;
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp40 const GrFragmentStage* stages[],
87 const GrFragmentStage* stage = stages[s];
98 if (!GetProcessorKey(*stages[s], gpu->glCaps(), useLocalCoords, &b, &effectKeySize)) {
257 SkAutoSTMalloc<8, const GrFragmentStage*> stages(numStages);
318 stages[s] = stage;
327 stages.get(),
338 stages,
339 stages + numColorStages));
341 SkDELETE(stages[s]);
35 setRandom(SkRandom* random, GrGpuGL* gpu, const GrRenderTarget* dstRenderTarget, const GrTexture* dstCopyTexture, const GrGeometryStage* geometryProcessor, const GrFragmentStage* stages[], int numColorStages, int numCoverageStages, int currAttribIndex, GrGpu::DrawType drawType) argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon_offsets.c31 int offset_nsx_stages = offsetof(NsxInst_t, stages);
H A Dnsx_core_c.c75 inst->stages + 10);
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
150 normTmp = WEBRTC_SPL_MIN(20 - inst->stages,
153 tmpU32no1 = inst->featureSpecDiff << normTmp; // Q(normTmp-2*stages)
155 20 - inst->stages - normTmp);
157 // Q(20 - inst->stages)
H A Dnsx_core.c347 tabind = inst->stages - inst->normData;
357 // magn is in Q(-stages), and the real lmagn values are:
358 // real_lmagn(i)=log(magn(i)*2^stages)=log(magn(i))+log(2^stages)
371 // + log(2^stages)
463 (int16_t)(inst->noiseSupFilter[i]), 14); // Q(normData-stages)
465 (int16_t)(inst->noiseSupFilter[i]), 14); // Q(normData-stages)
605 // Output in Q(minNorm-stages)
606 tmp32no1 += WEBRTC_SPL_LSHIFT_W32((int32_t)(inst->minNorm - inst->stages), 11);
621 // Shift fractional part to Q(minNorm-stages)
[all...]
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition.h37 // available in all request stages.
97 int stages() const { return applicable_request_stages_; } function in class:extensions::WebRequestCondition
H A Dwebrequest_action.cc543 if (stages() & apply_info->request_data.stage) {
557 WebRequestAction::WebRequestAction(int stages, argument
561 : stages_(stages),
587 CHECK(request_data.stage & stages());
621 CHECK(request_data.stage & stages());
653 CHECK(request_data.stage & stages());
683 CHECK(request_data.stage & stages());
777 CHECK(request_data.stage & stages());
829 CHECK(request_data.stage & stages());
868 CHECK(request_data.stage & stages());
[all...]
/external/tremolo/Tremolo/
H A Dres012.c89 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++){
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c483 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)
716 // Output in Q(minNorm-stages)
717 tmp32no1 += WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)(inst->minNorm - inst->stages), 11);
732 // Shift fractional part to Q(minNorm-stages)
[all...]
/external/libvorbis/lib/
H A Dres0.c45 int stages; member in struct:__anon24750
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...]

Completed in 3017 milliseconds

1234