Search code examples
h.264vlcentropydecoderquantization

Entropy decoder in vlc


Where is the place with entropy decoding in VLC player source code (GitHub link)? I found a place with parsing NALs and frame-slices in VLC decoder, but I can't find any mention of entropy decoder or quantized coefficients.


Solution

  • The source code should be in ffmpeg, because VLC uses external libraries.