Lines Matching refs:get_bits
260 x = get_bits(gb, 12);
261 y = get_bits(gb, 12);
262 clipw = get_bits(gb, 12) + 1;
263 cliph = get_bits(gb, 12) + 1;
286 int symbol = get_bits(gb, 8);
300 current_codes = get_bits(gb, av_ceil_log2(remaining_codes + 1));
343 b = get_bits(gb, 4) + 10;
348 repeat = get_bits(gb, b);
505 ctx->split_position = get_bits(&gb, 16);
507 ctx->split_position = get_bits(&gb, 12);
509 ctx->split_position = get_bits(&gb, 8) << 4;