Searched refs:phase (Results 201 - 225 of 352) sorted by relevance

1234567891011>>

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.c876 * Calculates the fractional phase increment for the sample rate converter
927 pState->phase = 0;
1120 /* calculate phase increment */
1139 pState->decoderL.output = pState->decoderL.x0 + FMUL_15x15((pState->decoderL.x1 - pState->decoderL.x0), pState->phase & PHASE_FRAC_MASK);
1146 pState->decoderR.output = pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.x0), pState->phase & PHASE_FRAC_MASK);
1166 pState->decoderR.output= pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.x0), pState->phase & PHASE_FRAC_MASK);
1179 /* advance phase accumulator */
1180 pState->phase += phaseInc;
1182 /* if integer part of phase accumulator is non-zero, advance to next sample */
1183 while (pState->phase
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.c876 * Calculates the fractional phase increment for the sample rate converter
927 pState->phase = 0;
1120 /* calculate phase increment */
1139 pState->decoderL.output = pState->decoderL.x0 + FMUL_15x15((pState->decoderL.x1 - pState->decoderL.x0), pState->phase & PHASE_FRAC_MASK);
1146 pState->decoderR.output = pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.x0), pState->phase & PHASE_FRAC_MASK);
1166 pState->decoderR.output= pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.x0), pState->phase & PHASE_FRAC_MASK);
1179 /* advance phase accumulator */
1180 pState->phase += phaseInc;
1182 /* if integer part of phase accumulator is non-zero, advance to next sample */
1183 while (pState->phase
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c876 * Calculates the fractional phase increment for the sample rate converter
927 pState->phase = 0;
1120 /* calculate phase increment */
1139 pState->decoderL.output = pState->decoderL.x0 + FMUL_15x15((pState->decoderL.x1 - pState->decoderL.x0), pState->phase & PHASE_FRAC_MASK);
1146 pState->decoderR.output = pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.x0), pState->phase & PHASE_FRAC_MASK);
1166 pState->decoderR.output= pState->decoderR.x0 + FMUL_15x15((pState->decoderR.x1 - pState->decoderR.x0), pState->phase & PHASE_FRAC_MASK);
1179 /* advance phase accumulator */
1180 pState->phase += phaseInc;
1182 /* if integer part of phase accumulator is non-zero, advance to next sample */
1183 while (pState->phase
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp382 || m_truncation == cFullTruncation || paintInfo.phase == PaintPhaseOutline || !m_len)
385 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines);
408 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
409 if (!haveSelection && paintInfo.phase == PaintPhaseSelection)
453 bool paintSelectedTextOnly = (paintInfo.phase == PaintPhaseSelection);
465 if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) {
557 if (paintInfo.phase == PaintPhaseForeground) {
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp173 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL) {
251 (overrideHandling==OVERRIDE_PREVIOUS && p->mappingPhase==phase)
254 "error in gennorm2 phase %d: "
255 "not permitted to override mapping for U+%04lX from phase %d\n",
256 (int)phase, (long)c, (int)p->mappingPhase);
262 p->mappingPhase=phase;
269 ++phase;
289 "error in gennorm2 phase %d: "
291 (int)phase, (long)c);
303 "error in gennorm2 phase
[all...]
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp173 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL) {
251 (overrideHandling==OVERRIDE_PREVIOUS && p->mappingPhase==phase)
254 "error in gennorm2 phase %d: "
255 "not permitted to override mapping for U+%04lX from phase %d\n",
256 (int)phase, (long)c, (int)p->mappingPhase);
262 p->mappingPhase=phase;
269 ++phase;
289 "error in gennorm2 phase %d: "
291 (int)phase, (long)c);
303 "error in gennorm2 phase
[all...]
/external/ppp/pppd/
H A Dmain.c174 int phase; /* where the link is at */ variable
583 while (phase != PHASE_DEAD) {
590 if (phase == PHASE_MASTER)
594 if (phase == PHASE_NETWORK || phase == PHASE_RUNNING) {
616 } while (phase == PHASE_HOLDOFF);
1054 * Until we get past the authentication phase, toss all packets
1057 if (phase <= PHASE_AUTHENTICATE
1061 dbglog("discarding proto 0x%x in phase %d",
1062 protocol, phase);
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc61 DictionaryValue* FindNamePhase(const char* name, const char* phase);
63 const char* phase,
277 const char* phase) {
280 {"ph", phase, IS_EQUAL},
288 const char* phase,
293 {"ph", phase, IS_EQUAL},
770 std::string phase; local
774 EXPECT_TRUE((item && item->GetString("ph", &phase)));
775 EXPECT_EQ("N", phase);
781 EXPECT_TRUE(item && item->GetString("ph", &phase));
276 FindNamePhase(const char* name, const char* phase) argument
286 FindNamePhaseKeyValue( const char* name, const char* phase, const char* key, const char* value) argument
798 std::string phase; local
2237 VerifyCollectedEvent(size_t i, unsigned phase, const std::string& category, const std::string& name) argument
2252 Callback(TimeTicks timestamp, char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int num_args, const char* const arg_names[], const unsigned char arg_types[], const unsigned long long arg_values[], unsigned char flags) argument
2464 std::string phase; local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.cc157 void ServiceWorkerRegisterJob::SetPhase(Phase phase) { argument
158 switch (phase) {
186 phase_ = phase;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp40 SkString phase; member in class:SkDrawShape1DPathEffect
100 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float);
202 SK_MEMBER(phase, String),
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp40 SkString phase; member in class:SkDrawShape1DPathEffect
100 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float);
202 SK_MEMBER(phase, String),
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dwaterfall_row.js348 if (currentEntry.phase == EventPhase.PHASE_BEGIN) {
351 if (startEntry && currentEntry.phase == EventPhase.PHASE_END) {
H A Dlog_util.js184 getKeyWithValue(EventPhase, event.phase) != '?') {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorController.h134 void processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingTimelineModel.js381 if (event.phase !== WebInspector.TracingModel.Phase.AsyncEnd && recordStack[0]._event.endTime >= event.startTime)
383 if (event.phase === WebInspector.TracingModel.Phase.AsyncEnd) {
401 if (event.phase === WebInspector.TracingModel.Phase.AsyncEnd)
411 if (event.endTime || (event.phase === WebInspector.TracingModel.Phase.AsyncBegin && parentRecord))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.h121 const FloatSize&, const FloatPoint& phase, CompositeOperator,
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm1065 void ScrollAnimatorMac::handleWheelEventPhase(PlatformWheelEventPhase phase)
1071 if (phase == PlatformWheelEventPhaseBegan)
1073 else if (phase == PlatformWheelEventPhaseEnded || phase == PlatformWheelEventPhaseCancelled)
1075 else if (phase == PlatformWheelEventPhaseMayBegin)
1101 // The elasticity controller can return false on a phase end event if rubber banding wasn't in progress.
1102 // In this case, the wheel phase must still be handled so that that overlay scroll bars get hidden.
1103 if (didHandleEvent || wheelEvent.phase() == PlatformWheelEventPhaseEnded || wheelEvent.phase() == PlatformWheelEventPhaseCancelled)
1104 handleWheelEventPhase(wheelEvent.phase());
[all...]
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h46 static Index run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, argument
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
58 static Index run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, argument
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c1622 int width, height, FBPitch, left, i, j, SRCPitch, phase; local
1648 if((phase = (long)dst & 3L)) {
1649 phase = 4 - phase;
1650 if(phase > width) phase = width;
1651 width -= phase;
1659 j = phase;
1689 j = phase;
1719 j = phase;
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller.cc49 wheel.phase == blink::WebMouseWheelEvent::PhaseEnded ||
50 wheel.phase == blink::WebMouseWheelEvent::PhaseCancelled) {
/external/chromium_org/content/browser/resources/media/
H A Dmain.js14 // describes the phase that the network entity is in.
70 switch (eventPhases[update.phase] + '.' + eventTypes[update.type]) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
78 // Perform SVG text layout phase two (see SVGTextLayoutEngine for details).
82 // Perform SVG text layout phase three (see SVGTextChunkBuilder for details).
85 // Perform SVG text layout phase four
H A DSVGInlineTextBox.cpp189 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
199 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
243 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
254 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
/external/chromium_org/ui/v2/src/
H A Dview.cc75 switch (params.phase) {
99 params_.phase = ViewObserver::DISPOSITION_CHANGED;
/external/skia/src/effects/
H A DSkDashPathEffect.cpp15 SkScalar phase) {
27 SkDashPath::CalcDashParameters(phase, fIntervals, fCount, &fInitialDashLength,
14 SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase) argument

Completed in 496 milliseconds

1234567891011>>