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

  /external/libvpx/libvpx/vpx_dsp/x86/
sad4d_avx2.c 89 __m256i r_lo[4], r_hi[4]; local
93 r_lo[0] = _mm256_loadu_si256((const __m256i *)refs[0]);
95 r_lo[1] = _mm256_loadu_si256((const __m256i *)refs[1]);
97 r_lo[2] = _mm256_loadu_si256((const __m256i *)refs[2]);
99 r_lo[3] = _mm256_loadu_si256((const __m256i *)refs[3]);
103 r_lo[0] = _mm256_sad_epu8(r_lo[0], s_lo);
104 r_lo[1] = _mm256_sad_epu8(r_lo[1], s_lo);
105 r_lo[2] = _mm256_sad_epu8(r_lo[2], s_lo)
    [all...]
  /external/skia/gm/
mixercolorfilter.cpp 78 const auto r_lo = SkColorGetR(lo), local
97 0, 0, 0, (r_hi - r_lo) / 255.0f, SkIntToScalar(r_lo),
  /external/skia/src/compute/hs/gen/
main.c 747 uint32_t const r_lo,
773 uint32_t const gmem_base = r_lo - 1 + rr;
819 for (uint32_t r_lo = 1; r_lo <= hsg_config.thread.regs; r_lo += s_max)
822 uint32_t const r_rem = hsg_config.thread.regs + 1 - r_lo;
826 if (r_lo > 1)
830 ops = hsg_bc_half_merge_level(ops,merge,r_lo,s_count);
837 ops = hsg_op(ops,BC_REG_SHARED_LOAD_V(warps,r_lo+c,c));
977 for (uint32_t r_lo=1; r_lo<r_mid; r_lo+=s_pairs_max
    [all...]
  /external/skqp/src/compute/hs/gen/
main.c 747 uint32_t const r_lo,
773 uint32_t const gmem_base = r_lo - 1 + rr;
819 for (uint32_t r_lo = 1; r_lo <= hsg_config.thread.regs; r_lo += s_max)
822 uint32_t const r_rem = hsg_config.thread.regs + 1 - r_lo;
826 if (r_lo > 1)
830 ops = hsg_bc_half_merge_level(ops,merge,r_lo,s_count);
837 ops = hsg_op(ops,BC_REG_SHARED_LOAD_V(warps,r_lo+c,c));
977 for (uint32_t r_lo=1; r_lo<r_mid; r_lo+=s_pairs_max
    [all...]
  /external/webp/src/dsp/
yuv_neon.c 31 const uint16x4_t r_lo = vget_low_u16(r); local
37 const uint32x4_t tmp0_lo = vmull_n_u16( r_lo, 16839u);
91 const int16x4_t r_lo = vreinterpret_s16_u16(vget_low_u16(r)); \
99 const int32x4_t tmp0_lo = vmull_n_s16( r_lo, C0); \

Completed in 1215 milliseconds