Searched refs:vp9_int_pro_row_c (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp9_avg_test.cc270 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/
H A Dvp9_rtcd.h86 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/
H A Dvp9_rtcd.h86 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/
H A Dvp9_rtcd.h86 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/
H A Dvp9_rtcd.h89 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/mips64/
H A Dvp9_rtcd.h86 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/arm-neon/
H A Dvp9_rtcd.h92 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
/external/libvpx/config/arm64/
H A Dvp9_rtcd.h92 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/
H A Dvp9_avg.c132 void vp9_int_pro_row_c(int16_t hbuf[16], uint8_t const *ref, function
/external/libvpx/config/x86/
H A Dvp9_rtcd.h103 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/
H A Dvp9_rtcd.h104 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);

Completed in 193 milliseconds