Searched refs:BROTLI_SWAP (Results 1 – 6 of 6) sorted by relevance
/external/brotli/c/enc/ |
D | bit_cost_inc.h | 59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
|
D | metablock_inc.h | 143 BROTLI_SWAP(size_t, self->last_histogram_ix_, 0, 1); in FN()
|
D | brotli_bit_stream.c | 273 BROTLI_SWAP(size_t, symbols, j, i); in StoreSimpleHuffmanTree() 532 BROTLI_SWAP(size_t, symbols, j, i); in BrotliBuildAndStoreHuffmanTreeFast()
|
D | metablock.c | 470 BROTLI_SWAP(size_t, self->last_histogram_ix_, 0, 1); in ContextBlockSplitterFinishBlock()
|
D | backward_references_hq.c | 292 BROTLI_SWAP(PosData, q, offset & 7, (offset + 1) & 7); in StartPosQueuePush()
|
/external/brotli/c/common/ |
D | platform.h | 520 #define BROTLI_SWAP(T, A, I, J) { \ in BROTLI_MIN_MAX() macro
|