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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 377 const __m128i *const f_hi) {
379 _mm_srli_epi16(*f_hi, 4));
626 __m128i f_hi; local
636 f_hi = _mm_sub_epi16(_mm_slli_epi16(p7_hi, 3), p7_hi); // p7 * 7
637 f_hi = _mm_add_epi16(_mm_slli_epi16(p6_hi, 1),
638 _mm_add_epi16(p4_hi, f_hi));
639 f_hi = _mm_add_epi16(_mm_add_epi16(p3_hi, f_hi),
641 f_hi = _mm_add_epi16(_mm_add_epi16(p0_hi, q0_hi), f_hi);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 120 #define F_hi(i) (T[(i)].F_hi)
122 #define ln2_hi F_hi(TSIZE - 1)
129 float F_hi; /* log(1 / G_i) rounded (see below) */
134 * ln2_hi and each F_hi(i) are rounded to a number of bits that
135 * makes F_hi(i) + dk*ln2_hi exact for all i and all dk.
138 * and ln2_lo, to ensure that F_hi(i) and F_lo(i) cancel exactly
147 * of bits in F_hi(i) that works is very dependent on i but has
148 * a minimum of 93. We only need about 12 bits in F_hi(i) for
151 * We round F_hi(i) to 24 bits so that it can have type float
567 long double f_hi, twopminusk; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 502 const __m128i f_hi = _mm_unpackhi_epi8(zero, f); local
505 const __m128i f9_hi = _mm_mulhi_epi16(f_hi, k9); // Filter (hi) * 9
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 502 const __m128i f_hi = _mm_unpackhi_epi8(zero, f); local
505 const __m128i f9_hi = _mm_mulhi_epi16(f_hi, k9); // Filter (hi) * 9
    [all...]

Completed in 65 milliseconds