OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVPcount
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropymv.h
34
MVPcount
= MVPbits + mvlong_width /* (with independent probabilities) */
39
vp8_prob prob[
MVPcount
]; /* often come in row, col pairs */
/external/libvpx/libvpx/vp8/encoder/
encodemv.c
243
vp8_prob Pnew [
MVPcount
];
246
vp8_copy_array(Pnew, default_mvc,
MVPcount
);
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
126
vp8_prob *const pstop = p +
MVPcount
;
Completed in 25 milliseconds