Searched refs:weight_src (Results 1 – 1 of 1) sorted by relevance
889 const u8 *const weight_src = IO_get_read_ptr(in, bytes); in decode_huf_table() local898 weights[i] = weight_src[i / 2] >> 4; in decode_huf_table()900 weights[i] = weight_src[i / 2] & 0xf; in decode_huf_table()