/third_party/ffmpeg/libavcodec/ |
H A D | sheervideodata.h | 28 uint8_t lens[2 * 15]; member
|
H A D | huffman.c | 118 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() argument 145 int16_t lens[256]; in build_huff_tree() local
|
H A D | ylc.c | 63 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() argument 90 int16_t lens[256]; in build_vlc() local
|
H A D | mvha.c | 59 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() argument 87 int16_t lens[256]; in build_vlc() local
|
H A D | sheervideo.c | 1783 uint8_t lens[1024]; in build_vlc() local
|
H A D | vlc.c | 328 ff_init_vlc_from_lengths(VLC *vlc, int nb_bits, int nb_codes, const int8_t *lens, int lens_wrap, const void *symbols, int symbols_wrap, int symbols_size, int offset, int flags, void *logctx) ff_init_vlc_from_lengths() argument
|
H A D | h264_refs.c | 142 int lens[2]; in h264_initialise_ref_list() local
|
H A D | rv10.c | 324 uint8_t lens[MAX_VLC_ENTRIES]; in rv10_build_vlc() local
|
H A D | tscc2.c | 56 tscc2_init_vlc(VLC *vlc, int *offset, int nb_codes, const uint8_t *lens, const void *syms, int sym_length) tscc2_init_vlc() argument
|
/third_party/musl/src/network/ |
H A D | dn_comp.c | 23 static int getlens(unsigned char *lens, const char *s, int l) in getlens() argument 60 unsigned char lens[127]; in dn_comp() local 36 match(int *offset, const unsigned char *base, const unsigned char *dn, const char *end, const unsigned char *lens, int nlen) match() argument
|
/third_party/zlib/contrib/infback9/ |
H A D | inflate9.h | 44 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
H A D | inftree9.c | 32 int inflate_table9(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table9() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestStreaming.java | 34 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestStreaming.java | 37 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase() argument
|
/third_party/toybox/toys/posix/ |
H A D | getconf.c | 194 int i, j, lens[] = {ARRAY_LEN(sysconfs), ARRAY_LEN(pathconfs), in getconf_main() local
|
/third_party/node/deps/zlib/ |
H A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() argument [all...] |
H A D | inflate.h | 120 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/third_party/zlib/ |
H A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ulistfmttest.c | 265 const int32_t lens[] = {1, 0}; in TestUList21871_A() local 313 const int32_t lens[] = {0, 1}; in TestUList21871_B() local
|
/third_party/zlib/contrib/puff/ |
H A D | puff.c | 443 static const short lens[29] = { /* Size base for length codes 257..285 */ in codes() local
|
/third_party/zlib/test/ |
H A D | infcover.c | 622 unsigned short lens[16], work[16]; in cover_trees() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lensfun.c | 89 lfLens *lens; member [all...] |
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 429 int32_t lens [DAY_COUNT]; in print_month() local 547 int32_t lens [DAY_COUNT]; in print_year() local [all...] |
/third_party/libsnd/src/ |
H A D | ogg_vorbis.c | 620 vorbis_read_sample (SF_PRIVATE *psf, void *ptr, sf_count_t lens, convert_func *transfn) in vorbis_read_sample() argument 669 vorbis_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t lens) in vorbis_read_s() argument 674 vorbis_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t lens) in vorbis_read_i() argument 679 vorbis_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t lens) in vorbis_read_f() argument 684 vorbis_read_d (SF_PRIVATE *psf, double *ptr, sf_count_t lens) in vorbis_read_d() argument 732 vorbis_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t lens) vorbis_write_s() argument 749 vorbis_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t lens) vorbis_write_i() argument 765 vorbis_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t lens) vorbis_write_f() argument 781 vorbis_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t lens) vorbis_write_d() argument [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.h | 120 unsigned short lens[320]; /* temporary storage for code lengths */ member
|