Searched defs:xlat (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | fnmatch.c | 13 struct xlat { struct
|
/third_party/ffmpeg/libavcodec/ |
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 146 uint8_t xlat[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 91 uint8_t xlat[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 88 uint8_t xlat[256]; in build_vlc() local
|
H A D | atrac3plus.c | 50 static av_cold void build_canonical_huff(const uint8_t *cb, const uint8_t **xlat, in build_canonical_huff() argument
|
Completed in 5 milliseconds