OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bot_dst
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
28
uint8_t *top_dst, *
bot_dst
;
local
93
bot_dst
= src + src_stride * (height) - extend_left;
102
memcpy(
bot_dst
, bot_src, linesize);
103
bot_dst
+= src_stride;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
28
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/webp/src/dsp/
upsampling.c
116
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/opencv3/3rdparty/libwebp/dsp/
upsampling.c
168
uint8_t* top_dst, uint8_t*
bot_dst
, int len) { \
178
if (
bot_dst
!= NULL) { \
180
FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x],
bot_dst
+ 8 * x + 0); \
181
FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x],
bot_dst
+ 8 * x + 4); \
183
if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x],
bot_dst
+ 8 * x); \
Completed in 188 milliseconds