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

12

/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/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.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...]
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;
/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.h94 int stages() const { function in class:extensions::WebRequestAction
159 WebRequestAction(int stages,
H A Dwebrequest_condition_attribute.cc598 // stage. The headers are accessible in other stages as well, but before
599 // allowing to match against them in further stages, we should consider
805 int stages = 0; local
812 stages |= ON_BEFORE_REQUEST;
814 stages |= ON_BEFORE_SEND_HEADERS;
816 stages |= ON_HEADERS_RECEIVED;
818 stages |= ON_AUTH_REQUIRED;
825 *out_stages = stages;
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/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/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp127 unsigned stages; member in struct:GalliumD3D11Caps
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp127 unsigned stages; member in struct:GalliumD3D11Caps
/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/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/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:__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...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h41 int stages; member in struct:NsxInst_t_
/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp253 void ProgramPipeline::useProgramStages (deUint32 stages, deUint32 program) argument
257 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/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc278 // Make sure that the stages of the scaler pipeline are sane.
395 LOG(ERROR) << "Invalid scaler stages: " << message;
396 LOG(ERROR) << "Scaler stages:";
447 LOG(ERROR) << "-----Scaler stages------";
841 std::vector<GLHelperScaling::ScalerStage> stages; local
848 &stages);
850 stages,
883 stages,
900 stages,
915 std::vector<GLHelperScaling::ScalerStage> stages; local
945 std::vector<GLHelperScaling::ScalerStage> stages; local
1528 std::vector<GLHelperScaling::ScalerStage> stages; local
[all...]
/external/chromium_org/third_party/mesa/src/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 1847 milliseconds

12