Searched refs:vp9_cat6_prob_high12 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 287 { vp9_cat6_prob_high12 + 2, 16, CAT6_MIN_VAL, 0 }, // CAT6 301 { vp9_cat6_prob_high12, 18, CAT6_MIN_VAL, 0 }, // CAT6
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.h | 73 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat6_prob_high12[18]);
|
D | vp9_entropy.c | 40 const vpx_prob vp9_cat6_prob_high12[] = { 255, 255, 255, 255, 254, 254, variable
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 96 ? vp9_cat6_prob_high12 in decode_coefs() 97 : (xd->bd == VPX_BITS_10) ? vp9_cat6_prob_high12 + 2 : in decode_coefs()
|