Searched refs:vpx_comp_avg_pred (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subpel_variance_neon.c | 167 vpx_comp_avg_pred(temp0, second_pred, n, m, temp1, n); \
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 312 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error() 327 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error() 650 vpx_comp_avg_pred(comp_pred, second_pred, w, h, pred, w); in accurate_sub_pel_search() 669 vpx_comp_avg_pred(comp_pred, second_pred, w, h, pred, w); in accurate_sub_pel_search()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 34 #define vpx_comp_avg_pred vpx_comp_avg_pred_neon macro
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 34 #define vpx_comp_avg_pred vpx_comp_avg_pred_neon macro
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 34 #define vpx_comp_avg_pred vpx_comp_avg_pred_sse2 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 34 #define vpx_comp_avg_pred vpx_comp_avg_pred_sse2 macro
|