Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1344 uint8* start_u = dst_u + (y / 2) * dst_stride_u + (x / 2); in I420Rect() local
1356 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()
/external/libyuv/files/source/
Dplanar_functions.cc1603 uint8* start_u = dst_u + (y / 2) * dst_stride_u + (x / 2); in I420Rect() local
1612 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()