Home
last modified time | relevance | path

Searched defs:table_id (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmjpegenc.h51 uint8_t table_id; ///< The Huffman table id associated with the data. member
H A Dmjpegenc_common.c39 static int put_huffman_table(PutBitContext *p, int table_class, int table_id, in put_huffman_table() argument
H A Dmjpegenc.c110 int nbits, code, table_id; in mjpeg_encode_picture_frame() local
173 int table_id = m->huff_buffer[i].table_id; in mjpeg_build_optimal_huffman() local
379 ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code) ff_mjpeg_encode_code() argument
394 ff_mjpeg_encode_coef(MJpegContext *s, uint8_t table_id, int val, int run) ff_mjpeg_encode_coef() argument
424 int i, j, table_id; record_block() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtpdec_jpeg.c69 jpeg_create_huffman_table(PutByteContext *p, int table_class, int table_id, const uint8_t *bits_table, const uint8_t *value_table) jpeg_create_huffman_table() argument
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2918 TryProbeStubCacheTable( StubCache* stub_cache, StubCacheTable table_id, TNode<IntPtrT> entry_offset, TNode<Object> name, TNode<Map> map, Label* if_handler, TVariable<MaybeObject>* var_handler, Label* if_miss) TryProbeStubCacheTable() argument

Completed in 12 milliseconds