--- mbcoding.h 2003/09/10 22:18:59 1.11.2.5 +++ mbcoding.h 2003/10/03 16:57:55 1.11.2.7 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: mbcoding.h,v 1.11.2.5 2003/09/10 22:18:59 edgomez Exp $ + * $Id: mbcoding.h,v 1.11.2.7 2003/10/03 16:57:55 edgomez Exp $ * ****************************************************************************/ @@ -59,13 +59,13 @@ int direction); -void MBCodingBVOP(const MACROBLOCK * mb, +void MBCodingBVOP(const FRAMEINFO * const frame, + const MACROBLOCK * mb, const int16_t qcoeff[6 * 64], const int32_t fcode, const int32_t bcode, Bitstream * bs, - Statistics * pStat, - int alternate_scan); + Statistics * pStat); static __inline void @@ -74,13 +74,7 @@ BitstreamPutBit(bs, 1); /* not coded */ } - -#ifdef BIGLUT -extern VLC *intra_table; -int CodeCoeff_CalcBits(const int16_t qcoeff[64], VLC * table, const uint16_t * zigzag, uint16_t intra); -#else int CodeCoeffIntra_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag); int CodeCoeffInter_CalcBits(const int16_t qcoeff[64], const uint16_t * zigzag); -#endif #endif /* _MB_CODING_H_ */