Searched refs:bot_dst (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c28 uint8_t *top_dst, *bot_dst; local
93 bot_dst = src + src_stride * (height) - extend_left;
102 vpx_memcpy(bot_dst, bot_src, linesize);
103 bot_dst += src_stride;
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c28 uint8_t *top_dst, *bot_dst; local
93 bot_dst = src + src_stride * (height) - extend_left;
102 vpx_memcpy(bot_dst, bot_src, linesize);
103 bot_dst += src_stride;
/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling.c116 uint8_t* top_dst, uint8_t* bot_dst, int len) { \
127 if (bot_dst != NULL) { \
129 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
130 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
132 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
/external/webp/src/dsp/
H A Dupsampling.c116 uint8_t* top_dst, uint8_t* bot_dst, int len) { \
127 if (bot_dst != NULL) { \
129 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
130 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
132 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \

Completed in 622 milliseconds