Searched refs:vp9_fdct32x32_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 204 make_tuple(&vp9_fdct32x32_c, 208 make_tuple(&vp9_fdct32x32_c, 236 make_tuple(&vp9_fdct32x32_c, 266 make_tuple(&vp9_fdct32x32_c, 270 make_tuple(&vp9_fdct32x32_c,
|
D | dct32x32_test.cc | 152 vp9_fdct32x32_c(input_block, output_ref_block, stride); in TEST_P() 191 vp9_fdct32x32_c(input_extreme_block, output_ref_block, stride); in TEST_P() 250 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0), 257 make_tuple(&vp9_fdct32x32_c,
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 196 void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride); 197 #define vp9_fdct32x32 vp9_fdct32x32_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 196 void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride); 197 #define vp9_fdct32x32 vp9_fdct32x32_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 196 void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride); 197 #define vp9_fdct32x32 vp9_fdct32x32_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 207 void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride); 208 #define vp9_fdct32x32 vp9_fdct32x32_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 204 void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride); 205 #define vp9_fdct32x32 vp9_fdct32x32_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 1376 void vp9_fdct32x32_c(const int16_t *input, int16_t *out, int stride) { in vp9_fdct32x32_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 211 void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride);
|