cbp.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef _ENCODER_CBP_H_
  2. #define _ENCODER_CBP_H_
  3. #include "../portab.h"
  4. typedef uint32_t (cbpFunc)(const int16_t *codes);
  5. typedef cbpFunc* cbpFuncPtr;
  6. extern cbpFuncPtr calc_cbp;
  7. extern cbpFunc calc_cbp_c;
  8. extern cbpFunc calc_cbp_mmx;
  9. extern cbpFunc calc_cbp_ppc;
  10. extern cbpFunc calc_cbp_altivec;
  11. #endif /* _ENCODER_CBP_H_ */