Searched refs:raster2pely (Results 1 – 3 of 3) sorted by relevance
85 void init_raster2pelxy(RK_U32 maxCUSize, RK_U32 maxDepth, RK_U32 *raster2pelx, RK_U32 *raster2pely) in init_raster2pelxy() argument90 RK_U32* tempy = &raster2pely[0]; in init_raster2pelxy()204 … init_raster2pelxy(codec->max_cu_size, maxCUDepth + 1, &sps->raster2pelx[0], &sps->raster2pely[0]); in h265e_set_sps()
538 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in code_skip_flag()581 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu()604 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu()
284 RK_U32 raster2pely[MAX_NUM_SPU_W * MAX_NUM_SPU_W]; member