HomeSort by relevance Sort by last modified time
    Searched refs:XCAM_GAMMA_TABLE_SIZE (Results 1 - 8 of 8) sorted by null

  /external/libxcam/xcore/base/
xcam_params.h 72 /* R, G, B gamma table, size = XCAM_GAMMA_TABLE_SIZE */
74 double r_gamma [XCAM_GAMMA_TABLE_SIZE];
75 double g_gamma [XCAM_GAMMA_TABLE_SIZE];
76 double b_gamma [XCAM_GAMMA_TABLE_SIZE];
xcam_3a_result.h 92 #define XCAM_GAMMA_TABLE_SIZE 256
202 double table[XCAM_GAMMA_TABLE_SIZE];
216 double uv_gain [XCAM_GAMMA_TABLE_SIZE]; // according to Y
xcam_defs.h 92 #define XCAM_GAMMA_TABLE_SIZE 256
  /external/libxcam/modules/ocl/
cl_bayer_basic_handler.h 94 float _gamma_table[XCAM_GAMMA_TABLE_SIZE + 1];
cl_bayer_basic_handler.cpp 190 for(int i = 0; i < XCAM_GAMMA_TABLE_SIZE; i++)
192 _gamma_table[XCAM_GAMMA_TABLE_SIZE] = 0.9999f;
248 for(int i = 0; i < XCAM_GAMMA_TABLE_SIZE; i++)
332 context, sizeof(float) * (XCAM_GAMMA_TABLE_SIZE + 1),
  /external/libxcam/modules/isp/
aiq3a_utils.cpp 157 for (int i = 0; i < XCAM_GAMMA_TABLE_SIZE; i++) {
aiq_handler.cpp     [all...]
  /external/libxcam/xcore/
handler_interface.cpp 564 for (uint32_t i = 0; i < XCAM_GAMMA_TABLE_SIZE; ++i) {

Completed in 1001 milliseconds