Home
last modified time | relevance | path

Searched refs:tile_end_x (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()
658 if ((cu->pixelX + pos_x + 15 <= cu->tile_end_x) && in proc_cu16()
663 } else if ((cu->pixelX + pos_x > cu->tile_end_x) || in proc_cu16()
686 if ((cu->pixelX + pos_x + 31 <= cu->tile_end_x) && in proc_cu32()
691 } else if ((cu->pixelX + pos_x > cu->tile_end_x) || 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()
825 cu.tile_end_x = tile->tile_end_x; in h265e_code_skip_tile()
835 if (offset_x > tile->tile_end_x) { in h265e_code_skip_tile()
[all …]
H A Dh265e_slice.h46 RK_U32 tile_end_x; member
52 RK_U32 tile_end_x; member