HomeSort by relevance Sort by last modified time
    Searched full:s3_11_0 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_sse2.c 404 __m128i s3_11_0 = _mm_cmplt_epi16(step2[11], kZero); local
437 step2[11] = _mm_sub_epi16(step2[11], s3_11_0);
544 const __m128i s3_11_0 = _mm_unpacklo_epi16(step2[12], step2[11]); local
548 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16);
550 const __m128i s3_12_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_p16);
1202 const __m128i s3_11_0 = _mm_unpacklo_epi16(step2[12], step2[11]); local
    [all...]

Completed in 41 milliseconds