Searched defs:xlat (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
D | fnmatch.c | 13 struct xlat { struct 26 static char *flagstr(const struct xlat *map, int flags) in flagstr() argument
|
/third_party/ffmpeg/libavcodec/ |
D | huffman.c | 116 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() 144 uint8_t xlat[256]; in build_huff_tree() local
|
D | ylc.c | 63 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() 91 uint8_t xlat[256]; in build_vlc() local
|
D | mvha.c | 57 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, in get_tree_codes() 86 uint8_t xlat[256]; in build_vlc() local
|
D | atrac3plus.c | 50 static av_cold void build_canonical_huff(const uint8_t *cb, const uint8_t **xlat, in build_canonical_huff()
|