OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPUpsampleLinePairFunc
(Results
1 - 12
of
12
) 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);
upsampling.c
27
WebPUpsampleLinePairFunc
WebPUpsamplers[MODE_LAST];
193
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last) {
upsampling_sse2.c
195
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
upsampling_neon.c
274
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
/external/webp/src/dsp/
dsp.h
149
typedef void (*
WebPUpsampleLinePairFunc
)(
158
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
179
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last);
upsampling.c
27
WebPUpsampleLinePairFunc
WebPUpsamplers[MODE_LAST];
193
WebPUpsampleLinePairFunc
WebPGetLinePairConverter(int alpha_is_last) {
upsampling_sse2.c
195
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
upsampling_neon.c
274
extern
WebPUpsampleLinePairFunc
WebPUpsamplers[/* MODE_LAST */];
/external/chromium_org/third_party/libwebp/dec/
io.c
109
WebPUpsampleLinePairFunc
upsample = WebPUpsamplers[p->output->colorspace];
/external/webp/src/dec/
io.c
109
WebPUpsampleLinePairFunc
upsample = WebPUpsamplers[p->output->colorspace];
/external/chromium_org/third_party/libwebp/enc/
picture.c
786
WebPUpsampleLinePairFunc
upsample = WebPGetLinePairConverter(ALPHA_IS_LAST);
[
all
...]
/external/webp/src/enc/
picture.c
786
WebPUpsampleLinePairFunc
upsample = WebPGetLinePairConverter(ALPHA_IS_LAST);
[
all
...]
Completed in 138 milliseconds