OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_bot
(Results
1 - 2
of
2
) sorted by null
/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 43 milliseconds