Home
last modified time | relevance | path

Searched refs:table_class (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A 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/
H A Dmjpegenc_common.c38 /* table_class: 0 = DC coef, 1 = AC coefs */
39 static int put_huffman_table(PutBitContext *p, int table_class, int table_id, in put_huffman_table() argument
44 put_bits(p, 4, table_class); in put_huffman_table()

Completed in 2 milliseconds