Searched refs:root_table (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_utils.c | 80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in BuildHuffmanTable() argument 83 HuffmanCode* table = root_table; // next available space in table in BuildHuffmanTable() 94 assert(root_table != NULL); in BuildHuffmanTable() 180 root_table[low].bits = (uint8_t)(table_bits + root_bits); in BuildHuffmanTable() 181 root_table[low].value = (uint16_t)((table - root_table) - low); in BuildHuffmanTable() 205 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in VP8LBuildHuffmanTable() argument 212 total_size = BuildHuffmanTable(root_table, root_bits, in VP8LBuildHuffmanTable() 218 total_size = BuildHuffmanTable(root_table, root_bits, in VP8LBuildHuffmanTable()
|
A D | huffman_utils.h | 81 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | json_to_fb.cc | 68 auto root_table = schema->root_table(); in main() local 83 fbb, *schema, *root_table, *flatbuffers::GetAnyRoot(buffer), true); in main()
|
Completed in 5 milliseconds