Searched refs:pOffsetB (Results 1 – 1 of 1) sorted by relevance
376 const float *pOffsetB = pCcProfileB->ccOffsets; in SatInterpolateOffset() local385 … = f1 * pOffsetA[CAM_3CH_COLOR_COMPONENT_RED] + f2 * pOffsetB[CAM_3CH_COLOR_COMPONENT_RED]; in SatInterpolateOffset()387 … = f1 * pOffsetA[CAM_3CH_COLOR_COMPONENT_GREEN] + f2 * pOffsetB[CAM_3CH_COLOR_COMPONENT_GREEN]; in SatInterpolateOffset()389 … = f1 * pOffsetA[CAM_3CH_COLOR_COMPONENT_BLUE] + f2 * pOffsetB[CAM_3CH_COLOR_COMPONENT_BLUE]; in SatInterpolateOffset()