Searched refs:vpx_comp_avg_pred_vsx (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | sad_vsx.c | 112 vpx_comp_avg_pred_vsx(comp_pred, second_pred, 16, height, ref, \ 123 vpx_comp_avg_pred_vsx(comp_pred, second_pred, 32, height, ref, \ 134 vpx_comp_avg_pred_vsx(comp_pred, second_pred, 64, height, ref, \
|
D | variance_vsx.c | 58 void vpx_comp_avg_pred_vsx(uint8_t *comp_pred, const uint8_t *pred, int width, in vpx_comp_avg_pred_vsx() function
|
/external/libvpx/libvpx/test/ |
D | comp_avg_pred_test.cc | 180 ::testing::Values(&vpx_comp_avg_pred_vsx));
|