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

  /external/libvpx/vp8/common/
entropymode.h 20 #define VP8_NUMMBSPLITS 4
22 extern vp8_mbsplit vp8_mbsplits [VP8_NUMMBSPLITS];
24 extern const int vp8_mbsplit_count [VP8_NUMMBSPLITS]; /* # of subsets */
26 extern const vp8_prob vp8_mbsplit_probs [VP8_NUMMBSPLITS-1];
50 extern struct vp8_token_struct vp8_mbsplit_encodings [VP8_NUMMBSPLITS];
entropymode.c 70 vp8_mbsplit vp8_mbsplits [VP8_NUMMBSPLITS] =
98 const int vp8_mbsplit_count [VP8_NUMMBSPLITS] = { 2, 2, 4, 16};
100 const vp8_prob vp8_mbsplit_probs [VP8_NUMMBSPLITS-1] = { 110, 111, 150};
171 struct vp8_token_struct vp8_mbsplit_encodings [VP8_NUMMBSPLITS];

Completed in 36 milliseconds