21 |
void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff); |
void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff); |
22 |
void get_inter_block(Bitstream * bs, int16_t * block); |
void get_inter_block(Bitstream * bs, int16_t * block); |
23 |
|
|
24 |
|
void MBCodingBVOP(const MACROBLOCK * mb, |
25 |
|
const int16_t qcoeff[6*64], |
26 |
|
const int16_t fcode, |
27 |
|
const int16_t bcode, |
28 |
|
Bitstream * bs, |
29 |
|
Statistics * pStat); |
30 |
|
|
31 |
#endif /* _MB_CODING_H_ */ |
#endif /* _MB_CODING_H_ */ |