Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c538 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in code_skip_flag() local
544 } else if ((tpely == 0) || (tpelx == 0)) { in code_skip_flag()
581 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu() local
582 RK_U32 bpely = tpely + (sps->m_maxCUSize >> depth) - 1; in encode_cu()
604 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu()
605 if ((lpelx < sps->m_picWidthInLumaSamples) && (tpely < sps->m_picHeightInLumaSamples)) { in encode_cu()
700 RK_U32 tpely = cu->pixelY; in proc_ctu() local
701 RK_U32 bpely = tpely + 63; in proc_ctu()