Home
last modified time | relevance | path

Searched refs:decode_subband_internal (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c599 static av_always_inline int decode_subband_internal(DiracContext *s, SubBand *b, int is_arith) in decode_subband_internal() function
644 return decode_subband_internal(s, b, 1); in decode_subband_arith()
651 return decode_subband_internal(s, *b, 0); in decode_subband_golomb()

Completed in 5 milliseconds