Searched refs:num_tile_rows (Results 1 – 3 of 3) sorted by relevance
939 if (openhevc_pps->num_tile_rows != pps->num_tile_rows) { in compare_pps()1926 pps->num_tile_rows = 1; in mpp_hevc_decode_nal_pps()2027 READ_UE(gb, &pps->num_tile_rows); in mpp_hevc_decode_nal_pps()2028 pps->num_tile_rows += 1; in mpp_hevc_decode_nal_pps()2036 if (pps->num_tile_rows == 0 || in mpp_hevc_decode_nal_pps()2037 pps->num_tile_rows >= sps->height) { in mpp_hevc_decode_nal_pps()2039 pps->num_tile_rows - 1); in mpp_hevc_decode_nal_pps()2050 buf_size = pps->num_tile_rows * sizeof(RK_U32); in mpp_hevc_decode_nal_pps()2077 for (i = 0; i < pps->num_tile_rows - 1; i++) { in mpp_hevc_decode_nal_pps()2087 bufs->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum; in mpp_hevc_decode_nal_pps()[all …]
151 pp->num_tile_rows_minus1 = pps->num_tile_rows - 1; in fill_picture_parameters()157 for (i = 0; i < (RK_U32)pps->num_tile_rows; i++) in fill_picture_parameters()
321 RK_S32 num_tile_rows; ///< num_tile_rows_minus1 + 1 member