Home
last modified time | relevance | path

Searched refs:vpx_comp_avg_pred_vsx (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dsad_vsx.c112 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, \
Dvariance_vsx.c58 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/
Dcomp_avg_pred_test.cc180 ::testing::Values(&vpx_comp_avg_pred_vsx));