Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1345 uint8* start_v = dst_v + (y / 2) * dst_stride_v + (x / 2); in I420Rect() local
1357 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
/external/libyuv/files/source/
Dplanar_functions.cc1604 uint8* start_v = dst_v + (y / 2) * dst_stride_v + (x / 2); in I420Rect() local
1613 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()