Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c562 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in code_skip_flag() local
568 } else if ((tpely == 0) || (tpelx == cu->tile_start_x)) { in code_skip_flag()
605 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu() local
606 RK_U32 bpely = tpely + (sps->m_maxCUSize >> depth) - 1; in encode_cu()
628 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu()
629 if ((lpelx <= cu->tile_end_x) && (tpely <= cu->tile_end_y)) { in encode_cu()
714 RK_U32 tpely = cu->pixelY; in proc_ctu64() local
715 RK_U32 bpely = tpely + m_nCtuSize - 1; in proc_ctu64()
772 RK_U32 tpely = cu->pixelY; in proc_ctu32() local
773 RK_U32 bpely = tpely + m_nCtuSize - 1; in proc_ctu32()