Searched refs:vp9_cat5_prob_high10 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.h | 66 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat5_prob_high10[5]);
|
D | vp9_entropy.c | 43 const vpx_prob vp9_cat5_prob_high10[] = { 180, 157, 141, 134, 130 }; variable
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 87 cat5_prob = vp9_cat5_prob_high10; in decode_coefs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 387 {vp9_cat5_prob_high10, 5, CAT5_MIN_VAL, cat5_cost}, // CAT5
|