Searched refs:kKernelWidth (Results 1 – 3 of 3) sorted by relevance
304 static const int kKernelWidth = CellFormat::kWidth * kCells; variable324 std::uint8_t buf_[kKernelWidth * kRegisterSize];332 memset(buf_, 0, kKernelWidth * kRegisterSize); in MakeCompleteSrc()340 memcpy(buf_ + d * kKernelWidth, src.data(0, d), src.width()); in MakeCompleteSrc()343 complete_src_ = SrcMapType(buf_, kKernelWidth, kRegisterSize); in MakeCompleteSrc()353 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()393 static const int kKernelWidth = CellFormat::kWidth * kCells; variable432 for (int w = 0; w < width; w += kKernelWidth) { in PackL1()433 int ws = std::min(+kKernelWidth, width - w); in PackL1()459 if (width == kKernelWidth) { in PackRun()[all …]
77 static const int kKernelWidth = CellFormat::kWidth * kCells; variable93 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
176 static const int kKernelWidth = CellFormat::kWidth * kCells; variable282 static const int kKernelWidth = CellFormat::kWidth * kCells; variable