AV_RN16A 594 libavcodec/h264_mb.c return AV_RN16A(mb + index); AV_RN16A 2253 libavcodec/vp9.c MERGE_CTX(2, AV_RN16A); AV_RN16A 2299 libavcodec/vp9.c MERGE_CTX(2, AV_RN16A); AV_RN16A 2493 libavcodec/vp9.c int eob = b->skip ? 0 : b->tx > TX_8X8 ? AV_RN16A(&s->eob[n]) : s->eob[n]; AV_RN16A 2522 libavcodec/vp9.c int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&s->uveob[p][n]) : s->uveob[p][n]; AV_RN16A 2779 libavcodec/vp9.c int eob = b->tx > TX_8X8 ? AV_RN16A(&s->eob[n]) : s->eob[n]; AV_RN16A 2797 libavcodec/vp9.c int eob = b->uvtx > TX_8X8 ? AV_RN16A(&s->uveob[p][n]) : s->uveob[p][n]; AV_RN16A 45 libavfilter/vf_hqdn3d.c #define LOAD(x) (((depth == 8 ? src[x] : AV_RN16A(src + (x) * 2)) << (16 - depth))\ AV_RN16A 521 libavutil/intreadwrite.h #ifndef AV_RN16A