Lines Matching refs:kCells
42 static const int kCells = KernelSideFormat::kCells; variable
44 static const int kKernelWidth = CellFormat::kWidth * kCells;
53 uint8x16_t src_lines[4 * kCells]; in Pack()
54 for (int i = 0; i < 4 * kCells; i++) { in Pack()
58 uint8x16x2_t src_lines_intertwined_2x[2 * kCells]; in Pack()
59 for (int i = 0; i < kCells; i++) { in Pack()
65 uint8x16x2_t src_lines_intertwined_4x[2 * kCells]; in Pack()
66 for (int i = 0; i < kCells; i++) { in Pack()
77 for (int cell = 0; cell < kCells; cell++) { in Pack()
83 for (int cell = 0; cell < kCells; cell++) { in Pack()
92 uint16x8_t sums_of_2_cells[kCells][4]; in Pack()
96 for (int cell = 0; cell < kCells; cell++) { in Pack()
105 int32x4_t sums_of_4_cells[kCells][4]; in Pack()
107 for (int cell = 0; cell < kCells; cell++) { in Pack()
114 for (int cell = 0; cell < kCells; cell++) { in Pack()
125 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
143 static const int kCells = KernelSideFormat::kCells; variable
145 static const int kKernelWidth = CellFormat::kWidth * kCells;
154 uint16x8_t src_lines[kCells * 4]; in Pack()
155 for (int i = 0; i < kCells; i++) { in Pack()
173 uint16x8x2_t src_lines_intertwined_2x[2 * kCells]; in Pack()
174 for (int i = 0; i < kCells; i++) { in Pack()
180 uint16x8x2_t src_lines_intertwined_4x[2 * kCells]; in Pack()
181 for (int i = 0; i < kCells; i++) { in Pack()
192 for (int cell = 0; cell < kCells; cell++) { in Pack()
198 for (int cell = 0; cell < kCells; cell++) { in Pack()
207 uint16x8_t sums_of_2[kCells][4]; in Pack()
211 for (int cell = 0; cell < kCells; cell++) { in Pack()
217 uint16x8_t sums_of_4[kCells][2]; in Pack()
219 for (int cell = 0; cell < kCells; cell++) { in Pack()
224 uint16x8_t sums_of_8[kCells]; in Pack()
225 for (int cell = 0; cell < kCells; cell++) { in Pack()
229 uint16x4_t sums_of_16[kCells]; in Pack()
230 for (int cell = 0; cell < kCells; cell++) { in Pack()
235 for (int cell = 0; cell < kCells; cell++) { in Pack()
242 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
268 static const int kCells = KernelSideFormat::kCells; variable
270 static const int kKernelWidth = CellFormat::kWidth * kCells;