Searched defs:yh (Results 1 - 2 of 2) sorted by last modified time

/external/libyuv/files/unit_test/
H A Drotate_test.cc703 int yh = 768; local
706 int uvh = (yh + 1) >> 1;
710 int y_plane_size = (yw + b * 2) * (yh + b * 2);
741 for (i = b; i < (yh + b); ++i) {
756 int y_off_90 = b * (yh + b * 2) + b;
761 int y_st_90 = yh + b * 2;
770 yw, yh,
779 yh, yw,
788 yh, yw,
826 int yh local
949 int yh = 768; local
1056 int yh = 768; local
1164 int yh = 768; local
1269 int yh = 768; local
1426 int yh = 768; local
[all...]
/external/chromium_org/third_party/libyuv/unit_test/
H A Dplanar_test.cc1309 int yh = benchmark_height_; local
1313 int y_plane_size = (yw + b * 2) * (yh + b * 2);
1324 for (i = b; i < (yh + b); ++i) {
1346 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh);
1354 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh);

Completed in 109 milliseconds