Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c60 void init_zscan2raster(RK_S32 maxDepth, RK_S32 depth, RK_U32 startVal, RK_U32** curIdx) in init_zscan2raster() argument
64 (*curIdx)[0] = startVal; in init_zscan2raster()
68 init_zscan2raster(maxDepth, depth + 1, startVal, curIdx); in init_zscan2raster()
69 init_zscan2raster(maxDepth, depth + 1, startVal + step, curIdx); in init_zscan2raster()
70 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride, curIdx); in init_zscan2raster()
71 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride + step, curIdx); in init_zscan2raster()