Home
last modified time | relevance | path

Searched refs:DiracContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddiracdec.c135 typedef struct DiracContext { struct
240 } DiracContext; argument
285 static int alloc_sequence_buffers(DiracContext *s) in alloc_sequence_buffers()
323 static int alloc_buffers(DiracContext *s, int stride) in alloc_buffers()
352 static void free_sequence_buffers(DiracContext *s) in free_sequence_buffers()
388 DiracContext *s = avctx->priv_data; in dirac_decode_init()
419 DiracContext *s = avctx->priv_data; in dirac_decode_flush()
427 DiracContext *s = avctx->priv_data; in dirac_decode_end()
488 static inline int codeblock(DiracContext *s, SubBand *b, in codeblock()
598 static av_always_inline int decode_subband_internal(DiracContext *s, SubBand *b, int is_arith) in decode_subband_internal()
[all …]