OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8FixedCostsI4
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
cost.h
43
extern const uint16_t
VP8FixedCostsI4
[NUM_BMODES][NUM_BMODES][NUM_BMODES];
cost.c
389
const uint16_t
VP8FixedCostsI4
[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
quant.c
818
return
VP8FixedCostsI4
[top][left];
[
all
...]
/external/webp/src/enc/
cost.h
43
extern const uint16_t
VP8FixedCostsI4
[NUM_BMODES][NUM_BMODES][NUM_BMODES];
cost.c
389
const uint16_t
VP8FixedCostsI4
[NUM_BMODES][NUM_BMODES][NUM_BMODES] = {
quant.c
818
return
VP8FixedCostsI4
[top][left];
[
all
...]
Completed in 29 milliseconds