HomeSort by relevance Sort by last modified time
    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 68 milliseconds