/third_party/protobuf/benchmarks/util/ |
H A D | big_query_utils.py | 50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, 57 return create_table2(big_query, project_id, dataset_id, table_id, fields, 64 table_id, 77 return create_table2(big_query, project_id, dataset_id, table_id, fields, 84 table_id, 99 'tableId': table_id 116 print('Warning: Table %s already exists' % table_id) 118 print('Error in creating table: %s. Err: %s' % (table_id, 124 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): 134 'tableId': table_id [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegenc.c | 110 int nbits, code, table_id; in mjpeg_encode_picture_frame() local 126 table_id = m->huff_buffer[i].table_id; in mjpeg_encode_picture_frame() 130 total_bits += huff_size[table_id][code] + nbits; in mjpeg_encode_picture_frame() 137 table_id = m->huff_buffer[i].table_id; in mjpeg_encode_picture_frame() 141 put_bits(&s->pb, huff_size[table_id][code], huff_code[table_id][code]); in mjpeg_encode_picture_frame() 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...] |
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 45 put_bits(p, 4, table_id); in put_huffman_table()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_jpeg.c | 70 int table_id, const uint8_t *bits_table, in jpeg_create_huffman_table() 75 bytestream2_put_byte(p, table_class << 4 | table_id); in jpeg_create_huffman_table() 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.h | 536 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
|
H A D | accessor-assembler.cc | 2919 StubCache* stub_cache, StubCacheTable table_id, TNode<IntPtrT> entry_offset, in TryProbeStubCacheTable() 2922 StubCache::Table table = static_cast<StubCache::Table>(table_id); in TryProbeStubCacheTable() 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
|