HomeSort by relevance Sort by last modified time
    Searched refs:VP8_YMODES (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vp8/common/
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];
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 */
195 VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree,
200 VP8_YMODES, vp8_kf_ymode_encodings, vp8_kf_ymode_tree,
onyxc_int.h 41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
175 vp8_prob kf_ymode_prob [VP8_YMODES-1]; /* keyframe "" */
blockd.h 106 #define VP8_YMODES (B_PRED + 1)
  /external/libvpx/vp8/encoder/
onyx_int.h 433 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */
bitstream.c 124 vp8_prob Pnew [VP8_YMODES-1];
125 unsigned int bct [VP8_YMODES-1] [2];
128 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree,
    [all...]

Completed in 389 milliseconds