OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebPUpsampleLinePairFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
149
typedef void (*
WebPUpsampleLinePairFunc
)(
158
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
179
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last);
/external/webp/src/dsp/
dsp.h
149
typedef void (*
WebPUpsampleLinePairFunc
)(
158
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
179
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last);
Completed in 32 milliseconds