Searched refs:pixel_count (Results 1 – 8 of 8) sorted by relevance
/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/skia/src/pdf/ |
D | SkPDFBitmap.cpp | 121 static size_t pixel_count(const SkBitmap& bm) { in pixel_count() function 164 size_t size = pixel_count(bitmap) * in bitmap_to_pdf_pixels() 220 fill_stream(out, '\x00', pixel_count(bm)); in bitmap_to_pdf_pixels() 240 fill_stream(out, '\xFF', pixel_count(bitmap)); in bitmap_alpha_to_a8()
|
/external/skqp/src/pdf/ |
D | SkPDFBitmap.cpp | 121 static size_t pixel_count(const SkBitmap& bm) { in pixel_count() function 164 size_t size = pixel_count(bitmap) * in bitmap_to_pdf_pixels() 220 fill_stream(out, '\x00', pixel_count(bm)); in bitmap_to_pdf_pixels() 240 fill_stream(out, '\xFF', pixel_count(bitmap)); in bitmap_alpha_to_a8()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_graph_execution_test.cc | 130 const int64 pixel_count = WIDTH * HEIGHT * DEPTH; in LoadImage() local 146 img_floats.resize(pixel_count); in LoadImage() 148 CHECK(pixel_count % 3 == 0); in LoadImage() 149 for (int i = 0; i < pixel_count / 3; ++i) { in LoadImage() 154 CHECK(dst_pos + 2 < pixel_count); in LoadImage()
|
/external/webp/src/enc/ |
D | frame_enc.c | 564 const uint64_t pixel_count = nb_mbs * 384; in OneStatPass() local 592 s->value = GetPSNR(distortion, pixel_count); in OneStatPass() 768 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop() local 833 stats.value = GetPSNR(distortion, pixel_count); in VP8EncTokenLoop()
|
/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()
|