Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_avx2.c115 int outstride, int flipud, in av1_load_buffer_16xn_avx2() argument
130 out[i * outstride] = in av1_load_buffer_16xn_avx2()
132 out[i * outstride + 1] = in av1_load_buffer_16xn_avx2()
137 out[i * outstride + 1] = _mm256_cvtepi16_epi32( in av1_load_buffer_16xn_avx2()
139 out[i * outstride + 0] = _mm256_cvtepi16_epi32( in av1_load_buffer_16xn_avx2()
147 const int outstride) { in av1_fwd_txfm_transpose_8x8_avx2() argument
165 out[0 * outstride] = _mm256_permute2f128_si256(x0, x1, 0x20); in av1_fwd_txfm_transpose_8x8_avx2()
166 out[4 * outstride] = _mm256_permute2f128_si256(x0, x1, 0x31); in av1_fwd_txfm_transpose_8x8_avx2()
170 out[1 * outstride] = _mm256_permute2f128_si256(x0, x1, 0x20); in av1_fwd_txfm_transpose_8x8_avx2()
171 out[5 * outstride] = _mm256_permute2f128_si256(x0, x1, 0x31); in av1_fwd_txfm_transpose_8x8_avx2()
[all …]
Dav1_fwd_txfm1d_sse4.c463 const int instride, const int outstride) { in av1_fdct64_new_sse4_1() argument
1280 startidx = 0 * outstride; in av1_fdct64_new_sse4_1()
1281 endidx = 63 * outstride; in av1_fdct64_new_sse4_1()
1285 startidx += outstride; in av1_fdct64_new_sse4_1()
1286 endidx -= outstride; in av1_fdct64_new_sse4_1()
1289 startidx += outstride; in av1_fdct64_new_sse4_1()
1290 endidx -= outstride; in av1_fdct64_new_sse4_1()
1293 startidx += outstride; in av1_fdct64_new_sse4_1()
1294 endidx -= outstride; in av1_fdct64_new_sse4_1()
1297 startidx += outstride; in av1_fdct64_new_sse4_1()
[all …]
Dav1_txfm1d_sse4.h32 const int instride, const int outstride);
/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h34 GLuint outstride, in TAG()
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) { in TAG()
54 GLuint outstride, in TAG()
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) { in TAG()
76 GLuint outstride, in TAG()
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) { in TAG()
/external/python/cpython2/Objects/
Dmemoryobject.c119 Py_ssize_t outstride; in _strided_copy_nd() local
138 outstride = itemsize; in _strided_copy_nd()
140 outstride *= shape[k]; in _strided_copy_nd()
145 dest += outstride; in _strided_copy_nd()
156 outstride = itemsize; in _strided_copy_nd()
158 outstride *= shape[k]; in _strided_copy_nd()
164 dest += outstride; in _strided_copy_nd()