Home
last modified time | relevance | path

Searched refs:NUM_DCT_TOKENS (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp8data.h363 static const uint8_t vp8_token_default_probs[4][8][3][NUM_DCT_TOKENS - 1] = {
534 static const uint8_t vp8_token_update_probs[4][8][3][NUM_DCT_TOKENS - 1] = {
H A Dvp8.h56 NUM_DCT_TOKENS enumerator
278 uint8_t token[4][16][3][NUM_DCT_TOKENS - 1];
H A Dvp8.c443 for (l = 0; l < NUM_DCT_TOKENS-1; l++) in vp78_update_probability_tables()
1341 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in decode_block_coeffs_internal()
1424 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in vp7_decode_block_coeffs_internal()
1436 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in vp8_decode_block_coeffs_internal()
1460 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in decode_block_coeffs()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8.h31 uint8_t probs[8][3][NUM_DCT_TOKENS-1],

Completed in 7 milliseconds