Searched refs:StoreVarLenUint8 (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 109 static void StoreVarLenUint8(size_t n, size_t* storage_ix, uint8_t* storage) { in StoreVarLenUint8() function 695 StoreVarLenUint8(num_clusters - 1, storage_ix, storage); in EncodeContextMap() 776 StoreVarLenUint8(num_types - 1, storage_ix, storage); in BuildAndStoreBlockSplitCode() 795 StoreVarLenUint8(num_types - 1, storage_ix, storage); in StoreTrivialContextMap()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 109 static void StoreVarLenUint8(size_t n, size_t* storage_ix, uint8_t* storage) { in StoreVarLenUint8() function 695 StoreVarLenUint8(num_clusters - 1, storage_ix, storage); in EncodeContextMap() 776 StoreVarLenUint8(num_types - 1, storage_ix, storage); in BuildAndStoreBlockSplitCode() 795 StoreVarLenUint8(num_types - 1, storage_ix, storage); in StoreTrivialContextMap()
|