OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRow8_NEON
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/source/
row_neon.cc
381
void
SetRow8_NEON
(uint8* dst, uint32 v32, int count) {
399
SetRow8_NEON
(dst, v32, width << 2);
[
all
...]
planar_functions.cc
930
SetRow =
SetRow8_NEON
;
[
all
...]
/external/libyuv/files/include/libyuv/
row.h
268
void
SetRow8_NEON
(uint8* dst, uint32 v32, int count);
Completed in 26 milliseconds