Home
last modified time | relevance | path

Searched refs:xlat (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhuffman.c118 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 Dmvha.c59 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 Dylc.c63 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 Datrac3plus.c46 * @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 Dfnmatch.c10 /* 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 Dhighlight.py178 xlat = {'{': r'\{', '}': r'\}', '\\': r'\textbackslash{}'}
179 return re.sub(r'[\\{}]', lambda mo: xlat[mo.group()], s)
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h680 #define XLAT CHOICE(xlat, xlat, xlat)
1393 #define XLAT xlat

Completed in 10 milliseconds