/third_party/ffmpeg/libavcodec/arm/ |
D | hpeldsp_neon.S | 250 avg d4, d0, d1 define 252 avg d5, d0, d1 define 266 avg d4, d0, d1 define 268 avg d5, d0, d1 define 344 .macro avg rd, rn, rm macro 353 .macro avg rd, rn, rm macro 371 .macro pixfunc2 pfx, name, avg=0
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hpeldsp_rnd_template.c | 138 av_unused static void DEF(avg, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() argument 165 av_unused static void DEF(avg, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() argument
|
D | rnd_template.c | 102 av_unused STATIC void DEF(avg, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() argument
|
D | vp9dsp_init.h | 33 #define decl_fpel_func(avg, sz, bpp, opt) \ argument 38 #define decl_mc_func(avg, sz, dir, opt, type, f_sz, bpp) \ argument 73 #define mc_rep_func(avg, sz, hsz, hszb, dir, opt, type, f_sz, bpp) \ argument
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hpeldsp_neon.S | 324 .macro avg rd, rn, rm macro 336 .macro avg rd, rn, rm macro 358 .macro pixfunc2 pfx, name, avg=0
|
/third_party/libuv/test/ |
D | test-get-loadavg.c | 27 double avg[3] = {-1, -1, -1}; in TEST_IMPL() local
|
/third_party/flutter/skia/third_party/externals/libpng/intel/ |
D | filter_sse2_intrinsics.c | 129 __m128i avg; in png_read_filter_row_avg3_sse2() local 146 __m128i avg; in png_read_filter_row_avg3_sse2() local 182 __m128i avg; in png_read_filter_row_avg4_sse2() local
|
/third_party/skia/third_party/externals/libpng/intel/ |
D | filter_sse2_intrinsics.c | 129 __m128i avg; in png_read_filter_row_avg3_sse2() local 146 __m128i avg; in png_read_filter_row_avg3_sse2() local 182 __m128i avg; in png_read_filter_row_avg4_sse2() local
|
/third_party/ffmpeg/libavcodec/ |
D | hpeldsp.c | 333 PIXOP2(avg, op_avg) in PIXOP2() argument
|
D | vp9dsp_template.c | 2007 const int16_t *filter, int avg) in do_8tap_1d_c() 2047 const int16_t *filtery, int avg) in do_8tap_2d_c() 2097 #define filter_fn_1d(sz, dir, dir_m, type, type_idx, avg) \ argument 2106 #define filter_fn_2d(sz, type, type_idx, avg) \ argument 2123 int w, int h, ptrdiff_t ds, int mxy, int avg) in do_bilin_1d_c() 2162 int w, int h, int mx, int my, int avg) in do_bilin_2d_c() 2210 #define bilinf_fn_1d(sz, dir, dir_m, avg) \ argument 2218 #define bilinf_fn_2d(sz, avg) \ argument 2233 #define filter_fn(sz, avg) \ argument 2247 #define filter_fn_set(avg) \ argument [all …]
|
D | qpeldsp.c | 780 DIRAC_MC(avg) in DIRAC_MC() argument
|
/third_party/ltp/testcases/realtime/func/measurement/ |
D | preempt_timing.c | 85 unsigned long long i, j, delta, min, max, avg; in main() local
|
D | rdtsc-latency.c | 104 unsigned long long max, min, avg, tsc_a, tsc_b, tsc_period; in main() local
|
/third_party/node/deps/npm/node_modules/worker-farm/examples/pi/ |
D | index.js | 18 , tally = function (finish, err, avg) { argument
|
/third_party/ninja/src/ |
D | metrics.cc | 116 double avg = metric->sum / (double)metric->count; in Report() local
|
/third_party/ffmpeg/libavfilter/ |
D | colorspacedsp_template.c | 28 #define avg(a,b,c,d) (a) macro 31 #define avg(a,b,c,d) (((a) + (b) + 1) >> 1) macro 34 #define avg(a,b,c,d) (((a) + (b) + (c) + (d) + 2) >> 2) macro
|
D | vf_deband.c | 166 const int avg = get_avg(ref0, ref1, ref2, ref3); in deband_8_c() local 199 int avg[4], cmp[4] = { 0 }, src[4]; in deband_8_coupling_c() local 264 int avg[4], cmp[4] = { 0 }, src[4]; in deband_16_coupling_c() local 347 const int avg = get_avg(ref0, ref1, ref2, ref3); in deband_16_c() local
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | monoscope.c | 96 int avg; in monoscope_update() local
|
/third_party/ltp/testcases/realtime/lib/ |
D | libstats.c | 124 float sd, avg, sum, delta; in stats_stddev() local 153 float avg, sum; in stats_avg() local
|
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_var_f32.c | 135 float32x4_t avg; in arm_var_f32() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_sw.c | 155 double avg = in fd_sw_get_query_result() local
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jcsample-mmi.c | 45 __m64 bias, mask = 0.0, thisavg, nextavg, avg; in jsimd_h2v2_downsample_mmi() local
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | gststereo.c | 125 gdouble avg, ldiff, rdiff, tmp; in gst_stereo_transform_ip() local
|
/third_party/ninja/misc/ |
D | write_fake_manifests.py | 25 def paretoint(avg, alpha): argument
|
/third_party/gstreamer/gstplugins_bad/gst/videosignal/ |
D | gstvideoanalyse.c | 211 gint avg, diff; in gst_video_analyse_planar() local
|