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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffman.c34 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos, int no_zero_count) argument
42 xlat[*pos] = s;
47 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0, pfx, pl, pos,
50 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0+1, pfx, pl, pos,
60 uint8_t xlat[256]; local
63 get_tree_codes(bits, lens, xlat, nodes, head, 0, 0, &pos, no_zero_count);
64 return ff_init_vlc_sparse(vlc, 9, pos, lens, 2, 2, bits, 4, 4, xlat, 1, 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffman.c113 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, argument
123 xlat[*pos] = s;
128 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0, pfx, pl,
131 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0 + 1, pfx, pl,
141 uint8_t xlat[256]; local
144 get_tree_codes(bits, lens, xlat, nodes, head, 0, 0,
146 return ff_init_vlc_sparse(vlc, nb_bits, pos, lens, 2, 2, bits, 4, 4, xlat, 1, 1, 0);
H A Datrac3plus.c49 * @param[in] xlat ptr to translation table or NULL
53 static av_cold void build_canonical_huff(const uint8_t *cb, const uint8_t *xlat, argument
78 xlat, 1, 1, INIT_VLC_USE_NEW_STATIC);
200 atrac3p_spectra_tabs[i].xlat,
H A Datrac3plus_data.h1649 const uint8_t *xlat; ///< pointer to the translation table or NULL if none member in struct:Atrac3pSpecCodeTab
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwa-xfer.c1104 static int xlat[] = { local
1123 if (status >= ARRAY_SIZE(xlat)) {
1130 errno = xlat[status];

Completed in 1031 milliseconds