Searched refs:vp9_iht16x16_256_add_sse2 (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc532 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 0),
533 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 1),
534 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 2),
535 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 3)));
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddct16x16_test.cc765 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 0,
767 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 1,
769 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 2,
771 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 3,
/external/libvpx/x86/
H A Dvp9_rtcd.h254 void vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *output, int pitch, int tx_type);
255 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h321 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
822 if (flags & HAS_SSE2) vp9_iht16x16_256_add = vp9_iht16x16_256_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h351 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
1015 if (flags & HAS_SSE2) vp9_iht16x16_256_add = vp9_iht16x16_256_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h354 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
355 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h354 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
355 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h351 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
1015 if (flags & HAS_SSE2) vp9_iht16x16_256_add = vp9_iht16x16_256_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h354 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
355 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c2331 void vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *dest, int stride, function
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c2495 void vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *dest, int stride, function

Completed in 2731 milliseconds