Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dplanar_functions.cc966 uint8* start_u = dst_u + (y / 2) * dst_stride_u + (x / 2); in I420Rect() local
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()