Lines Matching defs:VLCcode
89 typedef struct VLCcode {
95 } VLCcode;
98 VLCcode **buf, int flags)
109 *buf = av_malloc_array(nb_codes, sizeof(VLCcode));
119 const VLCcode *sa = a, *sb = b;
135 * Sorting by VLCcode.code is sufficient, though not necessary.
138 VLCcode *codes, int flags)
228 static int vlc_common_end(VLC *vlc, int nb_bits, int nb_codes, VLCcode *codes,
229 int flags, VLCcode localbuf[LOCALBUF_ELEMS])
278 VLCcode localbuf[LOCALBUF_ELEMS], *buf = localbuf;
320 AV_QSORT(buf, j, struct VLCcode, compare_vlcspec);
333 VLCcode localbuf[LOCALBUF_ELEMS], *buf = localbuf;