HomeSort by relevance Sort by last modified time
    Searched refs:abs_height (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 159 int abs_height = (height < 0) ? -height : height; local
161 const uint8_t* uvInterlaced = src_frame + (width * abs_height);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1130 int abs_height = abs(srcbox->height); local
    [all...]

Completed in 4927 milliseconds