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

  /external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h 29 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] =
38 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] =
92 const vp8_prob vp8_ymode_prob[VP8_YMODES-1] =
97 const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1] =
entropymode.h 56 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
57 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
74 extern const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1];
onyxc_int.h 40 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
blockd.h 100 #define VP8_YMODES (B_PRED + 1)
  /external/libvpx/libvpx/vp8/encoder/
block.h 133 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */
bitstream.c 116 vp8_prob Pnew [VP8_YMODES-1];
117 unsigned int bct [VP8_YMODES-1] [2];
120 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree,
    [all...]
encodeframe.c 876 for(mode_count = 0; mode_count < VP8_YMODES; mode_count++)
    [all...]

Completed in 289 milliseconds