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

  /external/libxcam/modules/ocl/
cl_3a_stats_context.cpp 128 void debug_print_3a_stats (XCam3AStats *stats_ptr)
132 printf ("********frame(%d) debug 3a stats(%dbits) \n", frames, stats_ptr->info.bit_depth);
136 printf ("%4d ", stats_ptr->stats[y * stats_ptr->info.aligned_width + x].avg_y);
149 DUMP_STATS (r, stats_ptr->info.width, stats_ptr->info.height,
150 stats_ptr->info.aligned_width, stats_ptr->stats);
151 DUMP_STATS (gr, stats_ptr->info.width, stats_ptr->info.height
192 XCam3AStats *stats_ptr = NULL; local
    [all...]
cl_tonemapping_handler.cpp 133 XCam3AStats *stats_ptr = stats->get_stats (); local
134 XCAM_ASSERT (stats_ptr);
136 int pixel_totalnum = stats_ptr->info.aligned_width * stats_ptr->info.aligned_height;
138 int hist_bin_count = 1 << stats_ptr->info.bit_depth;
150 pixel_num += stats_ptr->hist_y[i];
163 cumulative_value += i * stats_ptr->hist_y[i];
183 y_target = y_target / pow(2, stats_ptr->info.bit_depth - 8);
184 y_max = y_max / pow(2, stats_ptr->info.bit_depth - 8);
cl_newtonemapping_handler.cpp 296 XCam3AStats *stats_ptr = stats->get_stats (); local
298 ERROR, stats_ptr, XCAM_RETURN_ERROR_MEM,
302 int width_per_block = stats_ptr->info.width / block_factor;
303 int height_per_block = stats_ptr->info.height / block_factor;
304 int height_last_block = height_per_block + stats_ptr->info.height % block_factor;
305 int hist_bin_count = 1 << stats_ptr->info.bit_depth;
315 int start_index = block_row * height_per_block * stats_ptr->info.width + block_col * width_per_block;
332 int y = stats_ptr->stats[start_index + i * stats_ptr->info.width + j].avg_y;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_ppp.h 133 #define stats_ptr b.ifr_ifru.ifru_data macro
  /external/ppp/pppd/include/net/
ppp_defs.h 136 #define stats_ptr b.ifr_ifru.ifru_data macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ppp.h 128 #define stats_ptr b.ifr_ifru.ifru_data macro

Completed in 108 milliseconds