Searched refs:ASV1Context (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | asvdec.c | 109 static inline int asv1_decode_block(ASV1Context *a, int16_t block[64]) in asv1_decode_block() 140 static inline int asv2_decode_block(ASV1Context *a, int16_t block[64]) in asv2_decode_block() 176 static inline int decode_mb(ASV1Context *a, int16_t block[6][64]) in decode_mb() 196 static inline void idct_put(ASV1Context *a, AVFrame *frame, int mb_x, int mb_y) in idct_put() 219 ASV1Context *const a = avctx->priv_data; in decode_frame() 286 ASV1Context *const a = avctx->priv_data; in decode_init() 322 ASV1Context *const a = avctx->priv_data; in decode_end() 336 .priv_data_size = sizeof(ASV1Context), 351 .priv_data_size = sizeof(ASV1Context),
|
H A D | asvenc.c | 52 static inline void asv2_put_level(ASV1Context *a, PutBitContext *pb, int level) in asv2_put_level() 68 static inline void asv1_encode_block(ASV1Context *a, int16_t block[64]) in asv1_encode_block() 114 static inline void asv2_encode_block(ASV1Context *a, int16_t block[64]) in asv2_encode_block() 169 static inline int encode_mb(ASV1Context *a, int16_t block[6][64]) in encode_mb() 186 static inline void dct_get(ASV1Context *a, const AVFrame *frame, in dct_get() 215 ASV1Context *const a = avctx->priv_data; in encode_frame() 311 ASV1Context *const a = avctx->priv_data; in encode_init() 351 .priv_data_size = sizeof(ASV1Context), 366 .priv_data_size = sizeof(ASV1Context),
|
H A D | asv.h | 42 typedef struct ASV1Context { struct 62 } ASV1Context; typedef
|
H A D | asv.c | 91 ASV1Context *const a = avctx->priv_data; in ff_asv_common_init()
|
Completed in 3 milliseconds