Searched refs:VP8_YMODES (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dvp8_entropymodedata.h35 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] =
44 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] =
98 const vp8_prob vp8_ymode_prob[VP8_YMODES-1] =
103 const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1] =
H A Dentropymode.h60 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
61 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
78 extern const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1];
H A Donyxc_int.h44 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
H A Dblockd.h104 #define VP8_YMODES (B_PRED + 1) macro
/external/libvpx/libvpx/vp8/common/
H A Dvp8_entropymodedata.h35 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] =
44 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] =
98 const vp8_prob vp8_ymode_prob[VP8_YMODES-1] =
103 const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1] =
H A Dentropymode.h60 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
61 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
78 extern const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1];
H A Donyxc_int.h44 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
H A Dblockd.h104 #define VP8_YMODES (B_PRED + 1) macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h141 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */
H A Dbitstream.c115 vp8_prob Pnew [VP8_YMODES-1];
116 unsigned int bct [VP8_YMODES-1] [2];
119 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree,
H A Dencodeframe.c889 for(mode_count = 0; mode_count < VP8_YMODES; mode_count++)
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h140 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */
H A Dbitstream.c116 vp8_prob Pnew [VP8_YMODES-1];
117 unsigned int bct [VP8_YMODES-1] [2];
120 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree,
H A Dencodeframe.c876 for(mode_count = 0; mode_count < VP8_YMODES; mode_count++)

Completed in 1796 milliseconds