Searched refs:NUM_DCT_TOKENS (Results 1 – 4 of 4) sorted by relevance
363 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] = {
56 NUM_DCT_TOKENS enumerator278 uint8_t token[4][16][3][NUM_DCT_TOKENS - 1];
439 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()
31 uint8_t probs[8][3][NUM_DCT_TOKENS-1],