OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bot_y
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
upsampling.c
165
static void FUNC_NAME(const uint8_t* top_y, const uint8_t*
bot_y
, \
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); \
/external/webp/src/dsp/
upsampling.c
165
static void FUNC_NAME(const uint8_t* top_y, const uint8_t*
bot_y
, \
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); \
/external/libyuv/files/source/
planar_functions.cc
1307
int
bot_y
= ((y + radius) < height) ? (y + radius) : (height - 1);
local
[
all
...]
Completed in 228 milliseconds