Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c397 {cat4, vp9_cat4_prob, 4, CAT4_MIN_VAL, cat4_cost}, // CATEGORY4_TOKEN
413 {cat4_high10, vp9_cat4_prob_high10, 4, CAT4_MIN_VAL, cat4_cost}, // CAT4
427 {cat4_high12, vp9_cat4_prob_high12, 4, CAT4_MIN_VAL, cat4_cost}, // CAT4
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h49 #define CAT4_MIN_VAL 19 macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c161 val = CAT4_MIN_VAL + read_coeff(cat4_prob, 4, r); in decode_coefs()