Home | History | Annotate | Download | only in internal

Lines Matching defs:Transpose

141 inline RegBlockInt32<4, 4> Transpose(const RegBlockInt32<4, 4>& src) {
164 const auto transpose = Transpose(src);
166 StoreInt32x4(dst->data(row + i, col), transpose.buf.reg[i]);
187 const auto transpose_top = Transpose(top);
196 const auto transpose_bottom = Transpose(bottom);
219 const auto transpose_top_left = Transpose(top_left);
228 const auto transpose_bottom_left = Transpose(bottom_left);
238 const auto transpose_top_right = Transpose(top_right);
248 const auto transpose_bottom_right = Transpose(bottom_right);