Home
last modified time | relevance | path

Searched refs:VP8_BINTRAMODES (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/common/
Dentropymode.c22 static const unsigned int bmode_cts[VP8_BINTRAMODES] =
167 struct vp8_token_struct vp8_bmode_encodings [VP8_BINTRAMODES];
219 vp8_prob p [VP8_BINTRAMODES-1], in intra_bmode_probs_from_distribution()
220 unsigned int branch_ct [VP8_BINTRAMODES-1] [2], in intra_bmode_probs_from_distribution()
221 const unsigned int events [VP8_BINTRAMODES] in intra_bmode_probs_from_distribution()
225 VP8_BINTRAMODES, vp8_bmode_encodings, vp8_bmode_tree, in intra_bmode_probs_from_distribution()
231 void vp8_default_bmode_probs(vp8_prob p [VP8_BINTRAMODES-1]) in vp8_default_bmode_probs()
233 unsigned int branch_ct [VP8_BINTRAMODES-1] [2]; in vp8_default_bmode_probs()
237 void vp8_kf_default_bmode_probs(vp8_prob p [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES-1]) in vp8_kf_default_bmode_probs()
239 unsigned int branch_ct [VP8_BINTRAMODES-1] [2]; in vp8_kf_default_bmode_probs()
[all …]
Dentropymode.h33 …rn const unsigned int vp8_kf_default_bmode_counts [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAM…
46 extern struct vp8_token_struct vp8_bmode_encodings [VP8_BINTRAMODES];
65 void vp8_default_bmode_probs(vp8_prob dest [VP8_BINTRAMODES-1]);
66 void vp8_kf_default_bmode_probs(vp8_prob dest [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES-…
Dmodecontext.c14 const unsigned int vp8_kf_default_bmode_counts [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES
Donyxc_int.h40 vp8_prob bmode_prob [VP8_BINTRAMODES-1];
175 vp8_prob kf_bmode_prob [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES-1];
Dblockd.h133 #define VP8_BINTRAMODES (B_HU_PRED + 1) /* 10 */ macro
/external/libvpx/vp8/encoder/
Dmodecosts.c34 while (++j < VP8_BINTRAMODES); in vp8_init_mode_costs()
36 while (++i < VP8_BINTRAMODES); in vp8_init_mode_costs()