Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpegparser.c444 huf_table = &huff_tables->ac_tables[table_index]; in gst_jpeg_segment_parse_huffman_table()
626 build_huffman_table (&huf_tables->ac_tables[0], default_luminance_ac_table, in gst_jpeg_get_default_huffman_tables()
628 build_huffman_table (&huf_tables->ac_tables[1], default_chrominance_ac_table, in gst_jpeg_get_default_huffman_tables()
630 memcpy (&huf_tables->ac_tables[2], &huf_tables->ac_tables[1], in gst_jpeg_get_default_huffman_tables()
631 sizeof (huf_tables->ac_tables[2])); in gst_jpeg_get_default_huffman_tables()
Dgstjpegparser.h274 GstJpegHuffmanTable ac_tables[GST_JPEG_MAX_SCAN_COMPONENTS]; member