Libav 0.7.1
libavcodec/arm/vp8.h
Go to the documentation of this file.
00001 
00019 #ifndef AVCODEC_ARM_VP8_H
00020 #define AVCODEC_ARM_VP8_H
00021 
00022 #if HAVE_ARMV6
00023 #define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
00024 int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, DCTELEM block[16],
00025                                  uint8_t probs[8][3][NUM_DCT_TOKENS-1],
00026                                  int i, uint8_t *token_prob, int16_t qmul[2]);
00027 #endif
00028 
00029 #endif /* AVCODEC_ARM_VP8_H */