/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 128 xlat[*pos] = s; in get_tree_codes() 133 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0, pfx, pl, in get_tree_codes() 136 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0 + 1, pfx, pl, in get_tree_codes() 146 uint8_t xlat[256]; in build_huff_tree() local 149 get_tree_codes(bits, lens, xlat, nodes, head, 0, 0, in build_huff_tree() 151 return ff_init_vlc_sparse(vlc, nb_bits, pos, lens, 2, 2, bits, 4, 4, xlat, 1, 1, 0); in build_huff_tree()
|
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 69 xlat[*pos] = s + (pl == 0); in get_tree_codes() 74 get_tree_codes(bits, lens, xlat, nodes, nodes[node].l, pfx, pl, in get_tree_codes() 77 get_tree_codes(bits, lens, xlat, nodes, nodes[node].r, pfx, pl, in get_tree_codes() 88 uint8_t xlat[256]; in build_vlc() local 146 get_tree_codes(bits, lens, xlat, nodes, cur_node - 1, 0, 0, &pos); in build_vlc() 148 return ff_init_vlc_sparse(vlc, 12, pos, lens, 2, 2, bits, 4, 4, xlat, 1, 1, 0); in build_vlc()
|
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 73 xlat[*pos] = s + (pl == 0); in get_tree_codes() 78 get_tree_codes(bits, lens, xlat, nodes, nodes[node].l, pfx, pl, in get_tree_codes() 81 get_tree_codes(bits, lens, xlat, nodes, nodes[node].r, pfx, pl, in get_tree_codes() 91 uint8_t xlat[256]; in build_vlc() local 147 get_tree_codes(bits, lens, xlat, nodes, cur_node - 1, 0, 0, &pos); in build_vlc() 150 bits, 4, 4, xlat, 1, 1, 0); in build_vlc()
|
H A D | atrac3plus.c | 46 * @param[in,out] xlat ptr to ptr to translation table 50 static av_cold void build_canonical_huff(const uint8_t *cb, const uint8_t **xlat, in build_canonical_huff() argument 70 *xlat, 1, 1, 0, INIT_VLC_USE_NEW_STATIC, NULL); in build_canonical_huff() 73 *xlat += index; in build_canonical_huff()
|
/third_party/musl/libc-test/src/functional/ |
H A D | fnmatch.c | 10 /* xlat / printflags adapted from http://www.liacs.nl/~wichert/strace/ */ 13 struct xlat { struct 26 static char *flagstr(const struct xlat *map, int flags) in flagstr()
|
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 178 xlat = {'{': r'\{', '}': r'\}', '\\': r'\textbackslash{}'} 179 return re.sub(r'[\\{}]', lambda mo: xlat[mo.group()], s)
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 680 #define XLAT CHOICE(xlat, xlat, xlat) 1393 #define XLAT xlat
|