Home
last modified time | relevance | path

Searched refs:abs_height (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc159 int abs_height = (height < 0) ? -height : height; in ConvertNV12ToRGB565() local
161 const uint8_t* uvInterlaced = src_frame + (width * abs_height); in ConvertNV12ToRGB565()