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

  /external/libxcam/modules/isp/iq/
x3a_ciq_bnr_ee_tuning_handler.cpp 33 double table_2_0[XCAM_BNR_TABLE_SIZE] = {
43 double table_0_0_5[XCAM_BNR_TABLE_SIZE] = {
113 memcpy(bnr_config.table, table_0_0_5, XCAM_BNR_TABLE_SIZE * sizeof(double));
115 memcpy(bnr_config.table, table_2_0, XCAM_BNR_TABLE_SIZE * sizeof(double));
  /external/libxcam/modules/ocl/
cl_bayer_pipe_handler.h 33 #define XCAM_BNR_TABLE_SIZE 64
85 float _bnr_table[XCAM_BNR_TABLE_SIZE];
cl_bayer_pipe_handler.cpp 34 static const float table [XCAM_BNR_TABLE_SIZE] = {
66 memcpy(_bnr_table, table, sizeof(float)*XCAM_BNR_TABLE_SIZE);
112 for(int i = 0; i < XCAM_BNR_TABLE_SIZE; i++)
187 context, sizeof(float) * XCAM_BNR_TABLE_SIZE,
  /external/libxcam/xcore/base/
xcam_3a_result.h 95 #define XCAM_BNR_TABLE_SIZE 64
187 double table[XCAM_BNR_TABLE_SIZE];

Completed in 110 milliseconds