Searched refs:l3 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 44 const __m128i l3 = _mm_set1_epi8( in vp8_denoiser_filter_sse2() local 78 adj = _mm_sub_epi8(l3, adj2); in vp8_denoiser_filter_sse2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_intrapred_ssse3.asm | 458 movd m0, [leftq] ; l1, l2, l3, l4 460 punpckldq m0, m1 ; l1, l2, l3, l4, tl, t1, t2, t3 461 pshufb m0, [GLOBAL(sh_b32104567)]; l4, l3, l2, l1, tl, t1, t2, t3 462 psrldq m1, m0, 1 ; l3, l2, l1, tl, t1, t2, t3
|