Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c75 void init_raster2zscan(RK_U32 maxCUSize, RK_U32 maxDepth, RK_U32 *raster2zscan, RK_U32 *zscan2raste… in init_raster2zscan() argument
82 raster2zscan[zscan2raster[i]] = i; in init_raster2zscan()
225 …init_raster2zscan(codec->max_cu_size, maxCUDepth + 1, &sps->raster2zscan[0], &sps->zscan2raster[0]… in h265e_set_sps()
H A Dh265e_slice.h301 RK_U32 raster2zscan[MAX_NUM_SPU_W * MAX_NUM_SPU_W]; member