HomeSort by relevance Sort by last modified time
    Searched full:vp9_iht4x4_16_add_sse2 (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/test/
fdct4x4_test.cc 313 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 0),
314 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 1),
315 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 2),
316 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 3)));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
fdct4x4_test.cc 313 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 0),
314 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 1),
315 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 2),
316 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 3)));
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
fdct4x4_test.cc 492 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 0, VPX_BITS_8),
493 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 1, VPX_BITS_8),
494 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 2, VPX_BITS_8),
495 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 3, VPX_BITS_8)));
  /external/libvpx/x86/
vp9_rtcd.h 258 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
259 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp9_rtcd.h 351 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vp9_rtcd.h 325 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp9_rtcd.h 358 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
359 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp9_rtcd.h 358 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
359 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vp9_rtcd.h 358 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
359 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/ia32/
vp9_rtcd.h 355 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/ia32/
vp9_rtcd.h 355 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 263 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, function
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 268 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 268 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, function
    [all...]

Completed in 2744 milliseconds