Searched defs:table_id (Results 1 - 5 of 5) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegenc.h | 51 uint8_t table_id; ///< The Huffman table id associated with the data. member
|
| H A D | mjpegenc_common.c | 39 static int put_huffman_table(PutBitContext *p, int table_class, int table_id, in put_huffman_table() argument
|
| H A D | mjpegenc.c | 110 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 D | rtpdec_jpeg.c | 69 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 D | accessor-assembler.cc | 2918 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