Searched refs:kDestHeight (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
H A Dconvert_test.cc1358 const int kDestHeight = benchmark_height_ - crop_y * 2; local
1366 align_buffer_page_end(dst_y, kDestWidth * kDestHeight);
1369 SUBSAMPLE(kDestHeight, SUBSAMP_Y));
1372 SUBSAMPLE(kDestHeight, SUBSAMP_Y));
1374 align_buffer_page_end(dst_y_2, kDestWidth * kDestHeight);
1377 SUBSAMPLE(kDestHeight, SUBSAMP_Y));
1380 SUBSAMPLE(kDestHeight, SUBSAMP_Y));
1389 memset(dst_y, 1, kDestWidth * kDestHeight);
1391 SUBSAMPLE(kDestHeight, SUBSAMP_Y));
1393 SUBSAMPLE(kDestHeight, SUBSAMP_
[all...]

Completed in 59 milliseconds