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

  /external/webp/src/dsp/
dec_sse2.c 375 const __m128i a1_hi = _mm_srai_epi16(*a0_hi, 7); local
376 const __m128i delta = _mm_packs_epi16(a1_lo, a1_hi);
509 const __m128i a1_hi = _mm_add_epi16(a2_hi, f9_hi); // Filter * 18 + 63 local
512 const __m128i a0_hi = _mm_add_epi16(a1_hi, f9_hi); // Filter * 27 + 63
515 Update2Pixels(p1, q1, &a1_lo, &a1_hi);
    [all...]
dec_neon.c 772 const int8x8_t a1_hi = vqshrn_n_s16(s1_hi, 7); local
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
dec_sse2.c 455 const __m128i a1_hi = _mm_add_epi16(f18_hi, sixty_three); // F... * 18 + 63 local
461 UPDATE_2PIXELS(*p1, *q1, a1_lo, a1_hi);
    [all...]

Completed in 84 milliseconds