HufDec            420 libavcodec/exr.c                                int iM, HufDec *hdecod)
HufDec            430 libavcodec/exr.c             HufDec *pl = hdecod + (c >> (l - HUF_DECBITS));
HufDec            442 libavcodec/exr.c             HufDec *pl = hdecod + (c << (HUF_DECBITS - l));
HufDec            485 libavcodec/exr.c static int huf_decode(const uint64_t *hcode, const HufDec *hdecod,
HufDec            500 libavcodec/exr.c             const HufDec pl = hdecod[(c >> (lc - HUF_DECBITS)) & HUF_DECMASK];
HufDec            538 libavcodec/exr.c         const HufDec pl = hdecod[(c << (HUF_DECBITS - lc)) & HUF_DECMASK];
HufDec            559 libavcodec/exr.c     HufDec *hdec;