Searched refs:esc_len (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/ |
D | win_iconv.c | 1698 int esc_len; member 1729 int esc_len; in iso2022jp_mbtowc() local 1738 esc_len = iesc[i].esc_len; in iso2022jp_mbtowc() 1739 if (bufsize < esc_len) in iso2022jp_mbtowc() 1746 if (strncmp((char *)buf, iesc[i].esc, esc_len) == 0) in iso2022jp_mbtowc() 1750 return esc_len; in iso2022jp_mbtowc() 1786 esc_len = iesc[cs].esc_len; in iso2022jp_mbtowc() 1787 memcpy(tmp, iesc[cs].esc, esc_len); in iso2022jp_mbtowc() 1790 memcpy(tmp + esc_len, iso2022_SO_seq, 1); in iso2022jp_mbtowc() 1791 esc_len += 1; in iso2022jp_mbtowc() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | golomb.h | 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() [all …]
|
D | wmaprodec.c | 235 int8_t esc_len; ///< length of escaped coefficients member 995 s->subframe_len, s->esc_len, 0); in decode_coeffs() 1256 s->esc_len = av_log2(s->subframe_len - 1) + 1; in decode_subframe()
|