Lines Matching refs:esc_len
377 int esc_len) in get_ur_golomb() argument
395 buf = get_bits_long(gb, esc_len); in get_ur_golomb()
417 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb()
419 LAST_SKIP_BITS(re, gb, esc_len); in get_ur_golomb()
431 int esc_len) in get_ur_golomb_jpegls() argument
458 buf = get_bits_long(gb, esc_len); in get_ur_golomb_jpegls()
515 buf = SHOW_UBITS(re, gb, esc_len); in get_ur_golomb_jpegls()
516 LAST_SKIP_BITS(re, gb, esc_len); in get_ur_golomb_jpegls()
532 int esc_len) in get_sr_golomb() argument
534 unsigned v = get_ur_golomb(gb, k, limit, esc_len); in get_sr_golomb()
542 int esc_len) in get_sr_golomb_flac() argument
544 unsigned v = get_ur_golomb_jpegls(gb, k, limit, esc_len); in get_sr_golomb_flac()
679 int esc_len) in set_ur_golomb() argument
689 put_bits(pb, limit + esc_len, i - limit + 1); in set_ur_golomb()
696 int limit, int esc_len) in set_ur_golomb_jpegls() argument
717 put_bits(pb, esc_len, i - 1); in set_ur_golomb_jpegls()
725 int esc_len) in set_sr_golomb() argument
732 set_ur_golomb(pb, v, k, limit, esc_len); in set_sr_golomb()
739 int limit, int esc_len) in set_sr_golomb_flac() argument
746 set_ur_golomb_jpegls(pb, v, k, limit, esc_len); in set_sr_golomb_flac()