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 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
upsampling_sse2.c
96
#define
UPSAMPLE_LAST_BLOCK
(tb, bb, num_pixels, out) { \
164
UPSAMPLE_LAST_BLOCK
(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \
165
UPSAMPLE_LAST_BLOCK
(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \
180
#undef
UPSAMPLE_LAST_BLOCK
upsampling_neon.c
79
#define
UPSAMPLE_LAST_BLOCK
(tb, bb, num_pixels, out) { \
227
UPSAMPLE_LAST_BLOCK
(top_u, cur_u, leftover, r_uv); \
228
UPSAMPLE_LAST_BLOCK
(top_v, cur_v, leftover, r_uv + 16); \
Completed in 453 milliseconds