Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c90 RK_U32* tempx = &raster2pelx[0]; in init_raster2pelxy() local
97 tempx[0] = 0; in init_raster2pelxy()
98 tempx++; in init_raster2pelxy()
100 tempx[0] = tempx[-1] + unitSize; in init_raster2pelxy()
101 tempx++; in init_raster2pelxy()
105 memcpy(tempx, tempx - numPartInCUSize, sizeof(RK_U32) * numPartInCUSize); in init_raster2pelxy()
106 tempx += numPartInCUSize; in init_raster2pelxy()