Inverse DCT in coding stage

Alexander Lubyagin <[email protected]> Fri, 08 Apr 2011 16:54:36 +0400
Newsgroups gmane.comp.multimedia.ogg.theora.devel
Message-ID <[email protected]>
Why in the procedure oc_enc_block_transform_quantize() is used function oc_idct8x8()?
After all, Inverse DCT only need to decoding stage, rather than coding?