ASV1Context        85 libavcodec/asv.c     ASV1Context *const a = avctx->priv_data;
ASV1Context        46 libavcodec/asvdec.c static av_cold void init_vlcs(ASV1Context *a)
ASV1Context        97 libavcodec/asvdec.c static inline int asv1_decode_block(ASV1Context *a, int16_t block[64])
ASV1Context       128 libavcodec/asvdec.c static inline int asv2_decode_block(ASV1Context *a, int16_t block[64])
ASV1Context       164 libavcodec/asvdec.c static inline int decode_mb(ASV1Context *a, int16_t block[6][64])
ASV1Context       184 libavcodec/asvdec.c static inline void idct_put(ASV1Context *a, AVFrame *frame, int mb_x, int mb_y)
ASV1Context       207 libavcodec/asvdec.c     ASV1Context *const a = avctx->priv_data;
ASV1Context       272 libavcodec/asvdec.c     ASV1Context *const a = avctx->priv_data;
ASV1Context       307 libavcodec/asvdec.c     ASV1Context *const a = avctx->priv_data;
ASV1Context       321 libavcodec/asvdec.c     .priv_data_size = sizeof(ASV1Context),
ASV1Context       335 libavcodec/asvdec.c     .priv_data_size = sizeof(ASV1Context),
ASV1Context        55 libavcodec/asvenc.c static inline void asv2_put_level(ASV1Context *a, PutBitContext *pb, int level)
ASV1Context        71 libavcodec/asvenc.c static inline void asv1_encode_block(ASV1Context *a, int16_t block[64])
ASV1Context       117 libavcodec/asvenc.c static inline void asv2_encode_block(ASV1Context *a, int16_t block[64])
ASV1Context       172 libavcodec/asvenc.c static inline int encode_mb(ASV1Context *a, int16_t block[6][64])
ASV1Context       192 libavcodec/asvenc.c static inline void dct_get(ASV1Context *a, const AVFrame *frame,
ASV1Context       221 libavcodec/asvenc.c     ASV1Context *const a = avctx->priv_data;
ASV1Context       321 libavcodec/asvenc.c     ASV1Context *const a = avctx->priv_data;
ASV1Context       359 libavcodec/asvenc.c     .priv_data_size = sizeof(ASV1Context),
ASV1Context       373 libavcodec/asvenc.c     .priv_data_size = sizeof(ASV1Context),