Searched refs:ALIGN_8 (Results 1 – 3 of 3) sorted by relevance
151 scaledImgSize_.width = static_cast<int32_t>(AlignUp(opt.width / opt.sampleSize, ALIGN_8)); in Run()152 scaledImgSize_.height = static_cast<int32_t>(AlignUp(opt.height / opt.sampleSize, ALIGN_8)); in Run()
39 static constexpr uint32_t ALIGN_8 = 8;
158 static constexpr uint32_t ALIGN_8 = 8; variable