Home
last modified time | relevance | path

Searched refs:table_id (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/benchmarks/util/
H A Dbig_query_utils.py50 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 Dmjpegenc.c110 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 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
45 put_bits(p, 4, table_id); in put_huffman_table()
/third_party/ffmpeg/libavformat/
H A Drtpdec_jpeg.c70 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 Daccessor-assembler.h536 void TryProbeStubCacheTable(StubCache* stub_cache, StubCacheTable table_id,
H A Daccessor-assembler.cc2919 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

Completed in 12 milliseconds