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

  /external/webp/src/dsp/
neon.h 70 const int32x4x2_t out01 = vtrnq_s32(vreinterpretq_s32_u64(row01.val[0]), local
75 out.val[0] = out01.val[0];
76 out.val[1] = out01.val[1];
enc_neon.c 79 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3); local
82 SaturateAndStore4x4_NEON(dst, out01, out23);
275 int16x8_t* const out01,
283 *out01 = vreinterpretq_s16_s64(
    [all...]
dec_neon.c 417 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3); local
420 SaturateAndStore4x4_NEON(dst, out01, out23);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 48 __m128i out01 = _mm_add_epi16(in01, kOne); local
50 out01 = _mm_srai_epi16(out01, 2);
52 store_output(&out01, (output + 0 * 8));
    [all...]

Completed in 208 milliseconds