Searched refs:vpx_comp_avg_pred_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_pred_sse2.c | 17 void vpx_comp_avg_pred_sse2(uint8_t *comp, const uint8_t *pred, int width, in vpx_comp_avg_pred_sse2() function
|
/external/libvpx/libvpx/test/ |
D | comp_avg_pred_test.cc | 170 ::testing::Values(&vpx_comp_avg_pred_sse2));
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 33 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const u… 34 #define vpx_comp_avg_pred vpx_comp_avg_pred_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 33 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const u… 34 #define vpx_comp_avg_pred vpx_comp_avg_pred_sse2
|