OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPSAMPLE_LAST_BLOCK
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
upsampling_sse2.c
100
#define
UPSAMPLE_LAST_BLOCK
(tb, bb, num_pixels, out) { \
170
UPSAMPLE_LAST_BLOCK
(top_u, cur_u, leftover, r_uv + 0 * 32); \
171
UPSAMPLE_LAST_BLOCK
(top_v, cur_v, leftover, r_uv + 1 * 32); \
185
#undef
UPSAMPLE_LAST_BLOCK
upsampling_neon.c
78
#define
UPSAMPLE_LAST_BLOCK
(tb, bb, num_pixels, out) { \
256
UPSAMPLE_LAST_BLOCK
(top_u, cur_u, leftover, r_uv); \
257
UPSAMPLE_LAST_BLOCK
(top_v, cur_v, leftover, r_uv + 16); \
/external/webp/src/dsp/
upsampling_sse2.c
100
#define
UPSAMPLE_LAST_BLOCK
(tb, bb, num_pixels, out) { \
170
UPSAMPLE_LAST_BLOCK
(top_u, cur_u, leftover, r_uv + 0 * 32); \
171
UPSAMPLE_LAST_BLOCK
(top_v, cur_v, leftover, r_uv + 1 * 32); \
185
#undef
UPSAMPLE_LAST_BLOCK
upsampling_neon.c
78
#define
UPSAMPLE_LAST_BLOCK
(tb, bb, num_pixels, out) { \
256
UPSAMPLE_LAST_BLOCK
(top_u, cur_u, leftover, r_uv); \
257
UPSAMPLE_LAST_BLOCK
(top_v, cur_v, leftover, r_uv + 16); \
Completed in 2068 milliseconds