OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_MV_PROBAS
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
tree.c
75
static const uint8_t kMVProba0[2][
NUM_MV_PROBAS
] = {
528
static const uint8_t MVUpdateProba[2][
NUM_MV_PROBAS
] = {
576
for (k = 0; k <
NUM_MV_PROBAS
; ++k) {
vp8i.h
66
NUM_MV_PROBAS
= 19 };
133
uint8_t mv_[2][
NUM_MV_PROBAS
];
Completed in 215 milliseconds