OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc
1166
uint8*
start_v
= dst_v + (y \/ 2) * dst_stride_v + (x \/ 2);
local
[
all
...]
Completed in 472 milliseconds