Lines Matching refs:kCells
45 static const int kCells = KernelSideFormat::kCells; variable
47 static const int kKernelWidth = CellFormat::kWidth * kCells;
56 uint8x16_t src_lines[4 * kCells]; in Pack()
57 for (int i = 0; i < 4 * kCells; i++) { in Pack()
61 uint8x16x2_t src_lines_intertwined_2x[2 * kCells]; in Pack()
62 for (int i = 0; i < kCells; i++) { in Pack()
68 uint8x16x2_t src_lines_intertwined_4x[2 * kCells]; in Pack()
69 for (int i = 0; i < kCells; i++) { in Pack()
80 for (int cell = 0; cell < kCells; cell++) { in Pack()
86 for (int cell = 0; cell < kCells; cell++) { in Pack()
95 uint16x8_t sums_of_2_cells[kCells][4]; in Pack()
99 for (int cell = 0; cell < kCells; cell++) { in Pack()
108 int32x4_t sums_of_4_cells[kCells][4]; in Pack()
110 for (int cell = 0; cell < kCells; cell++) { in Pack()
117 for (int cell = 0; cell < kCells; cell++) { in Pack()
128 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
146 static const int kCells = KernelSideFormat::kCells; variable
148 static const int kKernelWidth = CellFormat::kWidth * kCells;
157 uint16x8_t src_lines[kCells * 4]; in Pack()
158 for (int i = 0; i < kCells; i++) { in Pack()
176 uint16x8x2_t src_lines_intertwined_2x[2 * kCells]; in Pack()
177 for (int i = 0; i < kCells; i++) { in Pack()
183 uint16x8x2_t src_lines_intertwined_4x[2 * kCells]; in Pack()
184 for (int i = 0; i < kCells; i++) { in Pack()
195 for (int cell = 0; cell < kCells; cell++) { in Pack()
201 for (int cell = 0; cell < kCells; cell++) { in Pack()
210 uint16x8_t sums_of_2[kCells][4]; in Pack()
214 for (int cell = 0; cell < kCells; cell++) { in Pack()
220 uint16x8_t sums_of_4[kCells][2]; in Pack()
222 for (int cell = 0; cell < kCells; cell++) { in Pack()
227 uint16x8_t sums_of_8[kCells]; in Pack()
228 for (int cell = 0; cell < kCells; cell++) { in Pack()
232 uint16x4_t sums_of_16[kCells]; in Pack()
233 for (int cell = 0; cell < kCells; cell++) { in Pack()
238 for (int cell = 0; cell < kCells; cell++) { in Pack()
245 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
271 static const int kCells = KernelSideFormat::kCells; variable
273 static const int kKernelWidth = CellFormat::kWidth * kCells;
336 static const int kCells = KernelSideFormat::kCells; variable
338 static const int kKernelWidth = CellFormat::kWidth * kCells;