OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_u
(Results
1 - 3
of
3
) 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
planar_functions.cc
1112
uint8*
start_u
= dst_u + (y \/ 2) * dst_stride_u + (x \/ 2);
local
[
all
...]
/external/chromium_org/third_party/libyuv/source/
planar_functions.cc
1112
uint8*
start_u
= dst_u + (y \/ 2) * dst_stride_u + (x \/ 2);
local
[
all
...]
Completed in 377 milliseconds