Searched refs:vp9_cat4_prob_high12 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.h | 71 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat4_prob_high12[4]);
|
D | vp9_entropy.c | 51 const vpx_prob vp9_cat4_prob_high12[] = { 176, 155, 140, 135 }; variable
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 93 cat4_prob = vp9_cat4_prob_high12; in decode_coefs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 427 {cat4_high12, vp9_cat4_prob_high12, 4, CAT4_MIN_VAL, cat4_cost}, // CAT4
|