Searched refs:vp9_idct8x8_64_add_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 221 &vp9_idct8x8_64_add_c, 225 &vp9_idct8x8_64_add_c, 249 &vp9_idct8x8_64_add_c, 253 &vp9_idct8x8_64_add_c, 283 &vp9_idct8x8_64_add_c, 287 &vp9_idct8x8_64_add_c, 301 &vp9_idct8x8_64_add_c,
|
D | fdct8x8_test.cc | 26 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *output, int pitch); 327 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0)));
|
D | idct8x8_test.cc | 127 vp9_idct8x8_64_add_c(coeff, dst, 8); in TEST()
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 286 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 287 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 286 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 287 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 286 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 287 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 310 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 312 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 204 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_64_add_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 327 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|