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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.h 19 static INLINE void array_transpose_8x8(__m128i *in, __m128i *res) { function
76 array_transpose_8x8(res0, res0);
77 array_transpose_8x8(res1, tbuf);
78 array_transpose_8x8(res0 + 8, res1);
79 array_transpose_8x8(res1 + 8, res1 + 8);
vp9_idct_intrin_sse2.c 655 array_transpose_8x8(in, in);
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 631 static INLINE void array_transpose_8x8(__m128i *in, __m128i *res) { function
726 array_transpose_8x8(in, in);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 631 static INLINE void array_transpose_8x8(__m128i *in, __m128i *res) { function
726 array_transpose_8x8(in, in);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 715 static INLINE void array_transpose_8x8(__m128i *in, __m128i *res) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 715 static INLINE void array_transpose_8x8(__m128i *in, __m128i *res) { function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c     [all...]

Completed in 830 milliseconds