Function brotli::enc::encode::GetHashTableInternal
source ยท fn GetHashTableInternal<'a, AllocI32: Allocator<i32>>(
mi32: &mut AllocI32,
small_table_: &'a mut [i32; 1024],
large_table_: &'a mut AllocI32::AllocatedMemory,
quality: i32,
input_size: usize,
table_size: &mut usize,
) -> &'a mut [i32]