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

  /external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h 15 const struct vp8_token_struct vp8_bmode_encodings[VP8_BINTRAMODES] =
112 const vp8_prob vp8_bmode_prob[VP8_BINTRAMODES-1] =
120 [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES-1] =
entropymode.h 42 extern const unsigned int vp8_kf_default_bmode_counts [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES];
55 extern const struct vp8_token_struct vp8_bmode_encodings[VP8_BINTRAMODES];
71 extern const vp8_prob vp8_kf_bmode_prob[VP8_BINTRAMODES][VP8_BINTRAMODES]
72 [VP8_BINTRAMODES-1];
77 void vp8_default_bmode_probs(vp8_prob dest [VP8_BINTRAMODES-1]);
78 void vp8_kf_default_bmode_probs(vp8_prob dest [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES-1])
    [all...]
entropymode.c 167 void vp8_default_bmode_probs(vp8_prob p [VP8_BINTRAMODES-1])
onyxc_int.h 39 vp8_prob bmode_prob [VP8_BINTRAMODES-1];
blockd.h 129 #define VP8_BINTRAMODES (B_HU_PRED + 1) /* 10 */
  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 37 while (++j < VP8_BINTRAMODES);
39 while (++i < VP8_BINTRAMODES);

Completed in 2062 milliseconds