Searched refs:vp9_idct16x16_256_add_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 213 &vp9_idct16x16_256_add_c, 217 &vp9_idct16x16_256_add_c, 241 &vp9_idct16x16_256_add_c, 245 &vp9_idct16x16_256_add_c, 275 &vp9_idct16x16_256_add_c, 279 &vp9_idct16x16_256_add_c, 311 &vp9_idct16x16_256_add_c,
|
D | dct16x16_test.cc | 26 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch); 276 vp9_idct16x16_256_add_c(in, dest, stride); in idct16x16_ref() 571 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0)));
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 262 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 263 #define vp9_idct16x16_256_add vp9_idct16x16_256_add_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 262 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 263 #define vp9_idct16x16_256_add vp9_idct16x16_256_add_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 262 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride); 263 #define vp9_idct16x16_256_add vp9_idct16x16_256_add_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 278 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 280 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 614 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct16x16_256_add_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 295 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|