Searched refs:vpx_comp_avg_pred_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | sad.c | 44 vpx_comp_avg_pred_c(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
|
D | variance.c | 166 vpx_comp_avg_pred_c(temp3, second_pred, W, H, temp2, W); \ 223 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, in vpx_comp_avg_pred_c() function
|
/external/libvpx/libvpx/test/ |
D | comp_avg_pred_test.cc | 170 ::testing::Values(&vpx_comp_avg_pred_c));
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | variance_mmi.c | 1274 vpx_comp_avg_pred_c(temp3, second_pred, W, H, temp2, W); \
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 30 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
|