Searched refs:cat3 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropy.c151 init_bit_tree(cat3, 3);
160 static const vp8_tree_index cat3[6] = { 2, 2, 4, 4, 0, 0 }; variable
175 { cat3, Pcat3, 3, 11},
/external/libvpx/libvpx/vp8/common/
H A Dentropy.c151 init_bit_tree(cat3, 3);
160 static const vp8_tree_index cat3[6] = { 2, 2, 4, 4, 0, 0 }; variable
175 { cat3, Pcat3, 3, 11},
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c70 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable
101 init_bit_tree(cat3, 3);
129 {cat3, vp9_cat3_prob, 3, CAT3_MIN_VAL}, // CATEGORY3_TOKEN
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c67 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable
83 init_bit_tree(cat3, 3);
97 {cat3, Pcat3, 3, 11}, // CATEGORY3_TOKEN

Completed in 99 milliseconds