Home
last modified time | relevance | path

Searched refs:CAT2_MIN_VAL (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c395 {cat2, vp9_cat2_prob, 2, CAT2_MIN_VAL, cat2_cost}, // CATEGORY2_TOKEN
411 {cat2_high10, vp9_cat2_prob_high10, 2, CAT2_MIN_VAL, cat2_cost}, // CAT2
425 {cat2_high12, vp9_cat2_prob_high12, 2, CAT2_MIN_VAL, cat2_cost}, // CAT2
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h47 #define CAT2_MIN_VAL 7 macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c155 val = CAT2_MIN_VAL + read_coeff(cat2_prob, 2, r); in decode_coefs()