Searched refs:SSE (Results 1 – 19 of 19) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_intrin_avx2.c | 17 unsigned int *SSE, in vp9_get16x16var_avx2() argument 118 *((int*)SSE)= _mm_cvtsi128_si32(madd_res); in vp9_get16x16var_avx2() 128 unsigned int *SSE, in vp9_get32x32var_avx2() argument 207 *((int*)SSE)= _mm_cvtsi128_si32(_mm256_castsi256_si128(madd_ref_src)) + in vp9_get32x32var_avx2()
|
D | vp9_variance_avx2.c | 21 unsigned int *SSE, 31 unsigned int *SSE, 41 unsigned int *SSE,
|
D | vp9_variance_mmx.c | 22 unsigned int *SSE, 31 unsigned int *SSE,
|
D | vp9_variance_sse2.c | 23 unsigned int *SSE, 33 unsigned int *SSE, 42 unsigned int *SSE, 111 unsigned int *SSE,
|
D | vp9_subpel_variance_impl_sse2.asm | 114 mov rdi, arg(6) ;[SSE] 221 mov rdi, arg(6) ;[SSE] 325 mov rdi, arg(6) ;[SSE]
|
D | vp9_variance_impl_sse2.asm | 78 ; unsigned int * SSE, 198 mov rdi, arg(4) ;[SSE] 222 ; unsigned int * SSE, 383 mov rdi, arg(4) ;[SSE]
|
D | vp9_variance_impl_mmx.asm | 72 ; unsigned int *SSE, 295 mov rsi, arg(4) ;SSE 320 ; unsigned int *SSE, 410 mov rsi, arg(4) ;SSE
|
D | vp9_subpel_variance.asm | 71 ; This function returns the SE and stores SSE in the given pointer.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 58 …c_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum); 118 …c_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum); 119 …c_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | variance_sse2.c | 40 unsigned int *SSE, 54 unsigned int *SSE, 63 unsigned int *SSE,
|
D | variance_ssse3.c | 22 unsigned int *SSE,
|
D | variance_mmx.c | 45 unsigned int *SSE, 54 unsigned int *SSE,
|
D | variance_impl_sse2.asm | 80 ; unsigned int * SSE, 200 mov rdi, arg(4) ;[SSE] 224 ; unsigned int * SSE, 385 mov rdi, arg(4) ;[SSE] 906 mov rdi, arg(6) ;[SSE] 1121 mov rdi, arg(6) ;[SSE] 1331 mov rdi, arg(6) ;[SSE]
|
D | variance_impl_mmx.asm | 72 ; unsigned int *SSE, 295 mov rsi, arg(4) ;SSE 320 ; unsigned int *SSE, 410 mov rsi, arg(4) ;SSE
|
D | variance_impl_ssse3.asm | 336 mov rdi, arg(8) ;[SSE]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_altivec.asm | 154 ;# r7 unsigned int *SSE 176 ;# r7 unsigned int *SSE
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | sad_test.cc | 439 INSTANTIATE_TEST_CASE_P(SSE, SADTest, ::testing::Values( 445 INSTANTIATE_TEST_CASE_P(SSE, SADx4Test, ::testing::Values(
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 973 ; whereas SSE emulation of 3arg prefers to have it in src1 (i.e. the mov).
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 560 Replace pinsrw (SSE) with MMX instructions
|