Searched refs:width_stride (Results 1 – 2 of 2) sorted by relevance
52 const int width_stride = this->complete_src_.width_stride(); in Pack() local68 reinterpret_cast<const __m128i*>(&src_data[1 * width_stride])); in Pack()70 reinterpret_cast<const __m128i*>(&src_data[2 * width_stride])); in Pack()72 reinterpret_cast<const __m128i*>(&src_data[3 * width_stride])); in Pack()
161 int width_stride() const { in width_stride() function169 return data_ + w * width_stride() + d * depth_stride(); in data()