Home
last modified time | relevance | path

Searched defs:xlat (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dfnmatch.c13 struct xlat { struct
26 static char *flagstr(const struct xlat *map, int flags) in flagstr() argument
/third_party/ffmpeg/libavcodec/
Dhuffman.c116 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
Dylc.c63 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
Dmvha.c57 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
Datrac3plus.c50 static av_cold void build_canonical_huff(const uint8_t *cb, const uint8_t **xlat, in build_canonical_huff()