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