HomeSort by relevance Sort by last modified time
    Searched defs:phase (Results 26 - 50 of 341) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 104 int32_t phase; member in class:Normalizer2DataBuilder
  /external/libopus/celt/tests/
test_unit_dft.c 57 double phase = -2*M_PI*bin*k/nfft; local
58 double re = cos(phase);
59 double im = sin(phase);
test_unit_mdct.c 55 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft; local
56 double re = cos(phase);
85 double phase = 2*M_PI*(bin+.5+.25*nfft)*(k+.5)/nfft; local
86 double re = cos(phase);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase,
44 // cleanup their phase parameter, inverting it so that it becomes an
46 if (phase < 0) {
47 phase = -phase;
48 if (phase > advance) {
49 phase = SkScalarMod(phase, advance);
52 if (phase > advance) {
53 phase = SkScalarMod(phase, advance)
160 SkScalar phase = buffer.readScalar(); local
    [all...]
  /external/skqp/src/effects/
Sk1DPathEffect.cpp 35 SkScalar phase, Style style) : fPath(path)
38 // cleanup their phase parameter, inverting it so that it becomes an
40 if (phase < 0) {
41 phase = -phase;
42 if (phase > advance) {
43 phase = SkScalarMod(phase, advance);
46 if (phase > advance) {
47 phase = SkScalarMod(phase, advance)
158 SkScalar phase = buffer.readScalar(); local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 44 uint32_t phase; member in struct:__anon47341
69 uint32_t phase=cxt->phase; local
73 if(cxt->phase > 0)
75 phase = phase - ((cxt->bstrm_buf.buf_bitoff != 0)? 1: 0 );
77 *is_emul = (cxt->is_emul_reqd) && (phase > 0) &&
  /system/chre/external/kiss_fft/
kiss_fftr.c 58 double phase = local
61 phase *= -1;
62 kf_cexp (st->super_twiddles+i,phase);
  /art/openjdkjvmti/
ti_search.cc 85 // In the on-load phase we have to modify java.class.path to influence the system classloader.
189 void NextRuntimePhase(RuntimePhase phase) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) {
190 if (phase == RuntimePhase::kStart) {
252 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); local
254 if (phase == jvmtiPhase::JVMTI_PHASE_ONLOAD) {
259 } else if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) {
  /bionic/libc/kernel/uapi/rdma/
bnxt_re-abi.h 43 __u32 phase; member in struct:bnxt_re_cq_resp
  /development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
HardcodedColorDetector.java 56 * Phase 1:
60 * Phase 2:
144 final int phase = context.getPhase(); local
  /external/kernel-headers/original/uapi/rdma/
bnxt_re-abi.h 70 __u32 phase; member in struct:bnxt_re_cq_resp
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 182 const SkScalar phase = ctx.lengthContext().resolve(*pctx->fInherited.fStrokeDashOffset.get(), local
186 phase));
  /external/skia/src/gpu/
GrStyle.cpp 15 // One scalar for scale, one for dash phase, and one for each dash value.
48 SkScalar phase = style.dashPhase(); local
50 memcpy(&key[i++], &phase, sizeof(SkScalar));
137 SkScalar phase = fDashInfo.fPhase; local
143 SkDashPath::CalcDashParameters(phase, intervals, intervalCnt, &initialLength,
GrTestUtils.cpp 274 SkScalar phase = random->nextRangeScalar(0, sum); local
275 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase);
280 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) {
284 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength,
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.cpp 182 const SkScalar phase = ctx.lengthContext().resolve(*pctx->fInherited.fStrokeDashOffset.get(), local
186 phase));
  /external/skqp/src/gpu/
GrStyle.cpp 15 // One scalar for scale, one for dash phase, and one for each dash value.
48 SkScalar phase = style.dashPhase(); local
50 memcpy(&key[i++], &phase, sizeof(SkScalar));
137 SkScalar phase = fDashInfo.fPhase; local
143 SkDashPath::CalcDashParameters(phase, intervals, intervalCnt, &initialLength,
  /external/speex/libspeex/
kiss_fftr.c 64 spx_word32_t phase = i+(nfft>>1); local
66 phase = -phase;
67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft));
72 double phase = pi*(((double)i) /nfft + .5); local
74 phase = -phase;
75 kf_cexp(st->super_twiddles+i, phase );
  /external/dng_sdk/source/
dng_image.cpp 293 // Find pattern phase at top-left corner of destination area.
295 dng_point phase = dng_pixel_buffer::RepeatPhase (srcArea, local
305 int32 splitV = newArea.t + repeat.v - phase.v;
306 int32 splitH = newArea.l + repeat.h - phase.h;
322 dng_point (phase.v, phase.h));
346 dng_point (phase.v, -phase.h));
370 dng_point (-phase.v, phase.h))
    [all...]
  /external/freetype/src/lzw/
ftzopen.h 115 FT_LzwPhase phase; member in struct:FT_LzwStateRec_
  /external/freetype/src/pfr/
pfrsbit.c 127 FT_Int phase, count, counts[2]; local
137 phase = 1;
149 if ( phase )
160 phase = 0;
165 phase = 1;
172 if ( phase )
208 FT_Int phase, count; local
218 phase = 1;
232 phase = phase ^ 1
    [all...]
  /external/libchrome/base/trace_event/
trace_event_impl.h 95 char phase,
126 char phase() const { return phase_; } function in class:base::trace_event::TraceEvent
156 // scope_ and id_ can be used to store phase-specific data.
  /external/libopus/celt/
kiss_fft.c 414 opus_val32 phase = -i; local
415 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft));
420 double phase = ( -2*pi /nfft ) * i; local
421 kf_cexp(twiddles+i, phase );
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 80 * phase 1:
87 * phase 2:
167 static int phase; /* flag for phase1 or phase2 of */ variable
387 phase = 1; /* tell handler that we do not want to catch signals */
442 phase = 2; /* let handler know we are now expecting signals */
445 printf("child: PHASE II\n");
525 * The signal handler has two functions depending on which phase
552 * handler() : child's interrupt handler for all signals. The phase variable
554 * The phase 1 section will be run if the child process catches a signal
557 * The phase 2 section will be run if the child process catches
    [all...]
  /external/skia/gm/
dashing.cpp 16 SkScalar phase = SkIntToScalar(0),
25 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase));
177 SkScalar phase = vals[0] / 2; local
178 paint.setPathEffect(SkDashPathEffect::Make(vals, count, phase));
211 SkScalar phase,
226 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase));
248 // 1on/1off 1x1 squares with phase of 0 - points fastpath
254 // 1on/1off 1x1 squares with phase of .5 - rects fastpath (due to partial squares)
260 // 1on/1off 1x1 squares with phase of 1 - points fastpath
266 // 1on/1off 1x1 squares with phase of 1 and non-integer length - rects fastpat
473 int phase = 0; variable
    [all...]
  /external/skqp/gm/
dashing.cpp 16 SkScalar phase = SkIntToScalar(0),
25 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase));
177 SkScalar phase = vals[0] / 2; local
178 paint.setPathEffect(SkDashPathEffect::Make(vals, count, phase));
211 SkScalar phase,
226 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase));
248 // 1on/1off 1x1 squares with phase of 0 - points fastpath
254 // 1on/1off 1x1 squares with phase of .5 - rects fastpath (due to partial squares)
260 // 1on/1off 1x1 squares with phase of 1 - points fastpath
266 // 1on/1off 1x1 squares with phase of 1 and non-integer length - rects fastpat
473 int phase = 0; variable
    [all...]

Completed in 649 milliseconds

12 3 4 5 6 7 8 91011>>