Searched refs:SHQContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speedhq.c | 54 typedef struct SHQContext { struct 63 } SHQContext; typedef 184 static inline int decode_alpha_block(const SHQContext *s, GetBitContext *gb, uint8_t last_alpha[16], uint8_t *dest, int linesize) in decode_alpha_block() 224 static inline int decode_dct_block(const SHQContext *s, GetBitContext *gb, int last_dc[4], int component, uint8_t *dest, int linesize) in decode_dct_block() 281 static int decode_speedhq_border(const SHQContext *s, GetBitContext *gb, AVFrame *frame, int field_number, int line_stride) in decode_speedhq_border() 354 static int decode_speedhq_field(const SHQContext *s, const uint8_t *buf, int buf_size, AVFrame *frame, int field_number, int start, int end, int line_stride) in decode_speedhq_field() 495 SHQContext * const s = avctx->priv_data; in speedhq_decode_frame() 663 SHQContext * const s = avctx->priv_data; in speedhq_decode_init() 734 .priv_data_size = sizeof(SHQContext),
|
Completed in 2 milliseconds