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 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
71
NUM_MV_PROBAS
= 19 };
138
uint8_t mv_[2][
NUM_MV_PROBAS
];
tree.c
77
static const uint8_t kMVProba0[2][
NUM_MV_PROBAS
] = {
530
static const uint8_t MVUpdateProba[2][
NUM_MV_PROBAS
] = {
578
for (k = 0; k <
NUM_MV_PROBAS
; ++k) {
/external/webp/src/dec/
vp8i.h
71
NUM_MV_PROBAS
= 19 };
138
uint8_t mv_[2][
NUM_MV_PROBAS
];
tree.c
77
static const uint8_t kMVProba0[2][
NUM_MV_PROBAS
] = {
530
static const uint8_t MVUpdateProba[2][
NUM_MV_PROBAS
] = {
578
for (k = 0; k <
NUM_MV_PROBAS
; ++k) {
Completed in 462 milliseconds