HomeSort by relevance Sort by last modified time
    Searched refs:stages (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webrtc/src/common_audio/signal_processing/
complex_bit_reverse.c 20 void WebRtcSpl_ComplexBitReverse(WebRtc_Word16 frfi[], int stages)
25 n = 1 << stages;
complex_fft.c 159 int WebRtcSpl_ComplexFFT(WebRtc_Word16 frfi[], int stages, int mode)
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)
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/
GLProgramsTest.cpp 29 const GrEffectStage* stages[],
80 const GrBackendEffectFactory& factory = (*stages[s]->getEffect())->getFactory();
81 GrDrawEffect drawEffect(*stages[s], useLocalCoords);
83 if ((*stages[s]->getEffect())->willReadDstColor()) {
86 if ((*stages[s]->getEffect())->willReadFragmentPosition()) {
156 SkAutoSTMalloc<8, const GrEffectStage*> stages(numStages);
177 stages[s] = stage;
184 stages.get(),
191 stages,
192 stages + numColorStages))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_pipeline.c 39 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 (making sure that the software rasterize
    [all...]
t_pipeline.h 41 const struct tnl_pipeline_stage **stages );
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 39 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 (making sure that the software rasterize
    [all...]
t_pipeline.h 41 const struct tnl_pipeline_stage **stages );
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 113 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;
133 stages[table_index].finish ();
153 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
205 stages[table_index].finish ();
243 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ variable
hb-ot-map.cc 112 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) {
113 const stage_map_t *stage = &stages[table_index][stage_index];
157 stage_info_t *s = stages[table_index].push ();
307 if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) {
308 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push ();
311 stage_map->pause_func = stages[table_index][stage_index].pause_func;
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition.h 37 // available in all request stages.
95 int stages() const { return applicable_request_stages_; } function in class:extensions::WebRequestCondition
webrequest_action.cc 495 if (stages() & apply_info->request_data.stage) {
509 WebRequestAction::WebRequestAction(int stages,
513 : stages_(stages),
539 CHECK(request_data.stage & stages());
573 CHECK(request_data.stage & stages());
605 CHECK(request_data.stage & stages());
635 CHECK(request_data.stage & stages());
729 CHECK(request_data.stage & stages());
781 CHECK(request_data.stage & stages());
820 CHECK(request_data.stage & stages());
    [all...]
webrequest_condition.cc 191 if (!result->stages()) {
webrequest_action.h 94 int stages() const { function in class:extensions::WebRequestAction
157 WebRequestAction(int stages,
webrequest_condition_attribute.cc 597 // stage. The headers are accessible in other stages as well, but before
598 // allowing to match against them in further stages, we should consider
804 int stages = 0; local
810 stages |= ON_BEFORE_REQUEST;
812 stages |= ON_BEFORE_SEND_HEADERS;
814 stages |= ON_HEADERS_RECEIVED;
816 stages |= ON_AUTH_REQUIRED;
823 *out_stages = stages;
  /external/tremolo/Tremolo/
res012.c 89 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++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 208 // Make sure that the stages of the scaler pipeline are sane.
318 printf("Invalid scaler stages: %s\n", message.c_str());
319 printf("Scaler stages:\n%s", PrintStages(scaler_stages).c_str());
353 printf("-----Scaler stages------\n%s",
567 std::vector<GLHelperScaling::ScalerStage> stages; local
575 &stages);
576 ValidateScalerStages(kQualities[quality], stages, message);
601 stages,
615 stages,
628 std::vector<GLHelperScaling::ScalerStage> stages; local
652 std::vector<GLHelperScaling::ScalerStage> stages; local
966 std::vector<GLHelperScaling::ScalerStage> stages; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 483 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)
    [all...]
nsx_core.h 42 int stages; member in struct:NsxInst_t_
  /external/libvorbis/lib/
res0.c 45 int stages; member in struct:__anon22898
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;s++)
    [all...]
mdct.c 322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 50 const GrEffectStage* stages[],
58 * outputs the color and coverage stages referenced by the generated descriptor. This may
59 * not contain all stages from the draw state and coverage stages from the drawState may
60 * be treated as color stages in the output.
102 // Specifies where the initial color comes from before the stages are applied.
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 50 const GrEffectStage* stages[],
58 * outputs the color and coverage stages referenced by the generated descriptor. This may
59 * not contain all stages from the draw state and coverage stages from the drawState may
60 * be treated as color stages in the output.
102 // Specifies where the initial color comes from before the stages are applied.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 428 static const char *stages[] = {
432 assert(Elements(stages) == MESA_SHADER_TYPES);
441 shProg->Name, stages[i]);
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 428 static const char *stages[] = {
432 assert(Elements(stages) == MESA_SHADER_TYPES);
441 shProg->Name, stages[i]);

Completed in 648 milliseconds

1 2 3