Searched refs:sub_loop_counter (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h197 uint32_t sub_loop_counter; member in struct:BrotliMetablockHeaderArena
H A Ddecode.c482 uint32_t i = h->sub_loop_counter;
487 h->sub_loop_counter = i;
697 uint32_t i = h->sub_loop_counter;
710 h->sub_loop_counter = i;
759 if (!BrotliSafeReadBits(br, 2, &h->sub_loop_counter)) {
762 BROTLI_LOG_UINT(h->sub_loop_counter);
766 if (h->sub_loop_counter != 1) {
784 h->sub_loop_counter = 0;
2259 h->sub_loop_counter = 0;

Completed in 6 milliseconds