HuffEntry          79 libavcodec/magicyuv.c     const HuffEntry *aa = a, *bb = b;
HuffEntry          85 libavcodec/magicyuv.c     const HuffEntry *aa = a, *bb = b;
HuffEntry          91 libavcodec/magicyuv.c     const HuffEntry *aa = a, *bb = b;
HuffEntry          97 libavcodec/magicyuv.c     HuffEntry he[1024];
HuffEntry         110 libavcodec/magicyuv.c     AV_QSORT(he, 1024, HuffEntry, huff_cmp_len10);
HuffEntry         129 libavcodec/magicyuv.c     HuffEntry he[4096];
HuffEntry         142 libavcodec/magicyuv.c     AV_QSORT(he, 4096, HuffEntry, huff_cmp_len12);
HuffEntry         161 libavcodec/magicyuv.c     HuffEntry he[256];
HuffEntry         174 libavcodec/magicyuv.c     AV_QSORT(he, 256, HuffEntry, huff_cmp_len);
HuffEntry          68 libavcodec/magicyuvenc.c     HuffEntry            he[4][256];
HuffEntry         250 libavcodec/magicyuvenc.c     const HuffEntry *aa = a, *bb = b;
HuffEntry         256 libavcodec/magicyuvenc.c     const HuffEntry *aa = a, *bb = b;
HuffEntry         260 libavcodec/magicyuvenc.c static void calculate_codes(HuffEntry *he)
HuffEntry         265 libavcodec/magicyuvenc.c     AV_QSORT(he, 256, HuffEntry, magy_huff_cmp_len);
HuffEntry         273 libavcodec/magicyuvenc.c     AV_QSORT(he, 256, HuffEntry, huff_cmp_sym);
HuffEntry         303 libavcodec/magicyuvenc.c static void magy_huffman_compute_bits(PTable *prob_table, HuffEntry *distincts,
HuffEntry         366 libavcodec/magicyuvenc.c                         PutBitContext *pb, HuffEntry *he)
HuffEntry         391 libavcodec/magicyuvenc.c                         int width, int height, HuffEntry *he, int prediction)
HuffEntry          39 libavcodec/utvideo.c     const HuffEntry *aa = a, *bb = b;
HuffEntry          45 libavcodec/utvideo.c     const HuffEntry *aa = a, *bb = b;
HuffEntry          46 libavcodec/utvideodec.c     HuffEntry he[1024];
HuffEntry          90 libavcodec/utvideodec.c     HuffEntry he[256];
HuffEntry          43 libavcodec/utvideoenc.c     const HuffEntry *aa = a, *bb = b;
HuffEntry         338 libavcodec/utvideoenc.c static void calculate_codes(HuffEntry *he)
HuffEntry         360 libavcodec/utvideoenc.c                             int width, int height, HuffEntry *he)
HuffEntry         399 libavcodec/utvideoenc.c     HuffEntry he[256];