HomeSort by relevance Sort by last modified time
    Searched defs:pixel_count (Results 1 - 9 of 9) sorted by null

  /external/libxcam/modules/isp/
x3a_statistics_queue.cpp 63 uint32_t pixel_count = isp_info.bqs_per_grid_cell * isp_info.bqs_per_grid_cell; local
71 ((isp_data[i * isp_info.aligned_width + j].ae_y / pixel_count) >> bit_shift);
73 ((isp_data[i * isp_info.aligned_width + j].awb_r / pixel_count) >> bit_shift);
75 ((isp_data[i * isp_info.aligned_width + j].awb_gr / pixel_count) >> bit_shift);
77 ((isp_data[i * isp_info.aligned_width + j].awb_gb / pixel_count) >> bit_shift);
79 ((isp_data[i * isp_info.aligned_width + j].awb_b / pixel_count) >> bit_shift);
83 ((isp_data[i * isp_info.aligned_width + j].af_hpf1 / pixel_count) >> bit_shift);
85 ((isp_data[i * isp_info.aligned_width + j].af_hpf2 / pixel_count) >> bit_shift);
  /external/libaom/libaom/test/
wiener_test.cc 39 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
79 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
298 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
351 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
  /external/libxcam/modules/ocl/
cl_defog_dcp_handler.cpp 227 uint32_t pixel_count = stats_ptr->info.width * stats_ptr->info.height; local
228 uint32_t max_expect_count = (uint32_t)(max_percent * pixel_count / 100.0f);
cl_newwavelet_denoise_handler.cpp 204 uint32_t pixel_count = image_width * image_height; local
207 uint32_t median_thresh = pixel_count >> 1;
734 uint32_t pixel_count = row_pitch * cl_height; local
749 if (fwrite (pixel, pixel_count, 1, file) <= 0) {
    [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_graph_execution_test.cc 132 const int64 pixel_count = WIDTH * HEIGHT * DEPTH; local
148 img_floats.resize(pixel_count);
150 CHECK(pixel_count % 3 == 0);
151 for (int i = 0; i < pixel_count / 3; ++i) {
156 CHECK(dst_pos + 2 < pixel_count);
  /external/libaom/libaom/av1/encoder/x86/
pickrst_avx2.c 70 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
105 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
210 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
240 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
310 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
340 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
419 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
454 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
    [all...]
pickrst_sse4.c 74 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
110 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
219 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
250 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
319 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
350 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
429 const int pixel_count = (h_end - h_start) * (v_end - v_start); local
465 const int64_t avg_square_sum = (int64_t)avg * (int64_t)avg * pixel_count;
    [all...]
  /external/webp/src/enc/
frame_enc.c 578 const uint64_t pixel_count = nb_mbs * 384; local
606 s->value = GetPSNR(distortion, pixel_count);
782 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; local
847 stats.value = GetPSNR(distortion, pixel_count);
  /external/libhevc/encoder/
ihevce_me_common_defs.h 500 WORD16 pixel_count; member in struct:__anon28682

Completed in 634 milliseconds