/external/perfetto/test/trace_processor/memory/ |
D | android_mem_counters.out | 8 avg: 2523136 13 avg: 2392064 18 avg: 0 23 avg: 2523136 33 avg: 884736 38 avg: 2101248 43 avg: 0 48 avg: 884736 58 avg: 3989504 63 avg: 9334784 [all …]
|
D | android_mem_by_priority.out | 8 avg: 3000.0 13 avg: 10000.0 18 avg: 0.0 23 avg: 3000.0 32 avg: 3000.0 37 avg: 10000.0 42 avg: 0.0 47 avg: 3000.0 57 avg: 3000.0 62 avg: 10000.0 [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/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/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 …]
|
D | aom_convolve_copy_sse2.asm | 19 %ifidn %1, avg 66 %ifidn %1, avg 80 %ifidn %1, avg 94 %ifidn %1, avg 109 %ifidn %1, avg 132 %ifidn %1, avg 147 %ifidn %1, avg 170 %ifidn %1, avg 193 %ifidn %1, avg 218 %ifidn %1, avg [all …]
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | type-stats.test | 7 ALL-NEXT: Total: 75 entries ( 5,336 bytes, 71.15 avg) 9 ALL-NEXT: LF_FIELDLIST: 14 entries ( 1,956 bytes, 139.71 avg) 10 ALL-NEXT: LF_STRUCTURE: 14 entries ( 1,584 bytes, 113.14 avg) 11 ALL-NEXT: LF_ENUM: 8 entries ( 988 bytes, 123.50 avg) 12 ALL-NEXT: LF_MFUNCTION: 14 entries ( 392 bytes, 28.00 avg) 13 ALL-NEXT: LF_ARGLIST: 10 entries ( 176 bytes, 17.60 avg) 14 ALL-NEXT: LF_METHODLIST: 5 entries ( 116 bytes, 23.20 avg) 15 ALL-NEXT: LF_POINTER: 8 entries ( 96 bytes, 12.00 avg) 16 ALL-NEXT: LF_PROCEDURE: 1 entries ( 16 bytes, 16.00 avg) 17 ALL-NEXT: LF_MODIFIER: 1 entries ( 12 bytes, 12.00 avg)
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
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/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/android/ |
D | android_hwcomposer.sql | 54 'composition_total_layers', (SELECT AVG(value) FROM total_layers), 55 'composition_dpu_layers', (SELECT AVG(value) FROM dpu_layers), 56 'composition_gpu_layers', (SELECT AVG(value) FROM gpu_layers), 57 'composition_dpu_cached_layers', (SELECT AVG(value) FROM dpu_cached_layers), 58 'composition_sf_cached_layers', (SELECT AVG(value) FROM sf_cached_layers), 72 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans 75 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans 78 (SELECT AVG(execution_time_ns) / 1e6 FROM hwc_execution_spans 81 (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.txt | 1 …Avg 3d-cube: 28.000000ms\n13:23:35 INFO | autoserv| Sd 3d-cube: 1.247219ms\n13:23:35 INFO | autos…
|
/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/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/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 …]
|