OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_NUMMBSPLITS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropymode.h
29
#define
VP8_NUMMBSPLITS
4
31
extern const vp8_mbsplit vp8_mbsplits [
VP8_NUMMBSPLITS
];
33
extern const int vp8_mbsplit_count [
VP8_NUMMBSPLITS
]; /* # of subsets */
35
extern const vp8_prob vp8_mbsplit_probs [
VP8_NUMMBSPLITS
-1];
59
extern const struct vp8_token_struct vp8_mbsplit_encodings[
VP8_NUMMBSPLITS
];
entropymode.c
53
const vp8_mbsplit vp8_mbsplits [
VP8_NUMMBSPLITS
] =
81
const int vp8_mbsplit_count [
VP8_NUMMBSPLITS
] = { 2, 2, 4, 16};
83
const vp8_prob vp8_mbsplit_probs [
VP8_NUMMBSPLITS
-1] = { 110, 111, 150};
vp8_entropymodedata.h
55
const struct vp8_token_struct vp8_mbsplit_encodings[
VP8_NUMMBSPLITS
] =
Completed in 290 milliseconds