HomeSort by relevance Sort by last modified time
    Searched defs:in23 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 270 __m128i in23 = _mm_unpacklo_epi64(res[2], res[3]); local
272 __m128i out23 = _mm_add_epi16(in23, kOne);
    [all...]
vp9_dct32x32_avx2.c 281 __m256i in23 = _mm256_loadu_si256((const __m256i *)(in + 23 * 32)); local
282 step1[ 8] = _mm256_add_epi16(in08, in23);
289 step1[23] = _mm256_sub_epi16(in08, in23);
    [all...]
vp9_dct32x32_sse2.c 275 __m128i in23 = _mm_loadu_si128((const __m128i *)(in + 23 * 32)); local
276 step1[ 8] = _mm_add_epi16(in08, in23);
283 step1[23] = _mm_sub_epi16(in08, in23);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 138 __m128i in23 = _mm_unpacklo_epi64(res[2], res[3]); local
140 __m128i out23 = _mm_add_epi16(in23, kOne);
    [all...]
vp9_dct_sse2.c 239 __m128i in23 = _mm_unpacklo_epi64(res[2], res[3]); local
241 __m128i out23 = _mm_add_epi16(in23, kOne);
    [all...]
vp9_dct32x32_avx2.c 281 __m256i in23 = _mm256_loadu_si256((const __m256i *)(in + 23 * 32)); local
282 step1[ 8] = _mm256_add_epi16(in08, in23);
289 step1[23] = _mm256_sub_epi16(in08, in23);
    [all...]
vp9_dct32x32_sse2.c 272 __m128i in23 = _mm_loadu_si128((const __m128i *)(in + 23 * 32)); local
273 step1[ 8] = _mm_add_epi16(in08, in23);
280 step1[23] = _mm_sub_epi16(in08, in23);
    [all...]

Completed in 412 milliseconds