OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_width_uv
(Results
1 - 1
of
1
) sorted by null
/external/libyuv/files/unit_test/
scale_test.cc
37
int
dst_width_uv
= (dst_width + rounding) >> 1;
local
41
int dst_uv_plane_size = (
dst_width_uv
+ b * 2) * (dst_height_uv + b * 2);
44
int dst_stride_uv = b * 2 +
dst_width_uv
;
137
for (j = b; j < (
dst_width_uv
+ b); ++j) {
Completed in 1190 milliseconds