Searched refs:token_prob (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8.h | 32 int i, uint8_t *token_prob, int16_t qmul[2]);
|
H A D | vp8_armv6.S | 69 ldrd r4, r5, [sp, #44] @ token_prob, qmul
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 1342 int i, uint8_t *token_prob, int16_t qmul[2], in decode_block_coeffs_internal() 1350 if (!vp56_rac_get_prob_branchy(&c, token_prob[0])) // DCT_EOB in decode_block_coeffs_internal() 1354 if (!vp56_rac_get_prob_branchy(&c, token_prob[1])) { // DCT_0 in decode_block_coeffs_internal() 1357 token_prob = probs[i][0]; in decode_block_coeffs_internal() 1363 if (!vp56_rac_get_prob_branchy(&c, token_prob[2])) { // DCT_1 in decode_block_coeffs_internal() 1365 token_prob = probs[i + 1][1]; in decode_block_coeffs_internal() 1367 if (!vp56_rac_get_prob_branchy(&c, token_prob[3])) { // DCT 2,3,4 in decode_block_coeffs_internal() 1368 coeff = vp56_rac_get_prob_branchy(&c, token_prob[4]); in decode_block_coeffs_internal() 1370 coeff += vp56_rac_get_prob(&c, token_prob[5]); in decode_block_coeffs_internal() 1374 if (!vp56_rac_get_prob_branchy(&c, token_prob[ in decode_block_coeffs_internal() 1340 decode_block_coeffs_internal(VP56RangeCoder *r, int16_t block[16], uint8_t probs[16][3][NUM_DCT_TOKENS - 1], int i, uint8_t *token_prob, int16_t qmul[2], const uint8_t scan[16], int vp7) decode_block_coeffs_internal() argument 1422 vp7_decode_block_coeffs_internal(VP56RangeCoder *r, int16_t block[16], uint8_t probs[16][3][NUM_DCT_TOKENS - 1], int i, uint8_t *token_prob, int16_t qmul[2], const uint8_t scan[16]) vp7_decode_block_coeffs_internal() argument 1434 vp8_decode_block_coeffs_internal(VP56RangeCoder *r, int16_t block[16], uint8_t probs[16][3][NUM_DCT_TOKENS - 1], int i, uint8_t *token_prob, int16_t qmul[2]) vp8_decode_block_coeffs_internal() argument 1464 uint8_t *token_prob = probs[i][zero_nhood]; decode_block_coeffs() local [all...] |
Completed in 4 milliseconds