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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_jpeg.c83 static int jpeg_create_huffman_table(PutByteContext *p, int table_class, argument
89 bytestream2_put_byte(p, table_class << 4 | table_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegenc.c85 /* table_class: 0 = DC coef, 1 = AC coefs */
86 static int put_huffman_table(MpegEncContext *s, int table_class, int table_id, argument
92 put_bits(p, 4, table_class);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegenc_common.c36 /* table_class: 0 = DC coef, 1 = AC coefs */
37 static int put_huffman_table(PutBitContext *p, int table_class, int table_id, argument
42 put_bits(p, 4, table_class);

Completed in 94 milliseconds