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