Home
last modified time | relevance | path

Searched refs:VP8_YMODES (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h25 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] = {
29 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] = {
53 const vp8_prob vp8_ymode_prob[VP8_YMODES - 1] = { 112, 86, 140, 37 };
55 const vp8_prob vp8_kf_ymode_prob[VP8_YMODES - 1] = { 145, 156, 163, 128 };
Dentropymode.h58 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
59 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
77 extern const vp8_prob vp8_kf_ymode_prob[VP8_YMODES - 1];
Donyxc_int.h42 vp8_prob ymode_prob[VP8_YMODES - 1]; /* interframe intra mode probs */
Dblockd.h93 #define VP8_YMODES (B_PRED + 1) macro
/external/libvpx/libvpx/vp8/encoder/
Dblock.h137 int ymode_count[VP8_YMODES]; /* intra MB type cts this frame */
Dbitstream.c84 vp8_prob Pnew[VP8_YMODES - 1]; in update_mbintra_mode_probs()
85 unsigned int bct[VP8_YMODES - 1][2]; in update_mbintra_mode_probs()
87 update_mode(w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, Pnew, in update_mbintra_mode_probs()
Dencodeframe.c821 for (mode_count = 0; mode_count < VP8_YMODES; ++mode_count) { in vp8_encode_frame()