HomeSort by relevance Sort by last modified time
    Searched refs:sixty_three (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 439 const __m128i sixty_three = _mm_set1_epi16(63); local
451 const __m128i a2_lo = _mm_add_epi16(f9_lo, sixty_three); // Filter * 9 + 63
452 const __m128i a2_hi = _mm_add_epi16(f9_hi, sixty_three); // Filter * 9 + 63
454 const __m128i a1_lo = _mm_add_epi16(f18_lo, sixty_three); // F... * 18 + 63
455 const __m128i a1_hi = _mm_add_epi16(f18_hi, sixty_three); // F... * 18 + 63
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 439 const __m128i sixty_three = _mm_set1_epi16(63); local
451 const __m128i a2_lo = _mm_add_epi16(f9_lo, sixty_three); // Filter * 9 + 63
452 const __m128i a2_hi = _mm_add_epi16(f9_hi, sixty_three); // Filter * 9 + 63
454 const __m128i a1_lo = _mm_add_epi16(f18_lo, sixty_three); // F... * 18 + 63
455 const __m128i a1_hi = _mm_add_epi16(f18_hi, sixty_three); // F... * 18 + 63
    [all...]

Completed in 642 milliseconds