Beispiel #1
0
  //
  // First time usage: Collect all the information for decoding.
  // May throw on out of memory situations.
  virtual void PrepareForDecoding(void)
  {
#if ACCUSOFT_CODE
    BuildCommon();
    m_pHighPass->PrepareForDecoding();
    m_pLowPass->PrepareForDecoding();
#endif
  }
Beispiel #2
0
 //
 // First time usage: Collect all the information for decoding.
 // May throw on out of memory situations.
 virtual void PrepareForDecoding(void)
 {
   BuildCommon();
 }
Beispiel #3
0
 // 
 // First time usage: Collect all the information for encoding.
 // May throw on out of memory situations
 virtual void PrepareForEncoding(void)
 {
   BuildCommon();
   BlockBuffer::ResetToStartOfScan(NULL);
 }