Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c606 RK_U32 bpely = tpely + (sps->m_maxCUSize >> depth) - 1; in encode_cu() local
610 if ((rpelx <= cu->tile_end_x) && (bpely <= cu->tile_end_y)) { in encode_cu()
715 RK_U32 bpely = tpely + m_nCtuSize - 1; in proc_ctu64() local
723 if ((rpelx <= cu->tile_end_x) && (bpely <= cu->tile_end_y)) in proc_ctu64()
773 RK_U32 bpely = tpely + m_nCtuSize - 1; in proc_ctu32() local
781 if ((rpelx <= cu->tile_end_x) && (bpely <= cu->tile_end_y)) in proc_ctu32()