Lines Matching refs:get_bits
46 #include "get_bits.h"
290 s->block_width = 16 * (get_bits(&gb, 4) + 1);
291 s->image_width = get_bits(&gb, 12);
292 s->block_height = 16 * (get_bits(&gb, 4) + 1);
293 s->image_height = get_bits(&gb, 12);
381 int size = get_bits(&gb, 16);
396 s->color_depth = get_bits(&gb, 2);
418 s->diff_start = get_bits(&gb, 8);
419 s->diff_height = get_bits(&gb, 8);
436 int col = get_bits(&gb, 8);
437 int row = get_bits(&gb, 8);