OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRow8_C
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
row.h
271
void
SetRow8_C
(uint8* dst, uint32 v32, int count);
/external/libyuv/files/source/
planar_functions.cc
925
void (*SetRow)(uint8* dst, uint32 value, int pix) =
SetRow8_C
;
[
all
...]
row_common.cc
724
void
SetRow8_C
(uint8* dst, uint32 v8, int count) {
[
all
...]
Completed in 2271 milliseconds