Searched refs:VP8_YMODES (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/common/ |
D | entropymode.c | 16 static const unsigned int kf_y_mode_cts[VP8_YMODES] = { 1607, 915, 812, 811, 5455}; 17 static const unsigned int y_mode_cts [VP8_YMODES] = { 8080, 1908, 1582, 1007, 5874}; 168 struct vp8_token_struct vp8_ymode_encodings [VP8_YMODES]; 169 struct vp8_token_struct vp8_kf_ymode_encodings [VP8_YMODES]; 192 unsigned int bct [VP8_YMODES] [2]; /* num Ymodes > num UV modes */ in vp8_init_mbmode_probs() 195 VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, in vp8_init_mbmode_probs() 200 VP8_YMODES, vp8_kf_ymode_encodings, vp8_kf_ymode_tree, in vp8_init_mbmode_probs()
|
D | entropymode.h | 47 extern struct vp8_token_struct vp8_ymode_encodings [VP8_YMODES]; 48 extern struct vp8_token_struct vp8_kf_ymode_encodings [VP8_YMODES];
|
D | onyxc_int.h | 41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */ 176 vp8_prob kf_ymode_prob [VP8_YMODES-1]; /* keyframe "" */
|
D | blockd.h | 104 #define VP8_YMODES (B_PRED + 1) macro
|
/external/libvpx/vp8/encoder/ |
D | onyx_int.h | 454 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */
|
D | bitstream.c | 114 vp8_prob Pnew [VP8_YMODES-1]; in update_mbintra_mode_probs() 115 unsigned int bct [VP8_YMODES-1] [2]; in update_mbintra_mode_probs() 118 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, in update_mbintra_mode_probs()
|