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

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_avg_neon_asm.asm 29 b avg4
103 avg4 label
112 bgt avg4
  /external/libvpx/config/arm-neon/vpx_dsp/arm/
vpx_convolve_avg_neon_asm.asm.S 36 b avg4
110 avg4: label
119 bgt avg4
  /external/webp/src/dsp/
dec_sse2.c 972 const __m128i avg4 = _mm_subs_epu8(avg3, lsb2); local
    [all...]
enc_sse2.c 809 const __m128i avg4 = _mm_subs_epu8(avg3, lsb2); local
810 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4));
812 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( avg4 ));
814 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_srli_si128(avg4, 1)));
    [all...]

Completed in 120 milliseconds