Home
last modified time | relevance | path

Searched refs:pixelY (Results 1 – 2 of 2) 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()
605 RK_U32 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; in encode_cu()
628 tpely = cu->pixelY + sps->raster2pely[sps->zscan2raster[abs_part_idx]]; 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()
714 RK_U32 tpely = cu->pixelY; in proc_ctu64()
772 RK_U32 tpely = cu->pixelY; in proc_ctu32()
829 cu.pixelY = offset_y; in h265e_code_skip_tile()
[all …]
H A Dh265e_slice.h43 RK_U32 pixelY; member