Home
last modified time | relevance | path

Searched refs:xNum (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/
H A Dinterpolation.cpp69 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0) in interpolation() argument
78 else if (x0 >= x[xNum - 1]) in interpolation()
80 k = y[xNum - 2]; in interpolation()
81 index = xNum - 2; in interpolation()
84 for (i = 0; i < xNum; i++) in interpolation()
H A Dinterpolation.h7 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0);