Home
last modified time | relevance | path

Searched refs:vp9_cat6_prob_high12 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c287 { 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/
Dvp9_entropy.h73 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat6_prob_high12[18]);
Dvp9_entropy.c40 const vpx_prob vp9_cat6_prob_high12[] = { 255, 255, 255, 255, 254, 254, variable
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c96 ? vp9_cat6_prob_high12 in decode_coefs()
97 : (xd->bd == VPX_BITS_10) ? vp9_cat6_prob_high12 + 2 : in decode_coefs()