Searched refs:wrapped_last_flush_pos (Results 1 – 1 of 1) sorted by relevance
/external/brotli/c/enc/ |
D | encode.c | 553 const uint32_t wrapped_last_flush_pos = WrapPosition(last_flush_pos); in WriteMetaBlockInternal() local 572 wrapped_last_flush_pos, mask, bytes, in WriteMetaBlockInternal() 581 BrotliStoreMetaBlockFast(m, data, wrapped_last_flush_pos, in WriteMetaBlockInternal() 587 BrotliStoreMetaBlockTrivial(m, data, wrapped_last_flush_pos, in WriteMetaBlockInternal() 600 data, wrapped_last_flush_pos, bytes, mask, params->quality, in WriteMetaBlockInternal() 604 BrotliBuildMetaBlockGreedy(m, data, wrapped_last_flush_pos, mask, in WriteMetaBlockInternal() 609 BrotliBuildMetaBlock(m, data, wrapped_last_flush_pos, mask, &block_params, in WriteMetaBlockInternal() 626 BrotliStoreMetaBlock(m, data, wrapped_last_flush_pos, bytes, mask, in WriteMetaBlockInternal() 644 wrapped_last_flush_pos, mask, in WriteMetaBlockInternal()
|