/external/perfetto/test/trace_processor/memory/ |
D | android_mem_counters.out | 8 avg: 2523136.0 14 avg: 2392064.0 20 avg: 0.0 26 avg: 2523136.0 37 avg: 884736.0 43 avg: 2101248.0 49 avg: 0.0 55 avg: 884736.0 66 avg: 3989504.0 72 avg: 9334784.0 [all …]
|
D | android_mem_by_priority.out | 8 avg: 3000.0 14 avg: 10000.0 20 avg: 0.0 26 avg: 3000.0 36 avg: 3000.0 41 avg: 10000.0 46 avg: 0.0 51 avg: 3000.0 61 avg: 3000.0 66 avg: 10000.0 [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 28 // have 4-tap vert avg filter. 29 #define FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt, is_avg) \ argument 44 vpx_filter_block1d16_##dir##8_##avg##opt(src_start, src_stride, dst, \ 51 vpx_filter_block1d8_##dir##8_##avg##opt(src_start, src_stride, dst, \ 54 vpx_filter_block1d4_##dir##8_##avg##opt(src_start, src_stride, dst, \ 61 vpx_filter_block1d16_##dir##4_##avg##opt(src_start, src_stride, dst, \ 68 vpx_filter_block1d8_##dir##4_##avg##opt(src_start, src_stride, dst, \ 71 vpx_filter_block1d4_##dir##4_##avg##opt(src_start, src_stride, dst, \ 78 vpx_filter_block1d16_##dir##2_##avg##opt(src_start, src_stride, dst, \ 85 vpx_filter_block1d8_##dir##2_##avg##opt(src_start, src_stride, dst, \ [all …]
|
D | highbd_subpel_variance_impl_sse2.asm | 95 %if %2 == 1 ; avg 110 %if %2 == 1 ; avg 142 %if %2 == 1 ; avg 167 %if %2 == 1 ; avg 185 %if %2 == 1 ; avg 193 %if %2 == 1 ; avg 201 %if %2 == 1 ; avg 210 %if %2 == 1 ; avg 233 %if %2 == 1 ; avg 241 %if %2 == 1 ; avg [all …]
|
D | subpel_variance_sse2.asm | 118 %if %2 == 1 ; avg 132 %if %2 == 1 ; avg 163 %if %2 == 1 ; avg 194 %if %2 == 1 ; avg 211 %if %2 == 1 ; avg 219 %if %2 == 0 ; !avg 229 %if %2 == 1 ; avg 236 %else ; !avg 243 %if %2 == 1 ; avg 259 %else ; !avg [all …]
|
D | vpx_convolve_copy_sse2.asm | 16 %ifidn %1, avg 57 %ifidn %1, avg 72 %ifidn %1, avg 96 %ifidn %1, avg 119 %ifidn %1, avg 144 %ifidn %1, avg 169 %ifidn %1, avg 199 %ifidn %1, avg 222 convolve_fn avg 225 convolve_fn avg, highbd
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sub_pixel_variance_msa.c | 50 v8i16 avg = { 0 }; in avg_sse_diff_4width_msa() local 65 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_4width_msa() 68 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_4width_msa() 84 v8i16 avg = { 0 }; in avg_sse_diff_8width_msa() local 98 CALC_MSE_AVG_B(src0, ref0, var, avg); in avg_sse_diff_8width_msa() 99 CALC_MSE_AVG_B(src1, ref1, var, avg); in avg_sse_diff_8width_msa() 102 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_8width_msa() 116 v8i16 avg = { 0 }; in avg_sse_diff_16width_msa() local 127 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa() 136 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa() [all …]
|
D | variance_msa.c | 50 v8i16 avg = { 0 }; in sse_diff_4width_msa() local 61 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_4width_msa() 64 vec = __msa_hadd_s_w(avg, avg); in sse_diff_4width_msa() 76 v8i16 avg = { 0 }; in sse_diff_8width_msa() local 87 CALC_MSE_AVG_B(src0, ref0, var, avg); in sse_diff_8width_msa() 88 CALC_MSE_AVG_B(src1, ref1, var, avg); in sse_diff_8width_msa() 91 vec = __msa_hadd_s_w(avg, avg); in sse_diff_8width_msa() 102 v8i16 avg = { 0 }; in sse_diff_16width_msa() local 110 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa() 116 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa() [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | sub_pixel_variance_msa.c | 47 v8i16 avg = { 0 }; in avg_sse_diff_4width_msa() local 62 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_4width_msa() 65 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_4width_msa() 81 v8i16 avg = { 0 }; in avg_sse_diff_8width_msa() local 95 CALC_MSE_AVG_B(src0, ref0, var, avg); in avg_sse_diff_8width_msa() 96 CALC_MSE_AVG_B(src1, ref1, var, avg); in avg_sse_diff_8width_msa() 99 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_8width_msa() 113 v8i16 avg = { 0 }; in avg_sse_diff_16width_msa() local 124 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa() 133 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa() [all …]
|
D | variance_msa.c | 51 v8i16 avg = { 0 }; in sse_diff_4width_msa() local 62 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_4width_msa() 65 vec = __msa_hadd_s_w(avg, avg); in sse_diff_4width_msa() 77 v8i16 avg = { 0 }; in sse_diff_8width_msa() local 88 CALC_MSE_AVG_B(src0, ref0, var, avg); in sse_diff_8width_msa() 89 CALC_MSE_AVG_B(src1, ref1, var, avg); in sse_diff_8width_msa() 92 vec = __msa_hadd_s_w(avg, avg); in sse_diff_8width_msa() 103 v8i16 avg = { 0 }; in sse_diff_16width_msa() local 111 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa() 117 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | convolve.h | 25 #define FUN_CONV_1D(name, step_q4, filter, dir, src_start, avg, opt) \ argument 39 aom_filter_block1d16_##dir##4_##avg##opt(src_start, src_stride, dst, \ 46 aom_filter_block1d8_##dir##4_##avg##opt(src_start, src_stride, dst, \ 53 aom_filter_block1d4_##dir##4_##avg##opt(src_start, src_stride, dst, \ 61 aom_filter_block1d16_##dir##8_##avg##opt(src_start, src_stride, dst, \ 68 aom_filter_block1d8_##dir##8_##avg##opt(src_start, src_stride, dst, \ 75 aom_filter_block1d4_##dir##8_##avg##opt(src_start, src_stride, dst, \ 83 aom_filter_block1d16_##dir##2_##avg##opt(src, src_stride, dst, \ 90 aom_filter_block1d8_##dir##2_##avg##opt(src, src_stride, dst, \ 97 aom_filter_block1d4_##dir##2_##avg##opt(src, src_stride, dst, \ [all …]
|
D | highbd_subpel_variance_impl_sse2.asm | 98 %if %2 == 1 ; avg 113 %if %2 == 1 ; avg 145 %if %2 == 1 ; avg 170 %if %2 == 1 ; avg 188 %if %2 == 1 ; avg 196 %if %2 == 1 ; avg 204 %if %2 == 1 ; avg 213 %if %2 == 1 ; avg 236 %if %2 == 1 ; avg 244 %if %2 == 1 ; avg [all …]
|
D | subpel_variance_sse2.asm | 121 %if %2 == 1 ; avg 135 %if %2 == 1 ; avg 166 %if %2 == 1 ; avg 197 %if %2 == 1 ; avg 214 %if %2 == 1 ; avg 222 %if %2 == 0 ; !avg 232 %if %2 == 1 ; avg 239 %else ; !avg 246 %if %2 == 1 ; avg 262 %else ; !avg [all …]
|
/external/bcc/tools/ |
D | klockstat_example.txt | 8 Caller Avg Spin Count Max spin Total spin 17 Caller Avg Hold Count Max hold Total hold 56 Caller Avg Spin Count Max spin Total spin 61 Caller Avg Hold Count Max hold Total hold 66 Caller Avg Spin Count Max spin Total spin 69 Caller Avg Hold Count Max hold Total hold 79 Caller Avg Spin Count Max spin Total spin 84 Caller Avg Hold Count Max hold Total hold 95 Caller Avg Spin Count Max spin Total spin 100 Caller Avg Hold Count Max hold Total hold [all …]
|
/external/autotest/frontend/tko/preconfigs/metrics/ |
D | perf | 8 aggregation[0]: AVG 17 aggregation[1]: AVG 26 aggregation[2]: AVG 35 aggregation[3]: AVG 44 aggregation[4]: AVG 59 aggregation[0]: AVG 68 aggregation[1]: AVG 77 aggregation[2]: AVG 86 aggregation[3]: AVG 95 aggregation[4]: AVG [all …]
|
/external/autotest/client/tests/compilebench/ |
D | compilebench.py | 53 # intial create total runs 10 avg 149.82 MB/s (user 0.63s sys 0.85s) 54 # create total runs 5 avg 27.50 MB/s (user 0.62s sys 0.83s) 55 # patch total runs 4 avg 15.01 MB/s (user 0.33s sys 0.63s) 56 # compile total runs 7 avg 41.47 MB/s (user 0.14s sys 0.75s) 57 # clean total runs 4 avg 697.77 MB/s (user 0.02s sys 0.08s) 58 # read tree total runs 2 avg 23.68 MB/s (user 0.85s sys 1.59s) 59 # read compiled tree total runs 1 avg 25.27 MB/s (user 0.98s sys 2.84s) 60 # delete tree total runs 2 avg 1.48 seconds (user 0.35s sys 0.45s) 62 # stat tree total runs 4 avg 1.46 seconds (user 0.35s sys 0.26s) 63 # stat compiled tree total runs 1 avg 1.49 seconds (user 0.37s sys 0.29s)
|
/external/perfetto/src/trace_processor/metrics/sql/android/ |
D | android_hwcomposer.sql | 106 'composition_total_layers', (SELECT AVG(value) FROM total_layers), 107 'composition_dpu_layers', (SELECT AVG(value) FROM dpu_layers), 108 'composition_gpu_layers', (SELECT AVG(value) FROM gpu_layers), 109 'composition_dpu_cached_layers', (SELECT AVG(value) FROM dpu_cached_layers), 110 'composition_sf_cached_layers', (SELECT AVG(value) FROM sf_cached_layers), 124 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans 127 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans 130 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans 133 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans
|
D | android_hwui_metric.sql | 38 avg(dur) as draw_frame_avg, 51 avg(dur) as flush_avg, 64 avg(dur) as prepare_tree_avg, 77 avg(dur) as gpu_completion_avg, 91 avg(dur) as ui_record_avg, 105 avg(dur) as shader_compile_avg, 117 avg(dur) as cache_hit_avg, 129 avg(dur) as cache_miss_avg, 141 avg(value) as graphics_cpu_mem_avg, 153 avg(value) as graphics_gpu_mem_avg, [all …]
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | hwui_metric.proto | 29 // Number of frames drawn on RenderThread, followed by max/min/avg CPU time to draw a frame 36 // Number of GPU commands flushes and max/min/avg time per flush in nanoseconds. 42 // Number of View tree preparation counts and max/min/avg time to traverse the tree in 49 // Number of times the GPU rendered a frame and max/min/avg time for GPU to finish rendering in 57 // max/min/avg time in nanoseconds. 79 // max/min/avg CPU memory used for graphics by HWUI at the end of a frame. 84 // max/min/avg GPU memory used by HWUI at the end of a frame excluding textures. 89 // max/min/avg memory used for GPU textures by HWUI at the end of a frame. 94 // max/min/avg memory used by HWUI at the end of a frame. This is a sum of previous 3 categories.
|
/external/toolchain-utils/crosperf/test_cache/test_input/ |
D | results.pickle | 1 …Avg 3d-cube: 28.000000ms\n13:23:35 INFO | autoserv| Sd 3d-cube: 1.247219ms\n13:23:35 INFO | autos…
|
/external/pdfium/third_party/libpng16/intel/ |
D | filter_sse2_intrinsics.c | 26 * The Sub filter predicts d=a, Avg d=(a+b)/2, and Paeth predicts d to be 113 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg3_sse2() 129 __m128i avg; in png_read_filter_row_avg3_sse2() local 134 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() 136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2() 138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() 146 __m128i avg; in png_read_filter_row_avg3_sse2() local 151 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() 153 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2() 156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() [all …]
|
/external/libpng/intel/ |
D | filter_sse2_intrinsics.c | 26 * The Sub filter predicts d=a, Avg d=(a+b)/2, and Paeth predicts d to be 113 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg3_sse2() 129 __m128i avg; in png_read_filter_row_avg3_sse2() local 134 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() 136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2() 138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() 146 __m128i avg; in png_read_filter_row_avg3_sse2() local 151 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() 153 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2() 156 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2() [all …]
|
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 45 "--hashlimit <avg> max average match rate\n" in hashlimit_help() 85 " --hashlimit-upto <avg> max average match rate\n" in hashlimit_mt_help() 88 " --hashlimit-above <avg> min average match rate\n" in hashlimit_mt_help() 106 " --hashlimit-upto <avg> max average match rate\n" in hashlimit_mt_help_v3() 109 " --hashlimit-above <avg> min average match rate\n" in hashlimit_mt_help_v3() 251 to->avg = cfg->avg; in cfg_copy() 263 to->avg = cfg->avg; in cfg_copy() 543 if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_parse() 567 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1() 569 else if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1() [all …]
|
D | libxt_limit.c | 32 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n" in limit_help() 88 parse_rate(XT_LIMIT_AVG, &r->avg); in limit_init() 94 if (r->avg*r->burst/r->burst != r->avg) 96 "Sorry: burst too large for that avg rate.\n"); 106 if (!parse_rate(cb->arg, &r->avg)) in limit_parse() 146 printf(" limit: avg"); print_rate(r->avg); in limit_print() 154 printf(" --limit"); print_rate(r->avg); in limit_save() 190 print_rate_xlate(r->avg, xl); in limit_xlate() 222 if (!parse_rate(optarg, &r->avg)) in brlimit_parse() 249 print_rate(r->avg); in brlimit_print()
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 163 const uint8x8_t avg = Average2_u8_NEON(c0, c1); in ClampedAddSubtractHalf_NEON() local 164 // Remove one to c2 when bigger than avg. in ClampedAddSubtractHalf_NEON() 166 const uint8x8_t cmp = vcgt_u8(C2, avg); in ClampedAddSubtractHalf_NEON() 168 // Compute half of the difference between avg and c2. in ClampedAddSubtractHalf_NEON() 169 const int8x8_t diff_avg = vreinterpret_s8_u8(vhsub_u8(avg, C2_1)); in ClampedAddSubtractHalf_NEON() 170 // Compute the sum with avg and saturate. in ClampedAddSubtractHalf_NEON() 171 const int16x8_t avg_16 = vreinterpretq_s16_u16(vmovl_u8(avg)); in ClampedAddSubtractHalf_NEON() 179 const uint32_t avg = GET_U8_AS_U32(avg_u8x8); in Average2_NEON() local 180 return avg; in Average2_NEON() 187 const uint32_t avg = GET_U8_AS_U32(vhadd_u8(avg0, A1)); in Average3_NEON() local [all …]
|