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

  /external/libxcam/modules/isp/
aiq3a_utils.cpp 35 uint32_t color_count = (from_info.grid_pixel_size / 2) * (from_info.grid_pixel_size / 2); local
42 from->stats [i * from_info.aligned_width + j].avg_y * color_count;
44 from->stats [i * from_info.aligned_width + j].avg_gr * color_count;
46 from->stats [i * from_info.aligned_width + j].avg_r * color_count;
48 from->stats [i * from_info.aligned_width + j].avg_b * color_count;
50 from->stats [i * from_info.aligned_width + j].avg_gb * color_count;
  /external/libpng/contrib/tools/
genpng.c 109 #define color_count ((sizeof colors)/(sizeof colors[0])) macro
114 int icolor = color_count;
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 96 int color_count = kSingleColorPerPatch; local
98 color_count = kQuadColorsPerPatch;
110 color_count -= 2;
126 nBits *= color_count;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h 1217 uint32_t color_count; member in struct:radv_subpass
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h 1761 uint32_t color_count; member in struct:anv_subpass
    [all...]

Completed in 401 milliseconds