Home
last modified time | relevance | path

Searched refs:PicHeightInCtbsY (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c2142 pps->PicHeightInCtbsY = in gst_h265_parse_pps()
2184 pps->num_tile_rows_minus1, 0, pps->PicHeightInCtbsY - 1); in gst_h265_parse_pps()
2211 ((i + 1) * pps->PicHeightInCtbsY / num_row in gst_h265_parse_pps()
2212 - i * pps->PicHeightInCtbsY / num_row) - 1; in gst_h265_parse_pps()
2224 pps->PicHeightInCtbsY - 1; in gst_h265_parse_pps()
2477 PicSizeInCtbsY = pps->PicWidthInCtbsY * pps->PicHeightInCtbsY; in gst_h265_parser_parse_slice_hdr()
2682 offset_max = pps->PicHeightInCtbsY - 1; in gst_h265_parser_parse_slice_hdr()
2689 (pps->num_tile_columns_minus1 + 1) * pps->PicHeightInCtbsY - 1; in gst_h265_parser_parse_slice_hdr()
Dgsth265parser.h1267 guint32 PicHeightInCtbsY; member