Home | History | Annotate | Download | only in internal

Lines Matching defs:kCells

174   static const int kCells = KernelSideFormat::kCells;
176 static const int kKernelWidth = CellFormat::kWidth * kCells;
189 uint8x16_t src_lines[4 * kCells];
190 for (int i = 0; i < 4 * kCells; i++) {
195 uint8x16x2_t src_lines_intertwined_2x[2 * kCells];
196 for (int i = 0; i < kCells; i++) {
202 uint8x16x2_t src_lines_intertwined_4x[2 * kCells];
203 for (int i = 0; i < kCells; i++) {
214 for (int cell = 0; cell < kCells; cell++) {
220 for (int cell = 0; cell < kCells; cell++) {
229 uint16x8_t sums_of_2_cells[kCells][4];
233 for (int cell = 0; cell < kCells; cell++) {
242 int32x4_t sums_of_4_cells[kCells][4];
244 for (int cell = 0; cell < kCells; cell++) {
251 for (int cell = 0; cell < kCells; cell++) {
262 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
280 static const int kCells = KernelSideFormat::kCells;
282 static const int kKernelWidth = CellFormat::kWidth * kCells;
295 uint16x8_t src_lines[kCells * 4];
296 for (int i = 0; i < kCells; i++) {
315 uint16x8x2_t src_lines_intertwined_2x[2 * kCells];
316 for (int i = 0; i < kCells; i++) {
322 uint16x8x2_t src_lines_intertwined_4x[2 * kCells];
323 for (int i = 0; i < kCells; i++) {
334 for (int cell = 0; cell < kCells; cell++) {
340 for (int cell = 0; cell < kCells; cell++) {
349 uint16x8_t sums_of_2[kCells][4];
353 for (int cell = 0; cell < kCells; cell++) {
359 uint16x8_t sums_of_4[kCells][2];
361 for (int cell = 0; cell < kCells; cell++) {
366 uint16x8_t sums_of_8[kCells];
367 for (int cell = 0; cell < kCells; cell++) {
371 uint16x4_t sums_of_16[kCells];
372 for (int cell = 0; cell < kCells; cell++) {
377 for (int cell = 0; cell < kCells; cell++) {
384 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);