Searched refs:kKernelWidth (Results 1 – 3 of 3) sorted by relevance
214 static const int kKernelWidth = CellFormat::kWidth * kCells; variable233 std::uint8_t buf_[kKernelWidth * kRegisterSize];241 memset(buf_, kZeroPointInputValue, kKernelWidth * kRegisterSize); in MakeCompleteSrc()249 memcpy(buf_ + d * kKernelWidth, src.data(0, d), src.width()); in MakeCompleteSrc()252 complete_src_ = SrcMapType(buf_, kKernelWidth, kRegisterSize); in MakeCompleteSrc()261 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()299 static const int kKernelWidth = CellFormat::kWidth * kCells; variable336 for (int w = 0; w < width; w += kKernelWidth) { in PackL1()337 int ws = std::min(+kKernelWidth, width - w); in PackL1()363 if (width == kKernelWidth) { in PackRun()[all …]
46 static const int kKernelWidth = CellFormat::kWidth * kCells; variable58 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
44 static const int kKernelWidth = CellFormat::kWidth * kCells; variable145 static const int kKernelWidth = CellFormat::kWidth * kCells; variable270 static const int kKernelWidth = CellFormat::kWidth * kCells; variable