Searched refs:VP8_YMODES (Results 1 – 7 of 7) sorted by relevance
35 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] =
60 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];
44 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
104 #define VP8_YMODES (B_PRED + 1) macro
141 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */
115 vp8_prob Pnew [VP8_YMODES-1]; in update_mbintra_mode_probs()116 unsigned int bct [VP8_YMODES-1] [2]; in update_mbintra_mode_probs()119 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, in update_mbintra_mode_probs()
889 for(mode_count = 0; mode_count < VP8_YMODES; mode_count++) in vp8_encode_frame()