Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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] = {
Dvp8.h56 NUM_DCT_TOKENS enumerator
278 uint8_t token[4][16][3][NUM_DCT_TOKENS - 1];
Dvp8.c439 for (l = 0; l < NUM_DCT_TOKENS-1; l++) in vp78_update_probability_tables()
1337 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in decode_block_coeffs_internal()
1420 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in vp7_decode_block_coeffs_internal()
1432 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in vp8_decode_block_coeffs_internal()
1456 uint8_t probs[16][3][NUM_DCT_TOKENS - 1], in decode_block_coeffs()
/third_party/ffmpeg/libavcodec/arm/
Dvp8.h31 uint8_t probs[8][3][NUM_DCT_TOKENS-1],