Home
last modified time | relevance | path

Searched refs:vp9_iwht4x4_16_add_c (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc340 make_tuple(&vp9_fwht4x4_c, &vp9_iwht4x4_16_add_c, 0)));
361 make_tuple(&vp9_fwht4x4_mmx, &vp9_iwht4x4_16_add_c, 0)));
/external/libvpx/armv7a/
Dvp9_rtcd.h298 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
299 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
/external/libvpx/mips/
Dvp9_rtcd.h298 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
299 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
/external/libvpx/generic/
Dvp9_rtcd.h298 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
299 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
/external/libvpx/mips-dspr2/
Dvp9_rtcd.h326 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
327 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
/external/libvpx/armv7a-neon/
Dvp9_rtcd.h327 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
328 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
/external/libvpx/x86/
Dvp9_rtcd.h343 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
344 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c21 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_iwht4x4_16_add_c() function