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

  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 239 uint32x4_t efgh = (uint32x4_t)vec_mergeh(ef, gh); local
241 return (uint8x16_t)vec_mergeh(abcd, efgh);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py     [all...]
  /external/python/cpython2/Lib/test/
test_bytes.py     [all...]
  /external/webp/src/dsp/
dec_sse2.c 948 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); local
    [all...]
enc_sse2.c 784 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); local
786 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( efgh ));
788 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(efgh, 1)));
    [all...]

Completed in 854 milliseconds