Home
last modified time | relevance | path

Searched refs:num_tile_rows (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c939 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 …]
H A Dh265d_parser2_syntax.c151 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()
H A Dh265d_parser.h321 RK_S32 num_tile_rows; ///< num_tile_rows_minus1 + 1 member