Home
last modified time | relevance | path

Searched refs:ALIGNINT (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
Dconvert_test.cc608 #define ALIGNINT(V, ALIGN) (((V) + (ALIGN)-1) / (ALIGN) * (ALIGN)) macro
614 const int kHeight = ALIGNINT(benchmark_height_, YALIGN); \
615 const int kStrideB = ALIGNINT(kWidth * BPP_B, ALIGN); \
711 const int kHeight = ALIGNINT(benchmark_height_, YALIGN); \
712 const int kStrideB = ALIGNINT(kWidth * BPP_B, ALIGN); \
864 const int kHeight = ALIGNINT(benchmark_height_, YALIGN); \
925 const int kHeight = ALIGNINT(benchmark_height_, YALIGN); \
2335 const int kHeight = ALIGNINT(benchmark_height_, YALIGN); \
2336 const int kStrideB = ALIGNINT(kWidth * BPP_B, ALIGN); \
2798 const int kHeight = ALIGNINT(benchmark_height_, YALIGN); \
[all …]