OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8Metric
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
74
typedef int (*
VP8Metric
)(const uint8_t* pix, const uint8_t* ref);
75
extern
VP8Metric
VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c
682
VP8Metric
VP8SSE16x16;
683
VP8Metric
VP8SSE8x8;
684
VP8Metric
VP8SSE16x8;
685
VP8Metric
VP8SSE4x4;
/external/webp/src/dsp/
dsp.h
74
typedef int (*
VP8Metric
)(const uint8_t* pix, const uint8_t* ref);
75
extern
VP8Metric
VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c
682
VP8Metric
VP8SSE16x16;
683
VP8Metric
VP8SSE8x8;
684
VP8Metric
VP8SSE16x8;
685
VP8Metric
VP8SSE4x4;
Completed in 25 milliseconds