Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/dieharder/
H A D0004-Add-static-to-inline-functions.patch27 -inline int insert(double x, double *array, unsigned int startVal);
28 +static inline int insert(double x, double *array, unsigned int startVal);
36 -inline int insert(double x, double *array, unsigned int startVal) {
37 +static inline int insert(double x, double *array, unsigned int startVal) {
38 uint d = (startVal + 1) / 2;
39 uint i = startVal;
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c59 void init_zscan2raster(RK_S32 maxDepth, RK_S32 depth, RK_U32 startVal, RK_U32** curIdx) in init_zscan2raster() argument
63 (*curIdx)[0] = startVal; in init_zscan2raster()
67 init_zscan2raster(maxDepth, depth + 1, startVal, curIdx); in init_zscan2raster()
68 init_zscan2raster(maxDepth, depth + 1, startVal + step, curIdx); in init_zscan2raster()
69 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride, curIdx); in init_zscan2raster()
70 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride + step, curIdx); in init_zscan2raster()