Searched refs:VP8_NUMMBSPLITS (Results 1 – 3 of 3) sorted by relevance
31 #define VP8_NUMMBSPLITS 4 macro33 extern const vp8_mbsplit vp8_mbsplits[VP8_NUMMBSPLITS];35 extern const int vp8_mbsplit_count[VP8_NUMMBSPLITS]; /* # of subsets */37 extern const vp8_prob vp8_mbsplit_probs[VP8_NUMMBSPLITS - 1];61 extern const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS];
45 const vp8_mbsplit vp8_mbsplits[VP8_NUMMBSPLITS] = {52 const int vp8_mbsplit_count[VP8_NUMMBSPLITS] = { 2, 2, 4, 16 };54 const vp8_prob vp8_mbsplit_probs[VP8_NUMMBSPLITS - 1] = { 110, 111, 150 };
37 const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS] = {