Home
last modified time | relevance | path

Searched refs:VP8_NUMMBSPLITS (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymode.h33 #define VP8_NUMMBSPLITS 4 macro
35 extern const vp8_mbsplit vp8_mbsplits [VP8_NUMMBSPLITS];
37 extern const int vp8_mbsplit_count [VP8_NUMMBSPLITS]; /* # of subsets */
39 extern const vp8_prob vp8_mbsplit_probs [VP8_NUMMBSPLITS-1];
63 extern const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS];
Dentropymode.c53 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};
Dvp8_entropymodedata.h61 const struct vp8_token_struct vp8_mbsplit_encodings[VP8_NUMMBSPLITS] =