Searched refs:vpx_comp_avg_pred_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 259 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, in vpx_comp_avg_pred_c() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint… 23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
|