OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_y_height
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
convert.cc
40
const int
dst_y_height
= Abs(src_y_height);
local
42
const int dst_uv_height = SUBSAMPLE(
dst_y_height
, 1, 1);
48
dst_y, dst_stride_y, dst_y_width,
dst_y_height
,
[
all
...]
convert_from.cc
42
const int
dst_y_height
= Abs(src_y_height);
local
50
dst_y, dst_stride_y, dst_y_width,
dst_y_height
,
[
all
...]
Completed in 64 milliseconds