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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c613 size_t mtf_size = max_value + 1; local in function:MoveToFrontTransform
615 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]);
616 BROTLI_DCHECK(index < mtf_size);

Completed in 4 milliseconds