HufDec            399 libavcodec/exr.c                                int iM, HufDec *hdecod)
HufDec            409 libavcodec/exr.c             HufDec *pl = hdecod + (c >> (l - HUF_DECBITS));
HufDec            421 libavcodec/exr.c             HufDec *pl = hdecod + (c << (HUF_DECBITS - l));
HufDec            464 libavcodec/exr.c static int huf_decode(const uint64_t *hcode, const HufDec *hdecod,
HufDec            480 libavcodec/exr.c             const HufDec pl = hdecod[(c >> (lc - HUF_DECBITS)) & HUF_DECMASK];
HufDec            518 libavcodec/exr.c         const HufDec pl = hdecod[(c << (HUF_DECBITS - lc)) & HUF_DECMASK];
HufDec            539 libavcodec/exr.c     HufDec *hdec;