OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPUpsampleLinePairFunc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dsp.h
191
typedef void (*
WebPUpsampleLinePairFunc
)(
200
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
220
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last);
upsampling.c
25
WebPUpsampleLinePairFunc
WebPUpsamplers[MODE_LAST];
142
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last) {
upsampling_sse2.c
195
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
upsampling_neon.c
249
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
/external/chromium_org/third_party/libwebp/enc/
picture_csp.c
294
WebPUpsampleLinePairFunc
upsample = WebPGetLinePairConverter(ALPHA_IS_LAST);
/external/chromium_org/third_party/libwebp/dec/
io.c
92
WebPUpsampleLinePairFunc
upsample = WebPUpsamplers[p->output->colorspace];
Completed in 193 milliseconds