Searched refs:width_stride (Results 1 – 2 of 2) sorted by relevance
87 const int width_stride = this->complete_src_.width_stride(); in Pack() local103 reinterpret_cast<const __m128i*>(&src_data[1 * width_stride])); in Pack()105 reinterpret_cast<const __m128i*>(&src_data[2 * width_stride])); in Pack()107 reinterpret_cast<const __m128i*>(&src_data[3 * width_stride])); in Pack()
163 int width_stride() const { in width_stride() function171 return data_ + w * width_stride() + d * depth_stride(); in data()