Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dhighbd_txfm_utility_sse4.h81 const int numrow = width >> 2; in transpose_8nx8n() local
82 for (int j = 0; j < numrow; j++) { in transpose_8nx8n()
84 TRANSPOSE_4X4(input[i * width + j + (numrow * 0)], in transpose_8nx8n()
85 input[i * width + j + (numrow * 1)], in transpose_8nx8n()
86 input[i * width + j + (numrow * 2)], in transpose_8nx8n()
87 input[i * width + j + (numrow * 3)], in transpose_8nx8n()