Lines Matching refs:get_bits
27 #include "get_bits.h"
110 w = get_bits(gb, bits_len) + 1;
111 h = get_bits(gb, bits_len) + 1;
113 color = get_bits(gb, 15);
155 mp->codes[0].delta = get_bits(gb, 4);
160 mp->max_codes_bits = get_bits(gb, 4);
162 mp->codes[i].delta = get_bits(gb, 4);
305 count1 = get_bits(&gb, 12);
306 count2 = get_bits(&gb, 12);
311 mp->codes_count = get_bits(&gb, 4);
316 *(uint16_t *)mp->frame->data[0] = get_bits(&gb, 15);
322 sz = get_bits(&gb, 18);
324 sz += get_bits(&gb, 18);