OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBModesProba
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
tree.c
172
static const uint8_t
kBModesProba
[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
340
const uint8_t* const probas =
kBModesProba
[top_pred[x]][left];
/external/webp/src/enc/
tree.c
172
static const uint8_t
kBModesProba
[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
340
const uint8_t* const probas =
kBModesProba
[top_pred[x]][left];
/external/chromium_org/third_party/libwebp/dec/
tree.c
226
static const uint8_t
kBModesProba
[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
358
const uint8_t* const prob =
kBModesProba
[top[x]][ymode];
/external/webp/src/dec/
tree.c
226
static const uint8_t
kBModesProba
[NUM_BMODES][NUM_BMODES][NUM_BMODES - 1] = {
358
const uint8_t* const prob =
kBModesProba
[top[x]][ymode];
Completed in 45 milliseconds