Searched refs:num_tile_rows (Results 1 – 3 of 3) sorted by relevance
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()[all …]
150 pp->num_tile_rows_minus1 = pps->num_tile_rows - 1; in fill_picture_parameters()156 for (i = 0; i < (RK_U32)pps->num_tile_rows; i++) in fill_picture_parameters()
342 RK_S32 num_tile_rows; ///< num_tile_rows_minus1 + 1 member