Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c610 if ((rpelx <= cu->tile_end_x) && (bpely <= cu->tile_end_y)) { in encode_cu()
629 if ((lpelx <= cu->tile_end_x) && (tpely <= cu->tile_end_y)) { in encode_cu()
659 (cu->pixelY + pos_y + 15 <= cu->tile_end_y)) { in proc_cu16()
664 (cu->pixelY + pos_y > cu->tile_end_y)) { in proc_cu16()
687 (cu->pixelY + pos_y + 31 <= cu->tile_end_y)) { in proc_cu32()
692 (cu->pixelY + pos_y > cu->tile_end_y)) { in proc_cu32()
723 if ((rpelx <= cu->tile_end_x) && (bpely <= cu->tile_end_y)) in proc_ctu64()
781 if ((rpelx <= cu->tile_end_x) && (bpely <= cu->tile_end_y)) in proc_ctu32()
826 cu.tile_end_y = tile->tile_end_y; in h265e_code_skip_tile()
871 tile.tile_end_y = sps->m_picHeightInLumaSamples - 1; in h265e_code_slice_skip_frame()
H A Dh265e_slice.h47 RK_U32 tile_end_y; member
54 RK_U32 tile_end_y; member