Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c550 guint8 last_scale, next_scale; in gst_h264_parser_parse_scaling_list() local
560 last_scale = 8; in gst_h264_parser_parse_scaling_list()
567 next_scale = (last_scale + delta_scale) & 0xff; in gst_h264_parser_parse_scaling_list()
574 last_scale = scaling_list[j] = in gst_h264_parser_parse_scaling_list()
575 (next_scale == 0) ? last_scale : next_scale; in gst_h264_parser_parse_scaling_list()