Searched refs:vp9_idct32x32_1024_add_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 205 &vp9_idct32x32_1024_add_c, 209 &vp9_idct32x32_1024_add_c, 237 &vp9_idct32x32_1024_add_c, 267 &vp9_idct32x32_1024_add_c, 271 &vp9_idct32x32_1024_add_c,
|
D | dct32x32_test.cc | 250 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0), 251 make_tuple(&vp9_fdct32x32_rd_c, &vp9_idct32x32_1024_add_c, 1)));
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 265 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 266 #define vp9_idct32x32_1024_add vp9_idct32x32_1024_add_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 265 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 266 #define vp9_idct32x32_1024_add vp9_idct32x32_1024_add_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 265 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 266 #define vp9_idct32x32_1024_add vp9_idct32x32_1024_add_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 282 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 284 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 1247 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct32x32_1024_add_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 299 void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|