OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_dst_height
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
convert_argb.cc
1032
int
abs_dst_height
= (dst_height < 0) ? -dst_height : dst_height;
local
[
all
...]
convert.cc
1753
int
abs_dst_height
= (dst_height < 0) ? -dst_height : dst_height;
local
[
all
...]
Completed in 33 milliseconds