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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 54 static INLINE void transpose_4x4(__m128i *res) { function
103 transpose_4x4(in);
151 transpose_4x4(in);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 173 static INLINE void transpose_4x4(__m128i *res) { function
189 transpose_4x4(in);
227 transpose_4x4(in);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 175 static INLINE void transpose_4x4(__m128i *res) { function
191 transpose_4x4(in);
229 transpose_4x4(in);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 248 static INLINE void transpose_4x4(__m128i *res) { function
297 transpose_4x4(in);
345 transpose_4x4(in);
    [all...]

Completed in 6651 milliseconds