Searched refs:vp9_int_pro_row_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_avg_test.cc | 270 make_tuple(16, &vp9_int_pro_row_sse2, &vp9_int_pro_row_c), 271 make_tuple(32, &vp9_int_pro_row_sse2, &vp9_int_pro_row_c), 272 make_tuple(64, &vp9_int_pro_row_sse2, &vp9_int_pro_row_c))); 291 make_tuple(16, &vp9_int_pro_row_neon, &vp9_int_pro_row_c), 292 make_tuple(32, &vp9_int_pro_row_neon, &vp9_int_pro_row_c), 293 make_tuple(64, &vp9_int_pro_row_neon, &vp9_int_pro_row_c)));
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 86 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height); 87 #define vp9_int_pro_row vp9_int_pro_row_c
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 86 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height); 87 #define vp9_int_pro_row vp9_int_pro_row_c
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 86 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height); 87 #define vp9_int_pro_row vp9_int_pro_row_c
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 86 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height); 87 #define vp9_int_pro_row vp9_int_pro_row_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 89 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height); 90 #define vp9_int_pro_row vp9_int_pro_row_c
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 92 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 92 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_avg.c | 132 void vp9_int_pro_row_c(int16_t hbuf[16], uint8_t const *ref, in vp9_int_pro_row_c() function
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 103 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 104 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
|