Searched refs:vp9_idct16x16_10_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 214 &vp9_idct16x16_10_add_c,
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 256 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 257 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 256 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 257 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 256 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 257 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 270 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 272 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 842 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct16x16_10_add_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 287 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|