Home
last modified time | relevance | path

Searched refs:cell_start_depth (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dpack_SSE.h91 for (int cell_start_depth = 0; cell_start_depth < kRegisterSize; in Pack() local
92 cell_start_depth += depth_step) { in Pack()
98 this->complete_src_.data(cell_start_width, cell_start_depth); in Pack()
Dpack.h351 for (int cell_start_depth = 0; cell_start_depth < kRegisterSize; in Pack() local
352 cell_start_depth += kCellDepth) { in Pack()
358 complete_src_.block(cell_start_width, cell_start_depth, kCellWidth, in Pack()