/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 188 int pixel_count, in CompositeRow_AlphaToMask() argument 192 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_AlphaToMask() 236 int pixel_count, in CompositeRow_Argb2Graya() argument 242 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Graya() 283 int pixel_count, in CompositeRow_Argb2Gray() argument 289 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Gray() 305 int pixel_count, in CompositeRow_Rgb2Gray() argument 309 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Gray() 323 int pixel_count, in CompositeRow_Rgb2Graya() argument 327 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Graya() [all …]
|
/external/libxcam/modules/isp/ |
D | x3a_statistics_queue.cpp | 63 uint32_t pixel_count = isp_info.bqs_per_grid_cell * isp_info.bqs_per_grid_cell; in fill_standard_stats() local 71 ((isp_data[i * isp_info.aligned_width + j].ae_y / pixel_count) >> bit_shift); in fill_standard_stats() 73 ((isp_data[i * isp_info.aligned_width + j].awb_r / pixel_count) >> bit_shift); in fill_standard_stats() 75 ((isp_data[i * isp_info.aligned_width + j].awb_gr / pixel_count) >> bit_shift); in fill_standard_stats() 77 ((isp_data[i * isp_info.aligned_width + j].awb_gb / pixel_count) >> bit_shift); in fill_standard_stats() 79 ((isp_data[i * isp_info.aligned_width + j].awb_b / pixel_count) >> bit_shift); in fill_standard_stats() 83 ((isp_data[i * isp_info.aligned_width + j].af_hpf1 / pixel_count) >> bit_shift); in fill_standard_stats() 85 ((isp_data[i * isp_info.aligned_width + j].af_hpf2 / pixel_count) >> bit_shift); in fill_standard_stats()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_graph_execution_test.cc | 132 const int64 pixel_count = WIDTH * HEIGHT * DEPTH; in LoadImage() local 148 img_floats.resize(pixel_count); in LoadImage() 150 CHECK(pixel_count % 3 == 0); in LoadImage() 151 for (int i = 0; i < pixel_count / 3; ++i) { in LoadImage() 156 CHECK(dst_pos + 2 < pixel_count); in LoadImage()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 70 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win7_opt_avx2() local 105 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win7_opt_avx2() 210 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win7_opt_avx2() local 240 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win7_opt_avx2() 310 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win5_opt_avx2() local 340 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win5_opt_avx2() 419 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win5_opt_avx2() local 454 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win5_opt_avx2()
|
D | pickrst_sse4.c | 74 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win7_opt_sse4_1() local 110 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win7_opt_sse4_1() 219 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win7_opt_sse4_1() local 250 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win7_opt_sse4_1() 319 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win5_opt_sse4_1() local 350 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win5_opt_sse4_1() 429 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win5_opt_sse4_1() local 465 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win5_opt_sse4_1()
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 127 pixel_count = 1.0 * img1.size[0] * img1.size[1] 128 normalized_diff = diff / pixel_count / 255.0 * 100.0
|
/external/libaom/libaom/test/ |
D | wiener_test.cc | 39 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_win_opt_c() local 79 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_win_opt_c() 298 const int pixel_count = (h_end - h_start) * (v_end - v_start); in compute_stats_highbd_win_opt_c() local 351 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count; in compute_stats_highbd_win_opt_c()
|
/external/libxcam/modules/ocl/ |
D | cl_newwavelet_denoise_handler.cpp | 204 uint32_t pixel_count = image_width * image_height; in estimate_noise_variance() local 207 uint32_t median_thresh = pixel_count >> 1; in estimate_noise_variance() 734 uint32_t pixel_count = row_pitch * cl_height; in dump_coeff() local 749 if (fwrite (pixel, pixel_count, 1, file) <= 0) { in dump_coeff()
|
D | cl_defog_dcp_handler.cpp | 227 uint32_t pixel_count = stats_ptr->info.width * stats_ptr->info.height; in get_max_value() local 228 uint32_t max_expect_count = (uint32_t)(max_percent * pixel_count / 100.0f); in get_max_value()
|
/external/webp/src/enc/ |
D | frame_enc.c | 578 const uint64_t pixel_count = nb_mbs * 384; in OneStatPass() local 606 s->value = GetPSNR(distortion, pixel_count); in OneStatPass() 782 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop() local 847 stats.value = GetPSNR(distortion, pixel_count); in VP8EncTokenLoop()
|
/external/libhevc/encoder/ |
D | ihevce_me_common_defs.h | 500 WORD16 pixel_count; member
|
D | hme_refine.c | 2928 ps_cluster_data->as_mv[num_mvs].pixel_count = gai4_partition_area[e_part_id]; in hme_update_cluster_attributes() 3315 ps_data->as_mv[0].pixel_count = gai4_partition_area[e_part_id]; in hme_find_and_update_clusters() 3430 ps_data->as_mv[0].pixel_count = gai4_partition_area[e_part_id]; in hme_find_and_update_clusters()
|