DCT
DCT, IDCT, Quantization, DeQuantization operation code 경희대학교 실감미디어 시스템 과제결과를 바탕으로 작성한 코드입니다. 작성자 : 정철현
해당 코드는 DCT, IDCT, Quantization, De-Quantization 동작을 지원하는 Dct Class Code를 포함합니다. 또한 해당 코드는 8x8 마크로 블록에서의 연산만을 가정하고 작성되었고, 만약에 이와 다른 크기의 마크로 블록을 계산해보고 싶다면 해당 사이즈에 맞는 Quantization table을 따로 준비해주셔야합니다.
This code is based on kyunghee univ immersive system assignment, Writer : Cheol Hyeon Jeong
This code has Dct Class which is supporting DCT, IDCT, Quantization, De-Quantization Operation And, this cod is made for 8x8 macro block so, if you want to try antoer size macroblock You should prepare another Quantization table