OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_bot
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
rotate_argb.cc
91
uint8*
dst_bot
= dst + dst_stride * (height - 1);
local
151
CopyRow(row,
dst_bot
, width * 4); // Copy first mirrored row into last
155
dst_bot
-= dst_stride;
rotate.cc
107
uint8*
dst_bot
= dst + dst_stride * (height - 1);
local
184
CopyRow(row,
dst_bot
, width); // Copy first mirrored row into last
186
dst_bot
-= dst_stride;
/external/libyuv/files/source/
rotate_argb.cc
91
uint8*
dst_bot
= dst + dst_stride * (height - 1);
local
151
CopyRow(row,
dst_bot
, width * 4); // Copy first mirrored row into last
155
dst_bot
-= dst_stride;
rotate.cc
107
uint8*
dst_bot
= dst + dst_stride * (height - 1);
local
176
CopyRow(row,
dst_bot
, width); // Copy first mirrored row into last
178
dst_bot
-= dst_stride;
Completed in 611 milliseconds