Home | History | Annotate | Download | only in internal

Lines Matching refs:CellFormat

301   typedef typename KernelSideFormat::Cell CellFormat;
303 static const int kCellWidth = CellFormat::kWidth;
304 static const int kKernelWidth = CellFormat::kWidth * kCells;
305 static const int kCellDepth = CellFormat::kDepth;
306 static const int kCellSize = CellFormat::kSize;
366 dst_ptr[OffsetIntoCell<CellFormat>(w, d)] = requantized;
390 typedef typename KernelSideFormat::Cell CellFormat;
392 static const int kCellWidth = CellFormat::kWidth;
393 static const int kKernelWidth = CellFormat::kWidth * kCells;
394 static const int kCellDepth = CellFormat::kDepth;