OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_coeff
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
avg_intrin_avx2.c
139
int16_t *
t_coeff
= temp_coeff;
local
141
int16_t *
t_coeff
= coeff;
local
146
hadamard_8x8x2_avx2(src_ptr, src_stride,
t_coeff
+ (idx * 64 * 2));
150
const __m256i coeff0 = _mm256_loadu_si256((const __m256i *)
t_coeff
);
151
const __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(
t_coeff
+ 64));
152
const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(
t_coeff
+ 128));
153
const __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(
t_coeff
+ 192));
171
t_coeff
+= 16;
Completed in 81 milliseconds