vp8.h
Go to the documentation of this file.
1 
19 #ifndef AVCODEC_ARM_VP8_H
20 #define AVCODEC_ARM_VP8_H
21 
22 #if HAVE_ARMV6
23 #define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
24 int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, DCTELEM block[16],
25  uint8_t probs[8][3][NUM_DCT_TOKENS-1],
26  int i, uint8_t *token_prob, int16_t qmul[2]);
27 #endif
28 
29 #endif /* AVCODEC_ARM_VP8_H */