OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8Metric
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/enc/
vp8enci.h
474
typedef int (*
VP8Metric
)(const uint8_t* pix, const uint8_t* ref);
475
extern
VP8Metric
VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
dsp.c
719
VP8Metric
VP8SSE16x16;
720
VP8Metric
VP8SSE8x8;
721
VP8Metric
VP8SSE16x8;
722
VP8Metric
VP8SSE4x4;
Completed in 191 milliseconds