Lines Matching refs:tile_end_x
610 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()
878 tile.tile_end_x = tile.tile_start_x + in h265e_code_slice_skip_frame()
881 tile.tile_end_x = sps->m_picWidthInLumaSamples - 1; in h265e_code_slice_skip_frame()
891 tile.tile_end_x = sps->m_picWidthInLumaSamples - 1; in h265e_code_slice_skip_frame()