Home
last modified time | relevance | path

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

/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() function
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()
202 init_zscan2raster(maxCUDepth + 1, 1, 0, &tmp ); in h265e_set_sps()