Searched refs:init_zscan2raster (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 60 void init_zscan2raster(RK_S32 maxDepth, RK_S32 depth, RK_U32 startVal, RK_U32** curIdx) in init_zscan2raster() function 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() 224 init_zscan2raster(maxCUDepth + 1, 1, 0, &tmp ); in h265e_set_sps()
|