OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_u
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
planar_functions.cc
966
uint8*
start_u
= dst_u + (y / 2) * dst_stride_u + (x / 2);
local
970
SetPlane(
start_u
, dst_stride_u, halfwidth, halfheight, value_u);
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc
1165
uint8*
start_u
= dst_u + (y \/ 2) * dst_stride_u + (x \/ 2);
local
[
all
...]
Completed in 45 milliseconds