OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_mbsplit_count
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/
entropymode.h
24
extern const int
vp8_mbsplit_count
[VP8_NUMMBSPLITS]; /* # of subsets */
entropymode.c
98
const int
vp8_mbsplit_count
[VP8_NUMMBSPLITS] = { 2, 2, 4, 16};
variable
/external/libvpx/vp8/decoder/
decodemv.c
346
const int num_p =
vp8_mbsplit_count
[s];
/external/libvpx/vp8/encoder/
rdopt.c
1070
label_count =
vp8_mbsplit_count
[segmentation];
[
all
...]
Completed in 5464 milliseconds