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

  /external/libyuv/files/source/
planar_functions.cc 967 uint8* start_v = dst_v + (y / 2) * dst_stride_v + (x / 2); local
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
    [all...]
  /external/chromium_org/third_party/libyuv/source/
planar_functions.cc 1109 uint8* start_v = dst_v + (y \/ 2) * dst_stride_v + (x \/ 2); local
    [all...]

Completed in 2888 milliseconds