Lines Matching refs:num_tile_rows
955 if (openhevc_pps->num_tile_rows != pps->num_tile_rows) { in compare_pps()
1960 pps->num_tile_rows = 1; in mpp_hevc_decode_nal_pps()
2061 READ_UE(gb, &pps->num_tile_rows); in mpp_hevc_decode_nal_pps()
2062 pps->num_tile_rows += 1; in mpp_hevc_decode_nal_pps()
2070 if (pps->num_tile_rows == 0 || in mpp_hevc_decode_nal_pps()
2071 pps->num_tile_rows >= sps->height) { in mpp_hevc_decode_nal_pps()
2073 pps->num_tile_rows - 1); in mpp_hevc_decode_nal_pps()
2084 buf_size = pps->num_tile_rows * sizeof(RK_U32); in mpp_hevc_decode_nal_pps()
2111 for (i = 0; i < pps->num_tile_rows - 1; i++) { in mpp_hevc_decode_nal_pps()
2121 bufs->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum; in mpp_hevc_decode_nal_pps()
2204 buf_size = pps->num_tile_rows * sizeof(RK_U32); in mpp_hevc_decode_nal_pps()
2219 for (i = 0; i < pps->num_tile_rows; i++) { in mpp_hevc_decode_nal_pps()
2220 bufs->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows - in mpp_hevc_decode_nal_pps()
2221 (i * sps->ctb_height) / pps->num_tile_rows; in mpp_hevc_decode_nal_pps()