Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpegparser.c421 guint8 val, table_class, table_index; in gst_jpeg_segment_parse_huffman_table() local
437 table_class = ((val >> 4) & 0x0F); in gst_jpeg_segment_parse_huffman_table()
441 if (table_class == 0) { in gst_jpeg_segment_parse_huffman_table()
/third_party/ffmpeg/libavformat/
Drtpdec_jpeg.c69 static int jpeg_create_huffman_table(PutByteContext *p, int table_class, in jpeg_create_huffman_table() argument
75 bytestream2_put_byte(p, table_class << 4 | table_id); in jpeg_create_huffman_table()
/third_party/ffmpeg/libavcodec/
Dmjpegenc_common.c38 static int put_huffman_table(PutBitContext *p, int table_class, int table_id, in put_huffman_table() argument
43 put_bits(p, 4, table_class); in put_huffman_table()