OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_bot
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_argb.cc
98
const uint8*
src_bot
= src + src_stride * (height - 1);
local
153
ARGBMirrorRow(
src_bot
, dst, width); // Mirror last row into first row
157
src_bot
-= src_stride;
rotate.cc
879
const uint8*
src_bot
= src + src_stride * (height - 1);
local
[
all
...]
/external/chromium_org/third_party/libyuv/source/
rotate_argb.cc
98
const uint8*
src_bot
= src + src_stride * (height - 1);
local
153
ARGBMirrorRow(
src_bot
, dst, width); // Mirror last row into first row
157
src_bot
-= src_stride;
rotate.cc
879
const uint8*
src_bot
= src + src_stride * (height - 1);
local
[
all
...]
/external/libyuv/files/source/
rotate_argb.cc
114
const uint8*
src_bot
= src + src_stride * (height - 1);
local
121
ARGBMirrorRow(
src_bot
, dst, width); // Mirror last row into first row
124
src_bot
-= src_stride;
rotate.cc
885
const uint8*
src_bot
= src + src_stride * (height - 1);
local
[
all
...]
Completed in 1247 milliseconds