OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8WMetric
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
76
typedef int (*
VP8WMetric
)(const uint8_t* pix, const uint8_t* ref,
78
extern
VP8WMetric
VP8TDisto4x4, VP8TDisto16x16;
enc.c
686
VP8WMetric
VP8TDisto4x4;
687
VP8WMetric
VP8TDisto16x16;
/external/webp/src/dsp/
dsp.h
76
typedef int (*
VP8WMetric
)(const uint8_t* pix, const uint8_t* ref,
78
extern
VP8WMetric
VP8TDisto4x4, VP8TDisto16x16;
enc.c
686
VP8WMetric
VP8TDisto4x4;
687
VP8WMetric
VP8TDisto16x16;
Completed in 205 milliseconds