/third_party/ffmpeg/libavfilter/ |
H A D | avf_aphasemeter.c | 55 float phase; member 76 { "mpc", "set median phase color", OFFSET(mpc_str), AV_OPT_TYPE_STRING, {.str = "none"}, 0, 0, FLAGS }, 78 { "phasing", "set mono and out-of-phase detection output", OFFSET(do_phasing_detection), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, FLAGS }, 79 { "tolerance", "set phase tolerance for mono detection", OFFSET(tolerance), AV_OPT_TYPE_FLOAT, {.dbl = 0.}, 0, 1, FLAGS }, 80 { "t", "set phase tolerance for mono detection", OFFSET(tolerance), AV_OPT_TYPE_FLOAT, {.dbl = 0.}, 0, 1, FLAGS }, 81 { "angle", "set angle threshold for out-of-phase detection", OFFSET(angle), AV_OPT_TYPE_FLOAT, {.dbl = 170.}, 90, 180, FLAGS }, 82 { "a", "set angle threshold for out-of-phase detection", OFFSET(angle), AV_OPT_TYPE_FLOAT, {.dbl = 170.}, 90, 180, FLAGS }, 83 { "duration", "set minimum mono or out-of-phase duration in seconds", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=2000000}, 0, MAX_DURATION, FLAGS }, 84 { "d", "set minimum mono or out-of-phase duration in seconds", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=2000000}, 0, MAX_DURATION, FLAGS }, 161 static inline int get_x(float phase, in argument 281 const float phase = isnan(f) ? 1 : f; filter_frame() local [all...] |
H A D | generate_wave_table.c | 27 double min, double max, double phase) in ff_generate_wave_table() 29 uint32_t i, phase_offset = phase / M_PI / 2 * table_size + 0.5; in ff_generate_wave_table() 24 ff_generate_wave_table(enum WaveType wave_type, enum AVSampleFormat sample_fmt, void *table, int table_size, double min, double max, double phase) ff_generate_wave_table() argument
|
/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase) in SkDashImpl() argument 34 SkDashPath::CalcDashParameters(phase, fIntervals, fCount, in SkDashImpl() 107 // right of the bounds (keeping our new line "in phase" with the dash, in cull_line() 140 // bottom of the bounds (keeping our new line "in phase" with the dash, in cull_line() 376 const SkScalar phase = buffer.readScalar(); 386 return SkDashPathEffect::Make(intervals.get(), SkToInt(count), phase); 393 sk_sp<SkPathEffect> SkDashPathEffect::Make(const SkScalar intervals[], int count, SkScalar phase) { 394 if (!SkDashPath::ValidDashPath(phase, intervals, count)) { 397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-trace.cc | 126 // Builtin::kTrace(phase, category, name, id, data) : bool 152 char phase = static_cast<char>(DoubleToInt32(phase_arg->Number())); in BUILTIN() local 201 if (phase != TRACE_EVENT_PHASE_END) { in BUILTIN() 216 switch (phase) { in BUILTIN() 241 phase, category_group_enabled, *name, tracing::kGlobalScope, id, in BUILTIN()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.cpp | 15 // One scalar for scale, one for dash phase, and one for each dash value. in KeySize() 48 SkScalar phase = style.dashPhase(); in WriteKey() local 50 memcpy(&key[i++], &phase, sizeof(SkScalar)); in WriteKey() 142 SkScalar phase = fDashInfo.fPhase; in applyPathEffect() local 148 SkDashPath::CalcDashParameters(phase, intervals, intervalCnt, &initialLength, in applyPathEffect()
|
/third_party/skia/samplecode/ |
H A D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() argument 37 t += phase; in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop() argument 57 linear += phase; in linearToLoop()
|
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
H A D | 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 */ in child() 442 phase = 2; /* let handler know we are now expecting signals */ in child() 523 * The signal handler has two functions depending on which phase 550 * handler() : child's interrupt handler for all signals. The phase variable 552 * The phase 1 section will be run if the child process catches a signal 555 * The phase 2 section will be run if the child process catches a 564 printf("child: handler phase in handler() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.h | 97 const char* phase, 165 AsC1V(const char* phase, const Schedule* schedule, in AsC1V() 171 phase_(phase) {} in AsC1V() 180 const char* phase, const RegisterAllocationData* data = nullptr) in AsC1VRegisterAllocationData() 181 : phase_(phase), data_(data) {} in AsC1VRegisterAllocationData()
|
/third_party/node/deps/v8/include/libplatform/ |
H A D | v8-tracing.h | 50 char phase, const uint8_t* category_enabled_flag, const char* name, 58 char phase, const uint8_t* category_enabled_flag, const char* name, 68 char phase() const { return phase_; } in phase() function in v8::platform::tracing::TraceObject 268 char phase, const uint8_t* category_enabled_flag, const char* name, 275 char phase, const uint8_t* category_enabled_flag, const char* name,
|
/third_party/node/deps/v8/include/v8-include/libplatform/ |
H A D | v8-tracing.h | 50 char phase, const uint8_t* category_enabled_flag, const char* name, 58 char phase, const uint8_t* category_enabled_flag, const char* name, 68 char phase() const { return phase_; } in phase() function in v8::platform::tracing::TraceObject 268 char phase, const uint8_t* category_enabled_flag, const char* name, 275 char phase, const uint8_t* category_enabled_flag, const char* name,
|
/third_party/skia/src/utils/ |
H A D | SkDashPathPriv.h | 16 * inputed phase and intervals. If adjustedPhase is passed in, then the phase will be 18 * If adjustedPhase is nullptr then it is assumed phase is already between 0 and intervalLength 22 void CalcDashParameters(SkScalar phase, const SkScalar intervals[], int32_t count, 53 bool ValidDashPath(SkScalar phase, const SkScalar intervals[], int32_t count);
|
/third_party/skia/docs/examples/ |
H A D | pong.cpp | 5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in REG_FIDDLE_ANIMATED() argument 7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED()
|
H A D | pong2.cpp | 5 static SkScalar PingPong(double t, SkScalar period, SkScalar phase, in REG_FIDDLE_ANIMATED() argument 7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED()
|
/third_party/curl/lib/ |
H A D | sendf.c | 544 /* Download client writer in phase CURL_CW_PROTOCOL that 652 /* RAW client writer in phase CURL_CW_RAW that 677 Curl_cwriter_phase phase) in Curl_cwriter_create() 688 writer->phase = phase; in Curl_cwriter_create() 707 size_t Curl_cwriter_count(struct Curl_easy *data, Curl_cwriter_phase phase) in Curl_cwriter_count() argument 713 if(w->phase == phase) in Curl_cwriter_count() 760 /* Insert the writer as first in its phase. in Curl_cwriter_add() 762 while(*anchor && (*anchor)->phase < write in Curl_cwriter_add() 674 Curl_cwriter_create(struct Curl_cwriter **pwriter, struct Curl_easy *data, const struct Curl_cwtype *cwt, Curl_cwriter_phase phase) Curl_cwriter_create() argument [all...] |
/third_party/lame/misc/ |
H A D | ath.c | 214 long double phase; member 243 g->phase = 0.L; in open_generator() 255 g->phase += freq; in iterate_generator() 256 if (g->phase > 15.) in iterate_generator() 257 g->phase -= 16.; in iterate_generator() 258 return sin ( 2.*M_PI * g->phase ); in iterate_generator() 263 return sin ( 2.*M_PI * g->phase ); in get_sine() 268 return cos ( 2.*M_PI * g->phase ); in get_cosine()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 47 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase 53 vext.8 q10,q0,q0,#8 @ 2nd phase 86 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 92 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 179 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 192 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 219 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 225 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghashv8-armx.S | 47 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase 53 vext.8 q10,q0,q0,#8 @ 2nd phase 86 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 92 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 179 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 192 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 219 INST(0x26,0x4e,0xe0,0xf2) @ pmull q10,q0,q11 @ 1st phase of reduction 225 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse.asm | 299 movaps xmm1, xmm6 ; transpose coefficients(phase 1) 302 movaps xmm3, xmm0 ; transpose coefficients(phase 1) 320 movaps xmm2, xmm7 ; transpose coefficients(phase 1) 323 movaps xmm4, xmm5 ; transpose coefficients(phase 1) 327 movaps xmm3, xmm6 ; transpose coefficients(phase 2) 330 movaps xmm0, xmm1 ; transpose coefficients(phase 2) 342 movaps xmm6, xmm5 ; transpose coefficients(phase 2) 345 movaps xmm3, xmm4 ; transpose coefficients(phase 2) 518 movq mm7, mm0 ; transpose coefficients(phase 1) 521 movq mm3, mm2 ; transpose coefficients(phase [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffparse.c | 254 FT_UInt phase; in cff_parse_real() local 274 phase = 4; in cff_parse_real() 278 /* If we entered this iteration with phase == 4, we need to */ in cff_parse_real() 280 if ( phase ) in cff_parse_real() 290 nib = (FT_Int)( p[0] >> phase ) & 0xF; in cff_parse_real() 291 phase = 4 - phase; in cff_parse_real() 315 /* If we entered this iteration with phase == 4, we need */ in cff_parse_real() 317 if ( phase ) in cff_parse_real() 327 nib = ( p[0] >> phase ) in cff_parse_real() [all...] |
/third_party/skia/tools/timer/ |
H A D | TimeUtils.h | 35 // Transitions from ends->mid->ends linearly over period time. The phase 36 // specifies a phase shift in time units. 39 float phase, in PingPong() 42 double value = ::fmod(time + phase, period); in PingPong() 37 PingPong(double time, float period, float phase, float ends, float mid) PingPong() argument
|
/third_party/skia/include/core/ |
H A D | SkPathEffect.h | 60 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() 61 : fIntervals(intervals), fCount(count), fPhase(phase) {} in DashInfo()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctflt-sse2.asm | 254 movaps xmm1, xmm6 ; transpose coefficients(phase 1) 257 movaps xmm3, xmm0 ; transpose coefficients(phase 1) 275 movaps xmm2, xmm7 ; transpose coefficients(phase 1) 278 movaps xmm4, xmm5 ; transpose coefficients(phase 1) 282 movaps xmm3, xmm6 ; transpose coefficients(phase 2) 285 movaps xmm0, xmm1 ; transpose coefficients(phase 2) 297 movaps xmm6, xmm5 ; transpose coefficients(phase 2) 300 movaps xmm3, xmm4 ; transpose coefficients(phase 2) 448 movdqa xmm4, xmm6 ; transpose coefficients(phase 2) 452 movdqa xmm7, xmm6 ; transpose coefficients(phase [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
H A D | TraceEvent.h | 315 // An asynchronous operation can consist of multiple phases. The first phase is 347 // async event. This should be called at the beginning of the next phase of an 520 // to ASYNC, a FLOW can consist of multiple phases. The first phase is defined 551 // async event. This should be called at the beginning of the next phase of an 652 // char phase, 680 #define INTERNAL_TRACE_EVENT_ADD(platform, phase, category, name, flags, ...) \ 685 platform, phase, INTERNALTRACEEVENTUID(catstatic), name, \ 708 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(platform, phase, category, name, id, flags, ...) \ 715 platform, phase, INTERNALTRACEEVENTUID(catstatic), name, traceEventTraceID.data(), \ 892 char phase, in addTraceEvent() 890 addTraceEvent( dawn_platform::Platform* platform, char phase, const unsigned char* categoryEnabled, const char* name, unsigned long long id, unsigned char flags, int ) addTraceEvent() argument 903 addTraceEvent( dawn_platform::Platform* platform, char phase, const unsigned char* categoryEnabled, const char* name, unsigned long long id, unsigned char flags, int , const char* arg1Name, const ARG1_TYPE& arg1Val) addTraceEvent() argument 922 addTraceEvent( dawn_platform::Platform* platform, char phase, const unsigned char* categoryEnabled, const char* name, unsigned long long id, unsigned char flags, int , const char* arg1Name, const ARG1_TYPE& arg1Val, const char* arg2Name, const ARG2_TYPE& arg2Val) addTraceEvent() argument [all...] |
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | serial_buffer.py | 140 def lines(self, timeout=None, phase=None): 147 print("read timeout waiting for serial during {}".format(phase)) 154 print("read timeout waiting for serial during {}".format(phase))
|
/third_party/nghttp2/src/ |
H A D | shrpx_mruby_module_request.cc | 84 check_phase(mrb, data->phase, PHASE_REQUEST); in request_set_method() 122 check_phase(mrb, data->phase, PHASE_REQUEST); in request_set_authority() 156 check_phase(mrb, data->phase, PHASE_REQUEST); in request_set_scheme() 190 check_phase(mrb, data->phase, PHASE_REQUEST); in request_set_path() 219 check_phase(mrb, data->phase, PHASE_REQUEST); in request_mod_header() 304 check_phase(mrb, data->phase, PHASE_REQUEST); in request_clear_headers()
|