in media/libaom/config/linux/arm/config/aom_dsp_rtcd.h [5481:8181]
static void setup_rtcd_internal(void)
{
int flags = aom_arm_cpu_caps();
(void)flags;
aom_avg_4x4 = aom_avg_4x4_c;
if (flags & HAS_NEON) aom_avg_4x4 = aom_avg_4x4_neon;
aom_avg_8x8 = aom_avg_8x8_c;
if (flags & HAS_NEON) aom_avg_8x8 = aom_avg_8x8_neon;
aom_avg_8x8_quad = aom_avg_8x8_quad_c;
if (flags & HAS_NEON) aom_avg_8x8_quad = aom_avg_8x8_quad_neon;
aom_blend_a64_hmask = aom_blend_a64_hmask_c;
if (flags & HAS_NEON) aom_blend_a64_hmask = aom_blend_a64_hmask_neon;
aom_blend_a64_mask = aom_blend_a64_mask_c;
if (flags & HAS_NEON) aom_blend_a64_mask = aom_blend_a64_mask_neon;
aom_blend_a64_vmask = aom_blend_a64_vmask_c;
if (flags & HAS_NEON) aom_blend_a64_vmask = aom_blend_a64_vmask_neon;
aom_comp_avg_pred = aom_comp_avg_pred_c;
if (flags & HAS_NEON) aom_comp_avg_pred = aom_comp_avg_pred_neon;
aom_comp_mask_pred = aom_comp_mask_pred_c;
if (flags & HAS_NEON) aom_comp_mask_pred = aom_comp_mask_pred_neon;
aom_compute_flow_at_point = aom_compute_flow_at_point_c;
if (flags & HAS_NEON) aom_compute_flow_at_point = aom_compute_flow_at_point_neon;
aom_convolve8_horiz = aom_convolve8_horiz_c;
if (flags & HAS_NEON) aom_convolve8_horiz = aom_convolve8_horiz_neon;
aom_convolve8_vert = aom_convolve8_vert_c;
if (flags & HAS_NEON) aom_convolve8_vert = aom_convolve8_vert_neon;
aom_convolve_copy = aom_convolve_copy_c;
if (flags & HAS_NEON) aom_convolve_copy = aom_convolve_copy_neon;
aom_dc_128_predictor_16x16 = aom_dc_128_predictor_16x16_c;
if (flags & HAS_NEON) aom_dc_128_predictor_16x16 = aom_dc_128_predictor_16x16_neon;
aom_dc_128_predictor_16x32 = aom_dc_128_predictor_16x32_c;
if (flags & HAS_NEON) aom_dc_128_predictor_16x32 = aom_dc_128_predictor_16x32_neon;
aom_dc_128_predictor_16x4 = aom_dc_128_predictor_16x4_c;
if (flags & HAS_NEON) aom_dc_128_predictor_16x4 = aom_dc_128_predictor_16x4_neon;
aom_dc_128_predictor_16x64 = aom_dc_128_predictor_16x64_c;
if (flags & HAS_NEON) aom_dc_128_predictor_16x64 = aom_dc_128_predictor_16x64_neon;
aom_dc_128_predictor_16x8 = aom_dc_128_predictor_16x8_c;
if (flags & HAS_NEON) aom_dc_128_predictor_16x8 = aom_dc_128_predictor_16x8_neon;
aom_dc_128_predictor_32x16 = aom_dc_128_predictor_32x16_c;
if (flags & HAS_NEON) aom_dc_128_predictor_32x16 = aom_dc_128_predictor_32x16_neon;
aom_dc_128_predictor_32x32 = aom_dc_128_predictor_32x32_c;
if (flags & HAS_NEON) aom_dc_128_predictor_32x32 = aom_dc_128_predictor_32x32_neon;
aom_dc_128_predictor_32x64 = aom_dc_128_predictor_32x64_c;
if (flags & HAS_NEON) aom_dc_128_predictor_32x64 = aom_dc_128_predictor_32x64_neon;
aom_dc_128_predictor_32x8 = aom_dc_128_predictor_32x8_c;
if (flags & HAS_NEON) aom_dc_128_predictor_32x8 = aom_dc_128_predictor_32x8_neon;
aom_dc_128_predictor_4x16 = aom_dc_128_predictor_4x16_c;
if (flags & HAS_NEON) aom_dc_128_predictor_4x16 = aom_dc_128_predictor_4x16_neon;
aom_dc_128_predictor_4x4 = aom_dc_128_predictor_4x4_c;
if (flags & HAS_NEON) aom_dc_128_predictor_4x4 = aom_dc_128_predictor_4x4_neon;
aom_dc_128_predictor_4x8 = aom_dc_128_predictor_4x8_c;
if (flags & HAS_NEON) aom_dc_128_predictor_4x8 = aom_dc_128_predictor_4x8_neon;
aom_dc_128_predictor_64x16 = aom_dc_128_predictor_64x16_c;
if (flags & HAS_NEON) aom_dc_128_predictor_64x16 = aom_dc_128_predictor_64x16_neon;
aom_dc_128_predictor_64x32 = aom_dc_128_predictor_64x32_c;
if (flags & HAS_NEON) aom_dc_128_predictor_64x32 = aom_dc_128_predictor_64x32_neon;
aom_dc_128_predictor_64x64 = aom_dc_128_predictor_64x64_c;
if (flags & HAS_NEON) aom_dc_128_predictor_64x64 = aom_dc_128_predictor_64x64_neon;
aom_dc_128_predictor_8x16 = aom_dc_128_predictor_8x16_c;
if (flags & HAS_NEON) aom_dc_128_predictor_8x16 = aom_dc_128_predictor_8x16_neon;
aom_dc_128_predictor_8x32 = aom_dc_128_predictor_8x32_c;
if (flags & HAS_NEON) aom_dc_128_predictor_8x32 = aom_dc_128_predictor_8x32_neon;
aom_dc_128_predictor_8x4 = aom_dc_128_predictor_8x4_c;
if (flags & HAS_NEON) aom_dc_128_predictor_8x4 = aom_dc_128_predictor_8x4_neon;
aom_dc_128_predictor_8x8 = aom_dc_128_predictor_8x8_c;
if (flags & HAS_NEON) aom_dc_128_predictor_8x8 = aom_dc_128_predictor_8x8_neon;
aom_dc_left_predictor_16x16 = aom_dc_left_predictor_16x16_c;
if (flags & HAS_NEON) aom_dc_left_predictor_16x16 = aom_dc_left_predictor_16x16_neon;
aom_dc_left_predictor_16x32 = aom_dc_left_predictor_16x32_c;
if (flags & HAS_NEON) aom_dc_left_predictor_16x32 = aom_dc_left_predictor_16x32_neon;
aom_dc_left_predictor_16x4 = aom_dc_left_predictor_16x4_c;
if (flags & HAS_NEON) aom_dc_left_predictor_16x4 = aom_dc_left_predictor_16x4_neon;
aom_dc_left_predictor_16x64 = aom_dc_left_predictor_16x64_c;
if (flags & HAS_NEON) aom_dc_left_predictor_16x64 = aom_dc_left_predictor_16x64_neon;
aom_dc_left_predictor_16x8 = aom_dc_left_predictor_16x8_c;
if (flags & HAS_NEON) aom_dc_left_predictor_16x8 = aom_dc_left_predictor_16x8_neon;
aom_dc_left_predictor_32x16 = aom_dc_left_predictor_32x16_c;
if (flags & HAS_NEON) aom_dc_left_predictor_32x16 = aom_dc_left_predictor_32x16_neon;
aom_dc_left_predictor_32x32 = aom_dc_left_predictor_32x32_c;
if (flags & HAS_NEON) aom_dc_left_predictor_32x32 = aom_dc_left_predictor_32x32_neon;
aom_dc_left_predictor_32x64 = aom_dc_left_predictor_32x64_c;
if (flags & HAS_NEON) aom_dc_left_predictor_32x64 = aom_dc_left_predictor_32x64_neon;
aom_dc_left_predictor_32x8 = aom_dc_left_predictor_32x8_c;
if (flags & HAS_NEON) aom_dc_left_predictor_32x8 = aom_dc_left_predictor_32x8_neon;
aom_dc_left_predictor_4x16 = aom_dc_left_predictor_4x16_c;
if (flags & HAS_NEON) aom_dc_left_predictor_4x16 = aom_dc_left_predictor_4x16_neon;
aom_dc_left_predictor_4x4 = aom_dc_left_predictor_4x4_c;
if (flags & HAS_NEON) aom_dc_left_predictor_4x4 = aom_dc_left_predictor_4x4_neon;
aom_dc_left_predictor_4x8 = aom_dc_left_predictor_4x8_c;
if (flags & HAS_NEON) aom_dc_left_predictor_4x8 = aom_dc_left_predictor_4x8_neon;
aom_dc_left_predictor_64x16 = aom_dc_left_predictor_64x16_c;
if (flags & HAS_NEON) aom_dc_left_predictor_64x16 = aom_dc_left_predictor_64x16_neon;
aom_dc_left_predictor_64x32 = aom_dc_left_predictor_64x32_c;
if (flags & HAS_NEON) aom_dc_left_predictor_64x32 = aom_dc_left_predictor_64x32_neon;
aom_dc_left_predictor_64x64 = aom_dc_left_predictor_64x64_c;
if (flags & HAS_NEON) aom_dc_left_predictor_64x64 = aom_dc_left_predictor_64x64_neon;
aom_dc_left_predictor_8x16 = aom_dc_left_predictor_8x16_c;
if (flags & HAS_NEON) aom_dc_left_predictor_8x16 = aom_dc_left_predictor_8x16_neon;
aom_dc_left_predictor_8x32 = aom_dc_left_predictor_8x32_c;
if (flags & HAS_NEON) aom_dc_left_predictor_8x32 = aom_dc_left_predictor_8x32_neon;
aom_dc_left_predictor_8x4 = aom_dc_left_predictor_8x4_c;
if (flags & HAS_NEON) aom_dc_left_predictor_8x4 = aom_dc_left_predictor_8x4_neon;
aom_dc_left_predictor_8x8 = aom_dc_left_predictor_8x8_c;
if (flags & HAS_NEON) aom_dc_left_predictor_8x8 = aom_dc_left_predictor_8x8_neon;
aom_dc_predictor_16x16 = aom_dc_predictor_16x16_c;
if (flags & HAS_NEON) aom_dc_predictor_16x16 = aom_dc_predictor_16x16_neon;
aom_dc_predictor_16x32 = aom_dc_predictor_16x32_c;
if (flags & HAS_NEON) aom_dc_predictor_16x32 = aom_dc_predictor_16x32_neon;
aom_dc_predictor_16x4 = aom_dc_predictor_16x4_c;
if (flags & HAS_NEON) aom_dc_predictor_16x4 = aom_dc_predictor_16x4_neon;
aom_dc_predictor_16x64 = aom_dc_predictor_16x64_c;
if (flags & HAS_NEON) aom_dc_predictor_16x64 = aom_dc_predictor_16x64_neon;
aom_dc_predictor_16x8 = aom_dc_predictor_16x8_c;
if (flags & HAS_NEON) aom_dc_predictor_16x8 = aom_dc_predictor_16x8_neon;
aom_dc_predictor_32x16 = aom_dc_predictor_32x16_c;
if (flags & HAS_NEON) aom_dc_predictor_32x16 = aom_dc_predictor_32x16_neon;
aom_dc_predictor_32x32 = aom_dc_predictor_32x32_c;
if (flags & HAS_NEON) aom_dc_predictor_32x32 = aom_dc_predictor_32x32_neon;
aom_dc_predictor_32x64 = aom_dc_predictor_32x64_c;
if (flags & HAS_NEON) aom_dc_predictor_32x64 = aom_dc_predictor_32x64_neon;
aom_dc_predictor_32x8 = aom_dc_predictor_32x8_c;
if (flags & HAS_NEON) aom_dc_predictor_32x8 = aom_dc_predictor_32x8_neon;
aom_dc_predictor_4x16 = aom_dc_predictor_4x16_c;
if (flags & HAS_NEON) aom_dc_predictor_4x16 = aom_dc_predictor_4x16_neon;
aom_dc_predictor_4x4 = aom_dc_predictor_4x4_c;
if (flags & HAS_NEON) aom_dc_predictor_4x4 = aom_dc_predictor_4x4_neon;
aom_dc_predictor_4x8 = aom_dc_predictor_4x8_c;
if (flags & HAS_NEON) aom_dc_predictor_4x8 = aom_dc_predictor_4x8_neon;
aom_dc_predictor_64x16 = aom_dc_predictor_64x16_c;
if (flags & HAS_NEON) aom_dc_predictor_64x16 = aom_dc_predictor_64x16_neon;
aom_dc_predictor_64x32 = aom_dc_predictor_64x32_c;
if (flags & HAS_NEON) aom_dc_predictor_64x32 = aom_dc_predictor_64x32_neon;
aom_dc_predictor_64x64 = aom_dc_predictor_64x64_c;
if (flags & HAS_NEON) aom_dc_predictor_64x64 = aom_dc_predictor_64x64_neon;
aom_dc_predictor_8x16 = aom_dc_predictor_8x16_c;
if (flags & HAS_NEON) aom_dc_predictor_8x16 = aom_dc_predictor_8x16_neon;
aom_dc_predictor_8x32 = aom_dc_predictor_8x32_c;
if (flags & HAS_NEON) aom_dc_predictor_8x32 = aom_dc_predictor_8x32_neon;
aom_dc_predictor_8x4 = aom_dc_predictor_8x4_c;
if (flags & HAS_NEON) aom_dc_predictor_8x4 = aom_dc_predictor_8x4_neon;
aom_dc_predictor_8x8 = aom_dc_predictor_8x8_c;
if (flags & HAS_NEON) aom_dc_predictor_8x8 = aom_dc_predictor_8x8_neon;
aom_dc_top_predictor_16x16 = aom_dc_top_predictor_16x16_c;
if (flags & HAS_NEON) aom_dc_top_predictor_16x16 = aom_dc_top_predictor_16x16_neon;
aom_dc_top_predictor_16x32 = aom_dc_top_predictor_16x32_c;
if (flags & HAS_NEON) aom_dc_top_predictor_16x32 = aom_dc_top_predictor_16x32_neon;
aom_dc_top_predictor_16x4 = aom_dc_top_predictor_16x4_c;
if (flags & HAS_NEON) aom_dc_top_predictor_16x4 = aom_dc_top_predictor_16x4_neon;
aom_dc_top_predictor_16x64 = aom_dc_top_predictor_16x64_c;
if (flags & HAS_NEON) aom_dc_top_predictor_16x64 = aom_dc_top_predictor_16x64_neon;
aom_dc_top_predictor_16x8 = aom_dc_top_predictor_16x8_c;
if (flags & HAS_NEON) aom_dc_top_predictor_16x8 = aom_dc_top_predictor_16x8_neon;
aom_dc_top_predictor_32x16 = aom_dc_top_predictor_32x16_c;
if (flags & HAS_NEON) aom_dc_top_predictor_32x16 = aom_dc_top_predictor_32x16_neon;
aom_dc_top_predictor_32x32 = aom_dc_top_predictor_32x32_c;
if (flags & HAS_NEON) aom_dc_top_predictor_32x32 = aom_dc_top_predictor_32x32_neon;
aom_dc_top_predictor_32x64 = aom_dc_top_predictor_32x64_c;
if (flags & HAS_NEON) aom_dc_top_predictor_32x64 = aom_dc_top_predictor_32x64_neon;
aom_dc_top_predictor_32x8 = aom_dc_top_predictor_32x8_c;
if (flags & HAS_NEON) aom_dc_top_predictor_32x8 = aom_dc_top_predictor_32x8_neon;
aom_dc_top_predictor_4x16 = aom_dc_top_predictor_4x16_c;
if (flags & HAS_NEON) aom_dc_top_predictor_4x16 = aom_dc_top_predictor_4x16_neon;
aom_dc_top_predictor_4x4 = aom_dc_top_predictor_4x4_c;
if (flags & HAS_NEON) aom_dc_top_predictor_4x4 = aom_dc_top_predictor_4x4_neon;
aom_dc_top_predictor_4x8 = aom_dc_top_predictor_4x8_c;
if (flags & HAS_NEON) aom_dc_top_predictor_4x8 = aom_dc_top_predictor_4x8_neon;
aom_dc_top_predictor_64x16 = aom_dc_top_predictor_64x16_c;
if (flags & HAS_NEON) aom_dc_top_predictor_64x16 = aom_dc_top_predictor_64x16_neon;
aom_dc_top_predictor_64x32 = aom_dc_top_predictor_64x32_c;
if (flags & HAS_NEON) aom_dc_top_predictor_64x32 = aom_dc_top_predictor_64x32_neon;
aom_dc_top_predictor_64x64 = aom_dc_top_predictor_64x64_c;
if (flags & HAS_NEON) aom_dc_top_predictor_64x64 = aom_dc_top_predictor_64x64_neon;
aom_dc_top_predictor_8x16 = aom_dc_top_predictor_8x16_c;
if (flags & HAS_NEON) aom_dc_top_predictor_8x16 = aom_dc_top_predictor_8x16_neon;
aom_dc_top_predictor_8x32 = aom_dc_top_predictor_8x32_c;
if (flags & HAS_NEON) aom_dc_top_predictor_8x32 = aom_dc_top_predictor_8x32_neon;
aom_dc_top_predictor_8x4 = aom_dc_top_predictor_8x4_c;
if (flags & HAS_NEON) aom_dc_top_predictor_8x4 = aom_dc_top_predictor_8x4_neon;
aom_dc_top_predictor_8x8 = aom_dc_top_predictor_8x8_c;
if (flags & HAS_NEON) aom_dc_top_predictor_8x8 = aom_dc_top_predictor_8x8_neon;
aom_fdct4x4 = aom_fdct4x4_c;
if (flags & HAS_NEON) aom_fdct4x4 = aom_fdct4x4_neon;
aom_fdct4x4_lp = aom_fdct4x4_lp_c;
if (flags & HAS_NEON) aom_fdct4x4_lp = aom_fdct4x4_lp_neon;
aom_get_blk_sse_sum = aom_get_blk_sse_sum_c;
if (flags & HAS_NEON) aom_get_blk_sse_sum = aom_get_blk_sse_sum_neon;
aom_get_mb_ss = aom_get_mb_ss_c;
if (flags & HAS_NEON) aom_get_mb_ss = aom_get_mb_ss_neon;
aom_get_var_sse_sum_16x16_dual = aom_get_var_sse_sum_16x16_dual_c;
if (flags & HAS_NEON) aom_get_var_sse_sum_16x16_dual = aom_get_var_sse_sum_16x16_dual_neon;
aom_get_var_sse_sum_8x8_quad = aom_get_var_sse_sum_8x8_quad_c;
if (flags & HAS_NEON) aom_get_var_sse_sum_8x8_quad = aom_get_var_sse_sum_8x8_quad_neon;
aom_h_predictor_16x16 = aom_h_predictor_16x16_c;
if (flags & HAS_NEON) aom_h_predictor_16x16 = aom_h_predictor_16x16_neon;
aom_h_predictor_16x32 = aom_h_predictor_16x32_c;
if (flags & HAS_NEON) aom_h_predictor_16x32 = aom_h_predictor_16x32_neon;
aom_h_predictor_16x4 = aom_h_predictor_16x4_c;
if (flags & HAS_NEON) aom_h_predictor_16x4 = aom_h_predictor_16x4_neon;
aom_h_predictor_16x64 = aom_h_predictor_16x64_c;
if (flags & HAS_NEON) aom_h_predictor_16x64 = aom_h_predictor_16x64_neon;
aom_h_predictor_16x8 = aom_h_predictor_16x8_c;
if (flags & HAS_NEON) aom_h_predictor_16x8 = aom_h_predictor_16x8_neon;
aom_h_predictor_32x16 = aom_h_predictor_32x16_c;
if (flags & HAS_NEON) aom_h_predictor_32x16 = aom_h_predictor_32x16_neon;
aom_h_predictor_32x32 = aom_h_predictor_32x32_c;
if (flags & HAS_NEON) aom_h_predictor_32x32 = aom_h_predictor_32x32_neon;
aom_h_predictor_32x64 = aom_h_predictor_32x64_c;
if (flags & HAS_NEON) aom_h_predictor_32x64 = aom_h_predictor_32x64_neon;
aom_h_predictor_32x8 = aom_h_predictor_32x8_c;
if (flags & HAS_NEON) aom_h_predictor_32x8 = aom_h_predictor_32x8_neon;
aom_h_predictor_4x16 = aom_h_predictor_4x16_c;
if (flags & HAS_NEON) aom_h_predictor_4x16 = aom_h_predictor_4x16_neon;
aom_h_predictor_4x4 = aom_h_predictor_4x4_c;
if (flags & HAS_NEON) aom_h_predictor_4x4 = aom_h_predictor_4x4_neon;
aom_h_predictor_4x8 = aom_h_predictor_4x8_c;
if (flags & HAS_NEON) aom_h_predictor_4x8 = aom_h_predictor_4x8_neon;
aom_h_predictor_64x16 = aom_h_predictor_64x16_c;
if (flags & HAS_NEON) aom_h_predictor_64x16 = aom_h_predictor_64x16_neon;
aom_h_predictor_64x32 = aom_h_predictor_64x32_c;
if (flags & HAS_NEON) aom_h_predictor_64x32 = aom_h_predictor_64x32_neon;
aom_h_predictor_64x64 = aom_h_predictor_64x64_c;
if (flags & HAS_NEON) aom_h_predictor_64x64 = aom_h_predictor_64x64_neon;
aom_h_predictor_8x16 = aom_h_predictor_8x16_c;
if (flags & HAS_NEON) aom_h_predictor_8x16 = aom_h_predictor_8x16_neon;
aom_h_predictor_8x32 = aom_h_predictor_8x32_c;
if (flags & HAS_NEON) aom_h_predictor_8x32 = aom_h_predictor_8x32_neon;
aom_h_predictor_8x4 = aom_h_predictor_8x4_c;
if (flags & HAS_NEON) aom_h_predictor_8x4 = aom_h_predictor_8x4_neon;
aom_h_predictor_8x8 = aom_h_predictor_8x8_c;
if (flags & HAS_NEON) aom_h_predictor_8x8 = aom_h_predictor_8x8_neon;
aom_hadamard_16x16 = aom_hadamard_16x16_c;
if (flags & HAS_NEON) aom_hadamard_16x16 = aom_hadamard_16x16_neon;
aom_hadamard_32x32 = aom_hadamard_32x32_c;
if (flags & HAS_NEON) aom_hadamard_32x32 = aom_hadamard_32x32_neon;
aom_hadamard_4x4 = aom_hadamard_4x4_c;
if (flags & HAS_NEON) aom_hadamard_4x4 = aom_hadamard_4x4_neon;
aom_hadamard_8x8 = aom_hadamard_8x8_c;
if (flags & HAS_NEON) aom_hadamard_8x8 = aom_hadamard_8x8_neon;
aom_hadamard_lp_16x16 = aom_hadamard_lp_16x16_c;
if (flags & HAS_NEON) aom_hadamard_lp_16x16 = aom_hadamard_lp_16x16_neon;
aom_hadamard_lp_8x8 = aom_hadamard_lp_8x8_c;
if (flags & HAS_NEON) aom_hadamard_lp_8x8 = aom_hadamard_lp_8x8_neon;
aom_hadamard_lp_8x8_dual = aom_hadamard_lp_8x8_dual_c;
if (flags & HAS_NEON) aom_hadamard_lp_8x8_dual = aom_hadamard_lp_8x8_dual_neon;
aom_highbd_10_masked_sub_pixel_variance128x128 = aom_highbd_10_masked_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance128x128 = aom_highbd_10_masked_sub_pixel_variance128x128_neon;
aom_highbd_10_masked_sub_pixel_variance128x64 = aom_highbd_10_masked_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance128x64 = aom_highbd_10_masked_sub_pixel_variance128x64_neon;
aom_highbd_10_masked_sub_pixel_variance16x16 = aom_highbd_10_masked_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance16x16 = aom_highbd_10_masked_sub_pixel_variance16x16_neon;
aom_highbd_10_masked_sub_pixel_variance16x32 = aom_highbd_10_masked_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance16x32 = aom_highbd_10_masked_sub_pixel_variance16x32_neon;
aom_highbd_10_masked_sub_pixel_variance16x4 = aom_highbd_10_masked_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance16x4 = aom_highbd_10_masked_sub_pixel_variance16x4_neon;
aom_highbd_10_masked_sub_pixel_variance16x64 = aom_highbd_10_masked_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance16x64 = aom_highbd_10_masked_sub_pixel_variance16x64_neon;
aom_highbd_10_masked_sub_pixel_variance16x8 = aom_highbd_10_masked_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance16x8 = aom_highbd_10_masked_sub_pixel_variance16x8_neon;
aom_highbd_10_masked_sub_pixel_variance32x16 = aom_highbd_10_masked_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance32x16 = aom_highbd_10_masked_sub_pixel_variance32x16_neon;
aom_highbd_10_masked_sub_pixel_variance32x32 = aom_highbd_10_masked_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance32x32 = aom_highbd_10_masked_sub_pixel_variance32x32_neon;
aom_highbd_10_masked_sub_pixel_variance32x64 = aom_highbd_10_masked_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance32x64 = aom_highbd_10_masked_sub_pixel_variance32x64_neon;
aom_highbd_10_masked_sub_pixel_variance32x8 = aom_highbd_10_masked_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance32x8 = aom_highbd_10_masked_sub_pixel_variance32x8_neon;
aom_highbd_10_masked_sub_pixel_variance4x16 = aom_highbd_10_masked_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance4x16 = aom_highbd_10_masked_sub_pixel_variance4x16_neon;
aom_highbd_10_masked_sub_pixel_variance4x4 = aom_highbd_10_masked_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance4x4 = aom_highbd_10_masked_sub_pixel_variance4x4_neon;
aom_highbd_10_masked_sub_pixel_variance4x8 = aom_highbd_10_masked_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance4x8 = aom_highbd_10_masked_sub_pixel_variance4x8_neon;
aom_highbd_10_masked_sub_pixel_variance64x128 = aom_highbd_10_masked_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance64x128 = aom_highbd_10_masked_sub_pixel_variance64x128_neon;
aom_highbd_10_masked_sub_pixel_variance64x16 = aom_highbd_10_masked_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance64x16 = aom_highbd_10_masked_sub_pixel_variance64x16_neon;
aom_highbd_10_masked_sub_pixel_variance64x32 = aom_highbd_10_masked_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance64x32 = aom_highbd_10_masked_sub_pixel_variance64x32_neon;
aom_highbd_10_masked_sub_pixel_variance64x64 = aom_highbd_10_masked_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance64x64 = aom_highbd_10_masked_sub_pixel_variance64x64_neon;
aom_highbd_10_masked_sub_pixel_variance8x16 = aom_highbd_10_masked_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance8x16 = aom_highbd_10_masked_sub_pixel_variance8x16_neon;
aom_highbd_10_masked_sub_pixel_variance8x32 = aom_highbd_10_masked_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance8x32 = aom_highbd_10_masked_sub_pixel_variance8x32_neon;
aom_highbd_10_masked_sub_pixel_variance8x4 = aom_highbd_10_masked_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance8x4 = aom_highbd_10_masked_sub_pixel_variance8x4_neon;
aom_highbd_10_masked_sub_pixel_variance8x8 = aom_highbd_10_masked_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_10_masked_sub_pixel_variance8x8 = aom_highbd_10_masked_sub_pixel_variance8x8_neon;
aom_highbd_10_mse16x16 = aom_highbd_10_mse16x16_c;
if (flags & HAS_NEON) aom_highbd_10_mse16x16 = aom_highbd_10_mse16x16_neon;
aom_highbd_10_mse16x8 = aom_highbd_10_mse16x8_c;
if (flags & HAS_NEON) aom_highbd_10_mse16x8 = aom_highbd_10_mse16x8_neon;
aom_highbd_10_mse8x16 = aom_highbd_10_mse8x16_c;
if (flags & HAS_NEON) aom_highbd_10_mse8x16 = aom_highbd_10_mse8x16_neon;
aom_highbd_10_mse8x8 = aom_highbd_10_mse8x8_c;
if (flags & HAS_NEON) aom_highbd_10_mse8x8 = aom_highbd_10_mse8x8_neon;
aom_highbd_10_obmc_sub_pixel_variance128x128 = aom_highbd_10_obmc_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance128x128 = aom_highbd_10_obmc_sub_pixel_variance128x128_neon;
aom_highbd_10_obmc_sub_pixel_variance128x64 = aom_highbd_10_obmc_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance128x64 = aom_highbd_10_obmc_sub_pixel_variance128x64_neon;
aom_highbd_10_obmc_sub_pixel_variance16x16 = aom_highbd_10_obmc_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance16x16 = aom_highbd_10_obmc_sub_pixel_variance16x16_neon;
aom_highbd_10_obmc_sub_pixel_variance16x32 = aom_highbd_10_obmc_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance16x32 = aom_highbd_10_obmc_sub_pixel_variance16x32_neon;
aom_highbd_10_obmc_sub_pixel_variance16x4 = aom_highbd_10_obmc_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance16x4 = aom_highbd_10_obmc_sub_pixel_variance16x4_neon;
aom_highbd_10_obmc_sub_pixel_variance16x64 = aom_highbd_10_obmc_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance16x64 = aom_highbd_10_obmc_sub_pixel_variance16x64_neon;
aom_highbd_10_obmc_sub_pixel_variance16x8 = aom_highbd_10_obmc_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance16x8 = aom_highbd_10_obmc_sub_pixel_variance16x8_neon;
aom_highbd_10_obmc_sub_pixel_variance32x16 = aom_highbd_10_obmc_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance32x16 = aom_highbd_10_obmc_sub_pixel_variance32x16_neon;
aom_highbd_10_obmc_sub_pixel_variance32x32 = aom_highbd_10_obmc_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance32x32 = aom_highbd_10_obmc_sub_pixel_variance32x32_neon;
aom_highbd_10_obmc_sub_pixel_variance32x64 = aom_highbd_10_obmc_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance32x64 = aom_highbd_10_obmc_sub_pixel_variance32x64_neon;
aom_highbd_10_obmc_sub_pixel_variance32x8 = aom_highbd_10_obmc_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance32x8 = aom_highbd_10_obmc_sub_pixel_variance32x8_neon;
aom_highbd_10_obmc_sub_pixel_variance4x16 = aom_highbd_10_obmc_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance4x16 = aom_highbd_10_obmc_sub_pixel_variance4x16_neon;
aom_highbd_10_obmc_sub_pixel_variance4x4 = aom_highbd_10_obmc_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance4x4 = aom_highbd_10_obmc_sub_pixel_variance4x4_neon;
aom_highbd_10_obmc_sub_pixel_variance4x8 = aom_highbd_10_obmc_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance4x8 = aom_highbd_10_obmc_sub_pixel_variance4x8_neon;
aom_highbd_10_obmc_sub_pixel_variance64x128 = aom_highbd_10_obmc_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance64x128 = aom_highbd_10_obmc_sub_pixel_variance64x128_neon;
aom_highbd_10_obmc_sub_pixel_variance64x16 = aom_highbd_10_obmc_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance64x16 = aom_highbd_10_obmc_sub_pixel_variance64x16_neon;
aom_highbd_10_obmc_sub_pixel_variance64x32 = aom_highbd_10_obmc_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance64x32 = aom_highbd_10_obmc_sub_pixel_variance64x32_neon;
aom_highbd_10_obmc_sub_pixel_variance64x64 = aom_highbd_10_obmc_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance64x64 = aom_highbd_10_obmc_sub_pixel_variance64x64_neon;
aom_highbd_10_obmc_sub_pixel_variance8x16 = aom_highbd_10_obmc_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance8x16 = aom_highbd_10_obmc_sub_pixel_variance8x16_neon;
aom_highbd_10_obmc_sub_pixel_variance8x32 = aom_highbd_10_obmc_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance8x32 = aom_highbd_10_obmc_sub_pixel_variance8x32_neon;
aom_highbd_10_obmc_sub_pixel_variance8x4 = aom_highbd_10_obmc_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance8x4 = aom_highbd_10_obmc_sub_pixel_variance8x4_neon;
aom_highbd_10_obmc_sub_pixel_variance8x8 = aom_highbd_10_obmc_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_sub_pixel_variance8x8 = aom_highbd_10_obmc_sub_pixel_variance8x8_neon;
aom_highbd_10_obmc_variance128x128 = aom_highbd_10_obmc_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance128x128 = aom_highbd_10_obmc_variance128x128_neon;
aom_highbd_10_obmc_variance128x64 = aom_highbd_10_obmc_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance128x64 = aom_highbd_10_obmc_variance128x64_neon;
aom_highbd_10_obmc_variance16x16 = aom_highbd_10_obmc_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance16x16 = aom_highbd_10_obmc_variance16x16_neon;
aom_highbd_10_obmc_variance16x32 = aom_highbd_10_obmc_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance16x32 = aom_highbd_10_obmc_variance16x32_neon;
aom_highbd_10_obmc_variance16x4 = aom_highbd_10_obmc_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance16x4 = aom_highbd_10_obmc_variance16x4_neon;
aom_highbd_10_obmc_variance16x64 = aom_highbd_10_obmc_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance16x64 = aom_highbd_10_obmc_variance16x64_neon;
aom_highbd_10_obmc_variance16x8 = aom_highbd_10_obmc_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance16x8 = aom_highbd_10_obmc_variance16x8_neon;
aom_highbd_10_obmc_variance32x16 = aom_highbd_10_obmc_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance32x16 = aom_highbd_10_obmc_variance32x16_neon;
aom_highbd_10_obmc_variance32x32 = aom_highbd_10_obmc_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance32x32 = aom_highbd_10_obmc_variance32x32_neon;
aom_highbd_10_obmc_variance32x64 = aom_highbd_10_obmc_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance32x64 = aom_highbd_10_obmc_variance32x64_neon;
aom_highbd_10_obmc_variance32x8 = aom_highbd_10_obmc_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance32x8 = aom_highbd_10_obmc_variance32x8_neon;
aom_highbd_10_obmc_variance4x16 = aom_highbd_10_obmc_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance4x16 = aom_highbd_10_obmc_variance4x16_neon;
aom_highbd_10_obmc_variance4x4 = aom_highbd_10_obmc_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance4x4 = aom_highbd_10_obmc_variance4x4_neon;
aom_highbd_10_obmc_variance4x8 = aom_highbd_10_obmc_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance4x8 = aom_highbd_10_obmc_variance4x8_neon;
aom_highbd_10_obmc_variance64x128 = aom_highbd_10_obmc_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance64x128 = aom_highbd_10_obmc_variance64x128_neon;
aom_highbd_10_obmc_variance64x16 = aom_highbd_10_obmc_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance64x16 = aom_highbd_10_obmc_variance64x16_neon;
aom_highbd_10_obmc_variance64x32 = aom_highbd_10_obmc_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance64x32 = aom_highbd_10_obmc_variance64x32_neon;
aom_highbd_10_obmc_variance64x64 = aom_highbd_10_obmc_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance64x64 = aom_highbd_10_obmc_variance64x64_neon;
aom_highbd_10_obmc_variance8x16 = aom_highbd_10_obmc_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance8x16 = aom_highbd_10_obmc_variance8x16_neon;
aom_highbd_10_obmc_variance8x32 = aom_highbd_10_obmc_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance8x32 = aom_highbd_10_obmc_variance8x32_neon;
aom_highbd_10_obmc_variance8x4 = aom_highbd_10_obmc_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance8x4 = aom_highbd_10_obmc_variance8x4_neon;
aom_highbd_10_obmc_variance8x8 = aom_highbd_10_obmc_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_10_obmc_variance8x8 = aom_highbd_10_obmc_variance8x8_neon;
aom_highbd_10_sub_pixel_avg_variance128x128 = aom_highbd_10_sub_pixel_avg_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance128x128 = aom_highbd_10_sub_pixel_avg_variance128x128_neon;
aom_highbd_10_sub_pixel_avg_variance128x64 = aom_highbd_10_sub_pixel_avg_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance128x64 = aom_highbd_10_sub_pixel_avg_variance128x64_neon;
aom_highbd_10_sub_pixel_avg_variance16x16 = aom_highbd_10_sub_pixel_avg_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance16x16 = aom_highbd_10_sub_pixel_avg_variance16x16_neon;
aom_highbd_10_sub_pixel_avg_variance16x32 = aom_highbd_10_sub_pixel_avg_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance16x32 = aom_highbd_10_sub_pixel_avg_variance16x32_neon;
aom_highbd_10_sub_pixel_avg_variance16x4 = aom_highbd_10_sub_pixel_avg_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance16x4 = aom_highbd_10_sub_pixel_avg_variance16x4_neon;
aom_highbd_10_sub_pixel_avg_variance16x64 = aom_highbd_10_sub_pixel_avg_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance16x64 = aom_highbd_10_sub_pixel_avg_variance16x64_neon;
aom_highbd_10_sub_pixel_avg_variance16x8 = aom_highbd_10_sub_pixel_avg_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance16x8 = aom_highbd_10_sub_pixel_avg_variance16x8_neon;
aom_highbd_10_sub_pixel_avg_variance32x16 = aom_highbd_10_sub_pixel_avg_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance32x16 = aom_highbd_10_sub_pixel_avg_variance32x16_neon;
aom_highbd_10_sub_pixel_avg_variance32x32 = aom_highbd_10_sub_pixel_avg_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance32x32 = aom_highbd_10_sub_pixel_avg_variance32x32_neon;
aom_highbd_10_sub_pixel_avg_variance32x64 = aom_highbd_10_sub_pixel_avg_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance32x64 = aom_highbd_10_sub_pixel_avg_variance32x64_neon;
aom_highbd_10_sub_pixel_avg_variance32x8 = aom_highbd_10_sub_pixel_avg_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance32x8 = aom_highbd_10_sub_pixel_avg_variance32x8_neon;
aom_highbd_10_sub_pixel_avg_variance4x16 = aom_highbd_10_sub_pixel_avg_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance4x16 = aom_highbd_10_sub_pixel_avg_variance4x16_neon;
aom_highbd_10_sub_pixel_avg_variance4x4 = aom_highbd_10_sub_pixel_avg_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance4x4 = aom_highbd_10_sub_pixel_avg_variance4x4_neon;
aom_highbd_10_sub_pixel_avg_variance4x8 = aom_highbd_10_sub_pixel_avg_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance4x8 = aom_highbd_10_sub_pixel_avg_variance4x8_neon;
aom_highbd_10_sub_pixel_avg_variance64x128 = aom_highbd_10_sub_pixel_avg_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance64x128 = aom_highbd_10_sub_pixel_avg_variance64x128_neon;
aom_highbd_10_sub_pixel_avg_variance64x16 = aom_highbd_10_sub_pixel_avg_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance64x16 = aom_highbd_10_sub_pixel_avg_variance64x16_neon;
aom_highbd_10_sub_pixel_avg_variance64x32 = aom_highbd_10_sub_pixel_avg_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance64x32 = aom_highbd_10_sub_pixel_avg_variance64x32_neon;
aom_highbd_10_sub_pixel_avg_variance64x64 = aom_highbd_10_sub_pixel_avg_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance64x64 = aom_highbd_10_sub_pixel_avg_variance64x64_neon;
aom_highbd_10_sub_pixel_avg_variance8x16 = aom_highbd_10_sub_pixel_avg_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance8x16 = aom_highbd_10_sub_pixel_avg_variance8x16_neon;
aom_highbd_10_sub_pixel_avg_variance8x32 = aom_highbd_10_sub_pixel_avg_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance8x32 = aom_highbd_10_sub_pixel_avg_variance8x32_neon;
aom_highbd_10_sub_pixel_avg_variance8x4 = aom_highbd_10_sub_pixel_avg_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance8x4 = aom_highbd_10_sub_pixel_avg_variance8x4_neon;
aom_highbd_10_sub_pixel_avg_variance8x8 = aom_highbd_10_sub_pixel_avg_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_avg_variance8x8 = aom_highbd_10_sub_pixel_avg_variance8x8_neon;
aom_highbd_10_sub_pixel_variance128x128 = aom_highbd_10_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance128x128 = aom_highbd_10_sub_pixel_variance128x128_neon;
aom_highbd_10_sub_pixel_variance128x64 = aom_highbd_10_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance128x64 = aom_highbd_10_sub_pixel_variance128x64_neon;
aom_highbd_10_sub_pixel_variance16x16 = aom_highbd_10_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance16x16 = aom_highbd_10_sub_pixel_variance16x16_neon;
aom_highbd_10_sub_pixel_variance16x32 = aom_highbd_10_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance16x32 = aom_highbd_10_sub_pixel_variance16x32_neon;
aom_highbd_10_sub_pixel_variance16x4 = aom_highbd_10_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance16x4 = aom_highbd_10_sub_pixel_variance16x4_neon;
aom_highbd_10_sub_pixel_variance16x64 = aom_highbd_10_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance16x64 = aom_highbd_10_sub_pixel_variance16x64_neon;
aom_highbd_10_sub_pixel_variance16x8 = aom_highbd_10_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance16x8 = aom_highbd_10_sub_pixel_variance16x8_neon;
aom_highbd_10_sub_pixel_variance32x16 = aom_highbd_10_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance32x16 = aom_highbd_10_sub_pixel_variance32x16_neon;
aom_highbd_10_sub_pixel_variance32x32 = aom_highbd_10_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance32x32 = aom_highbd_10_sub_pixel_variance32x32_neon;
aom_highbd_10_sub_pixel_variance32x64 = aom_highbd_10_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance32x64 = aom_highbd_10_sub_pixel_variance32x64_neon;
aom_highbd_10_sub_pixel_variance32x8 = aom_highbd_10_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance32x8 = aom_highbd_10_sub_pixel_variance32x8_neon;
aom_highbd_10_sub_pixel_variance4x16 = aom_highbd_10_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance4x16 = aom_highbd_10_sub_pixel_variance4x16_neon;
aom_highbd_10_sub_pixel_variance4x4 = aom_highbd_10_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance4x4 = aom_highbd_10_sub_pixel_variance4x4_neon;
aom_highbd_10_sub_pixel_variance4x8 = aom_highbd_10_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance4x8 = aom_highbd_10_sub_pixel_variance4x8_neon;
aom_highbd_10_sub_pixel_variance64x128 = aom_highbd_10_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance64x128 = aom_highbd_10_sub_pixel_variance64x128_neon;
aom_highbd_10_sub_pixel_variance64x16 = aom_highbd_10_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance64x16 = aom_highbd_10_sub_pixel_variance64x16_neon;
aom_highbd_10_sub_pixel_variance64x32 = aom_highbd_10_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance64x32 = aom_highbd_10_sub_pixel_variance64x32_neon;
aom_highbd_10_sub_pixel_variance64x64 = aom_highbd_10_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance64x64 = aom_highbd_10_sub_pixel_variance64x64_neon;
aom_highbd_10_sub_pixel_variance8x16 = aom_highbd_10_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance8x16 = aom_highbd_10_sub_pixel_variance8x16_neon;
aom_highbd_10_sub_pixel_variance8x32 = aom_highbd_10_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance8x32 = aom_highbd_10_sub_pixel_variance8x32_neon;
aom_highbd_10_sub_pixel_variance8x4 = aom_highbd_10_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance8x4 = aom_highbd_10_sub_pixel_variance8x4_neon;
aom_highbd_10_sub_pixel_variance8x8 = aom_highbd_10_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_10_sub_pixel_variance8x8 = aom_highbd_10_sub_pixel_variance8x8_neon;
aom_highbd_10_variance128x128 = aom_highbd_10_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_10_variance128x128 = aom_highbd_10_variance128x128_neon;
aom_highbd_10_variance128x64 = aom_highbd_10_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_10_variance128x64 = aom_highbd_10_variance128x64_neon;
aom_highbd_10_variance16x16 = aom_highbd_10_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_10_variance16x16 = aom_highbd_10_variance16x16_neon;
aom_highbd_10_variance16x32 = aom_highbd_10_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_10_variance16x32 = aom_highbd_10_variance16x32_neon;
aom_highbd_10_variance16x4 = aom_highbd_10_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_10_variance16x4 = aom_highbd_10_variance16x4_neon;
aom_highbd_10_variance16x64 = aom_highbd_10_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_10_variance16x64 = aom_highbd_10_variance16x64_neon;
aom_highbd_10_variance16x8 = aom_highbd_10_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_10_variance16x8 = aom_highbd_10_variance16x8_neon;
aom_highbd_10_variance32x16 = aom_highbd_10_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_10_variance32x16 = aom_highbd_10_variance32x16_neon;
aom_highbd_10_variance32x32 = aom_highbd_10_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_10_variance32x32 = aom_highbd_10_variance32x32_neon;
aom_highbd_10_variance32x64 = aom_highbd_10_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_10_variance32x64 = aom_highbd_10_variance32x64_neon;
aom_highbd_10_variance32x8 = aom_highbd_10_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_10_variance32x8 = aom_highbd_10_variance32x8_neon;
aom_highbd_10_variance4x16 = aom_highbd_10_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_10_variance4x16 = aom_highbd_10_variance4x16_neon;
aom_highbd_10_variance4x4 = aom_highbd_10_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_10_variance4x4 = aom_highbd_10_variance4x4_neon;
aom_highbd_10_variance4x8 = aom_highbd_10_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_10_variance4x8 = aom_highbd_10_variance4x8_neon;
aom_highbd_10_variance64x128 = aom_highbd_10_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_10_variance64x128 = aom_highbd_10_variance64x128_neon;
aom_highbd_10_variance64x16 = aom_highbd_10_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_10_variance64x16 = aom_highbd_10_variance64x16_neon;
aom_highbd_10_variance64x32 = aom_highbd_10_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_10_variance64x32 = aom_highbd_10_variance64x32_neon;
aom_highbd_10_variance64x64 = aom_highbd_10_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_10_variance64x64 = aom_highbd_10_variance64x64_neon;
aom_highbd_10_variance8x16 = aom_highbd_10_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_10_variance8x16 = aom_highbd_10_variance8x16_neon;
aom_highbd_10_variance8x32 = aom_highbd_10_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_10_variance8x32 = aom_highbd_10_variance8x32_neon;
aom_highbd_10_variance8x4 = aom_highbd_10_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_10_variance8x4 = aom_highbd_10_variance8x4_neon;
aom_highbd_10_variance8x8 = aom_highbd_10_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_10_variance8x8 = aom_highbd_10_variance8x8_neon;
aom_highbd_12_masked_sub_pixel_variance128x128 = aom_highbd_12_masked_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance128x128 = aom_highbd_12_masked_sub_pixel_variance128x128_neon;
aom_highbd_12_masked_sub_pixel_variance128x64 = aom_highbd_12_masked_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance128x64 = aom_highbd_12_masked_sub_pixel_variance128x64_neon;
aom_highbd_12_masked_sub_pixel_variance16x16 = aom_highbd_12_masked_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance16x16 = aom_highbd_12_masked_sub_pixel_variance16x16_neon;
aom_highbd_12_masked_sub_pixel_variance16x32 = aom_highbd_12_masked_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance16x32 = aom_highbd_12_masked_sub_pixel_variance16x32_neon;
aom_highbd_12_masked_sub_pixel_variance16x4 = aom_highbd_12_masked_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance16x4 = aom_highbd_12_masked_sub_pixel_variance16x4_neon;
aom_highbd_12_masked_sub_pixel_variance16x64 = aom_highbd_12_masked_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance16x64 = aom_highbd_12_masked_sub_pixel_variance16x64_neon;
aom_highbd_12_masked_sub_pixel_variance16x8 = aom_highbd_12_masked_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance16x8 = aom_highbd_12_masked_sub_pixel_variance16x8_neon;
aom_highbd_12_masked_sub_pixel_variance32x16 = aom_highbd_12_masked_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance32x16 = aom_highbd_12_masked_sub_pixel_variance32x16_neon;
aom_highbd_12_masked_sub_pixel_variance32x32 = aom_highbd_12_masked_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance32x32 = aom_highbd_12_masked_sub_pixel_variance32x32_neon;
aom_highbd_12_masked_sub_pixel_variance32x64 = aom_highbd_12_masked_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance32x64 = aom_highbd_12_masked_sub_pixel_variance32x64_neon;
aom_highbd_12_masked_sub_pixel_variance32x8 = aom_highbd_12_masked_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance32x8 = aom_highbd_12_masked_sub_pixel_variance32x8_neon;
aom_highbd_12_masked_sub_pixel_variance4x16 = aom_highbd_12_masked_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance4x16 = aom_highbd_12_masked_sub_pixel_variance4x16_neon;
aom_highbd_12_masked_sub_pixel_variance4x4 = aom_highbd_12_masked_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance4x4 = aom_highbd_12_masked_sub_pixel_variance4x4_neon;
aom_highbd_12_masked_sub_pixel_variance4x8 = aom_highbd_12_masked_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance4x8 = aom_highbd_12_masked_sub_pixel_variance4x8_neon;
aom_highbd_12_masked_sub_pixel_variance64x128 = aom_highbd_12_masked_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance64x128 = aom_highbd_12_masked_sub_pixel_variance64x128_neon;
aom_highbd_12_masked_sub_pixel_variance64x16 = aom_highbd_12_masked_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance64x16 = aom_highbd_12_masked_sub_pixel_variance64x16_neon;
aom_highbd_12_masked_sub_pixel_variance64x32 = aom_highbd_12_masked_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance64x32 = aom_highbd_12_masked_sub_pixel_variance64x32_neon;
aom_highbd_12_masked_sub_pixel_variance64x64 = aom_highbd_12_masked_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance64x64 = aom_highbd_12_masked_sub_pixel_variance64x64_neon;
aom_highbd_12_masked_sub_pixel_variance8x16 = aom_highbd_12_masked_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance8x16 = aom_highbd_12_masked_sub_pixel_variance8x16_neon;
aom_highbd_12_masked_sub_pixel_variance8x32 = aom_highbd_12_masked_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance8x32 = aom_highbd_12_masked_sub_pixel_variance8x32_neon;
aom_highbd_12_masked_sub_pixel_variance8x4 = aom_highbd_12_masked_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance8x4 = aom_highbd_12_masked_sub_pixel_variance8x4_neon;
aom_highbd_12_masked_sub_pixel_variance8x8 = aom_highbd_12_masked_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_12_masked_sub_pixel_variance8x8 = aom_highbd_12_masked_sub_pixel_variance8x8_neon;
aom_highbd_12_mse16x16 = aom_highbd_12_mse16x16_c;
if (flags & HAS_NEON) aom_highbd_12_mse16x16 = aom_highbd_12_mse16x16_neon;
aom_highbd_12_mse16x8 = aom_highbd_12_mse16x8_c;
if (flags & HAS_NEON) aom_highbd_12_mse16x8 = aom_highbd_12_mse16x8_neon;
aom_highbd_12_mse8x16 = aom_highbd_12_mse8x16_c;
if (flags & HAS_NEON) aom_highbd_12_mse8x16 = aom_highbd_12_mse8x16_neon;
aom_highbd_12_mse8x8 = aom_highbd_12_mse8x8_c;
if (flags & HAS_NEON) aom_highbd_12_mse8x8 = aom_highbd_12_mse8x8_neon;
aom_highbd_12_obmc_sub_pixel_variance128x128 = aom_highbd_12_obmc_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance128x128 = aom_highbd_12_obmc_sub_pixel_variance128x128_neon;
aom_highbd_12_obmc_sub_pixel_variance128x64 = aom_highbd_12_obmc_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance128x64 = aom_highbd_12_obmc_sub_pixel_variance128x64_neon;
aom_highbd_12_obmc_sub_pixel_variance16x16 = aom_highbd_12_obmc_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance16x16 = aom_highbd_12_obmc_sub_pixel_variance16x16_neon;
aom_highbd_12_obmc_sub_pixel_variance16x32 = aom_highbd_12_obmc_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance16x32 = aom_highbd_12_obmc_sub_pixel_variance16x32_neon;
aom_highbd_12_obmc_sub_pixel_variance16x4 = aom_highbd_12_obmc_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance16x4 = aom_highbd_12_obmc_sub_pixel_variance16x4_neon;
aom_highbd_12_obmc_sub_pixel_variance16x64 = aom_highbd_12_obmc_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance16x64 = aom_highbd_12_obmc_sub_pixel_variance16x64_neon;
aom_highbd_12_obmc_sub_pixel_variance16x8 = aom_highbd_12_obmc_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance16x8 = aom_highbd_12_obmc_sub_pixel_variance16x8_neon;
aom_highbd_12_obmc_sub_pixel_variance32x16 = aom_highbd_12_obmc_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance32x16 = aom_highbd_12_obmc_sub_pixel_variance32x16_neon;
aom_highbd_12_obmc_sub_pixel_variance32x32 = aom_highbd_12_obmc_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance32x32 = aom_highbd_12_obmc_sub_pixel_variance32x32_neon;
aom_highbd_12_obmc_sub_pixel_variance32x64 = aom_highbd_12_obmc_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance32x64 = aom_highbd_12_obmc_sub_pixel_variance32x64_neon;
aom_highbd_12_obmc_sub_pixel_variance32x8 = aom_highbd_12_obmc_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance32x8 = aom_highbd_12_obmc_sub_pixel_variance32x8_neon;
aom_highbd_12_obmc_sub_pixel_variance4x16 = aom_highbd_12_obmc_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance4x16 = aom_highbd_12_obmc_sub_pixel_variance4x16_neon;
aom_highbd_12_obmc_sub_pixel_variance4x4 = aom_highbd_12_obmc_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance4x4 = aom_highbd_12_obmc_sub_pixel_variance4x4_neon;
aom_highbd_12_obmc_sub_pixel_variance4x8 = aom_highbd_12_obmc_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance4x8 = aom_highbd_12_obmc_sub_pixel_variance4x8_neon;
aom_highbd_12_obmc_sub_pixel_variance64x128 = aom_highbd_12_obmc_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance64x128 = aom_highbd_12_obmc_sub_pixel_variance64x128_neon;
aom_highbd_12_obmc_sub_pixel_variance64x16 = aom_highbd_12_obmc_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance64x16 = aom_highbd_12_obmc_sub_pixel_variance64x16_neon;
aom_highbd_12_obmc_sub_pixel_variance64x32 = aom_highbd_12_obmc_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance64x32 = aom_highbd_12_obmc_sub_pixel_variance64x32_neon;
aom_highbd_12_obmc_sub_pixel_variance64x64 = aom_highbd_12_obmc_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance64x64 = aom_highbd_12_obmc_sub_pixel_variance64x64_neon;
aom_highbd_12_obmc_sub_pixel_variance8x16 = aom_highbd_12_obmc_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance8x16 = aom_highbd_12_obmc_sub_pixel_variance8x16_neon;
aom_highbd_12_obmc_sub_pixel_variance8x32 = aom_highbd_12_obmc_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance8x32 = aom_highbd_12_obmc_sub_pixel_variance8x32_neon;
aom_highbd_12_obmc_sub_pixel_variance8x4 = aom_highbd_12_obmc_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance8x4 = aom_highbd_12_obmc_sub_pixel_variance8x4_neon;
aom_highbd_12_obmc_sub_pixel_variance8x8 = aom_highbd_12_obmc_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_sub_pixel_variance8x8 = aom_highbd_12_obmc_sub_pixel_variance8x8_neon;
aom_highbd_12_obmc_variance128x128 = aom_highbd_12_obmc_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance128x128 = aom_highbd_12_obmc_variance128x128_neon;
aom_highbd_12_obmc_variance128x64 = aom_highbd_12_obmc_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance128x64 = aom_highbd_12_obmc_variance128x64_neon;
aom_highbd_12_obmc_variance16x16 = aom_highbd_12_obmc_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance16x16 = aom_highbd_12_obmc_variance16x16_neon;
aom_highbd_12_obmc_variance16x32 = aom_highbd_12_obmc_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance16x32 = aom_highbd_12_obmc_variance16x32_neon;
aom_highbd_12_obmc_variance16x4 = aom_highbd_12_obmc_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance16x4 = aom_highbd_12_obmc_variance16x4_neon;
aom_highbd_12_obmc_variance16x64 = aom_highbd_12_obmc_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance16x64 = aom_highbd_12_obmc_variance16x64_neon;
aom_highbd_12_obmc_variance16x8 = aom_highbd_12_obmc_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance16x8 = aom_highbd_12_obmc_variance16x8_neon;
aom_highbd_12_obmc_variance32x16 = aom_highbd_12_obmc_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance32x16 = aom_highbd_12_obmc_variance32x16_neon;
aom_highbd_12_obmc_variance32x32 = aom_highbd_12_obmc_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance32x32 = aom_highbd_12_obmc_variance32x32_neon;
aom_highbd_12_obmc_variance32x64 = aom_highbd_12_obmc_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance32x64 = aom_highbd_12_obmc_variance32x64_neon;
aom_highbd_12_obmc_variance32x8 = aom_highbd_12_obmc_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance32x8 = aom_highbd_12_obmc_variance32x8_neon;
aom_highbd_12_obmc_variance4x16 = aom_highbd_12_obmc_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance4x16 = aom_highbd_12_obmc_variance4x16_neon;
aom_highbd_12_obmc_variance4x4 = aom_highbd_12_obmc_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance4x4 = aom_highbd_12_obmc_variance4x4_neon;
aom_highbd_12_obmc_variance4x8 = aom_highbd_12_obmc_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance4x8 = aom_highbd_12_obmc_variance4x8_neon;
aom_highbd_12_obmc_variance64x128 = aom_highbd_12_obmc_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance64x128 = aom_highbd_12_obmc_variance64x128_neon;
aom_highbd_12_obmc_variance64x16 = aom_highbd_12_obmc_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance64x16 = aom_highbd_12_obmc_variance64x16_neon;
aom_highbd_12_obmc_variance64x32 = aom_highbd_12_obmc_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance64x32 = aom_highbd_12_obmc_variance64x32_neon;
aom_highbd_12_obmc_variance64x64 = aom_highbd_12_obmc_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance64x64 = aom_highbd_12_obmc_variance64x64_neon;
aom_highbd_12_obmc_variance8x16 = aom_highbd_12_obmc_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance8x16 = aom_highbd_12_obmc_variance8x16_neon;
aom_highbd_12_obmc_variance8x32 = aom_highbd_12_obmc_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance8x32 = aom_highbd_12_obmc_variance8x32_neon;
aom_highbd_12_obmc_variance8x4 = aom_highbd_12_obmc_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance8x4 = aom_highbd_12_obmc_variance8x4_neon;
aom_highbd_12_obmc_variance8x8 = aom_highbd_12_obmc_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_12_obmc_variance8x8 = aom_highbd_12_obmc_variance8x8_neon;
aom_highbd_12_sub_pixel_avg_variance128x128 = aom_highbd_12_sub_pixel_avg_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance128x128 = aom_highbd_12_sub_pixel_avg_variance128x128_neon;
aom_highbd_12_sub_pixel_avg_variance128x64 = aom_highbd_12_sub_pixel_avg_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance128x64 = aom_highbd_12_sub_pixel_avg_variance128x64_neon;
aom_highbd_12_sub_pixel_avg_variance16x16 = aom_highbd_12_sub_pixel_avg_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance16x16 = aom_highbd_12_sub_pixel_avg_variance16x16_neon;
aom_highbd_12_sub_pixel_avg_variance16x32 = aom_highbd_12_sub_pixel_avg_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance16x32 = aom_highbd_12_sub_pixel_avg_variance16x32_neon;
aom_highbd_12_sub_pixel_avg_variance16x4 = aom_highbd_12_sub_pixel_avg_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance16x4 = aom_highbd_12_sub_pixel_avg_variance16x4_neon;
aom_highbd_12_sub_pixel_avg_variance16x64 = aom_highbd_12_sub_pixel_avg_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance16x64 = aom_highbd_12_sub_pixel_avg_variance16x64_neon;
aom_highbd_12_sub_pixel_avg_variance16x8 = aom_highbd_12_sub_pixel_avg_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance16x8 = aom_highbd_12_sub_pixel_avg_variance16x8_neon;
aom_highbd_12_sub_pixel_avg_variance32x16 = aom_highbd_12_sub_pixel_avg_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance32x16 = aom_highbd_12_sub_pixel_avg_variance32x16_neon;
aom_highbd_12_sub_pixel_avg_variance32x32 = aom_highbd_12_sub_pixel_avg_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance32x32 = aom_highbd_12_sub_pixel_avg_variance32x32_neon;
aom_highbd_12_sub_pixel_avg_variance32x64 = aom_highbd_12_sub_pixel_avg_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance32x64 = aom_highbd_12_sub_pixel_avg_variance32x64_neon;
aom_highbd_12_sub_pixel_avg_variance32x8 = aom_highbd_12_sub_pixel_avg_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance32x8 = aom_highbd_12_sub_pixel_avg_variance32x8_neon;
aom_highbd_12_sub_pixel_avg_variance4x16 = aom_highbd_12_sub_pixel_avg_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance4x16 = aom_highbd_12_sub_pixel_avg_variance4x16_neon;
aom_highbd_12_sub_pixel_avg_variance4x4 = aom_highbd_12_sub_pixel_avg_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance4x4 = aom_highbd_12_sub_pixel_avg_variance4x4_neon;
aom_highbd_12_sub_pixel_avg_variance4x8 = aom_highbd_12_sub_pixel_avg_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance4x8 = aom_highbd_12_sub_pixel_avg_variance4x8_neon;
aom_highbd_12_sub_pixel_avg_variance64x128 = aom_highbd_12_sub_pixel_avg_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance64x128 = aom_highbd_12_sub_pixel_avg_variance64x128_neon;
aom_highbd_12_sub_pixel_avg_variance64x16 = aom_highbd_12_sub_pixel_avg_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance64x16 = aom_highbd_12_sub_pixel_avg_variance64x16_neon;
aom_highbd_12_sub_pixel_avg_variance64x32 = aom_highbd_12_sub_pixel_avg_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance64x32 = aom_highbd_12_sub_pixel_avg_variance64x32_neon;
aom_highbd_12_sub_pixel_avg_variance64x64 = aom_highbd_12_sub_pixel_avg_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance64x64 = aom_highbd_12_sub_pixel_avg_variance64x64_neon;
aom_highbd_12_sub_pixel_avg_variance8x16 = aom_highbd_12_sub_pixel_avg_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance8x16 = aom_highbd_12_sub_pixel_avg_variance8x16_neon;
aom_highbd_12_sub_pixel_avg_variance8x32 = aom_highbd_12_sub_pixel_avg_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance8x32 = aom_highbd_12_sub_pixel_avg_variance8x32_neon;
aom_highbd_12_sub_pixel_avg_variance8x4 = aom_highbd_12_sub_pixel_avg_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance8x4 = aom_highbd_12_sub_pixel_avg_variance8x4_neon;
aom_highbd_12_sub_pixel_avg_variance8x8 = aom_highbd_12_sub_pixel_avg_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_avg_variance8x8 = aom_highbd_12_sub_pixel_avg_variance8x8_neon;
aom_highbd_12_sub_pixel_variance128x128 = aom_highbd_12_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance128x128 = aom_highbd_12_sub_pixel_variance128x128_neon;
aom_highbd_12_sub_pixel_variance128x64 = aom_highbd_12_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance128x64 = aom_highbd_12_sub_pixel_variance128x64_neon;
aom_highbd_12_sub_pixel_variance16x16 = aom_highbd_12_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance16x16 = aom_highbd_12_sub_pixel_variance16x16_neon;
aom_highbd_12_sub_pixel_variance16x32 = aom_highbd_12_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance16x32 = aom_highbd_12_sub_pixel_variance16x32_neon;
aom_highbd_12_sub_pixel_variance16x4 = aom_highbd_12_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance16x4 = aom_highbd_12_sub_pixel_variance16x4_neon;
aom_highbd_12_sub_pixel_variance16x64 = aom_highbd_12_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance16x64 = aom_highbd_12_sub_pixel_variance16x64_neon;
aom_highbd_12_sub_pixel_variance16x8 = aom_highbd_12_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance16x8 = aom_highbd_12_sub_pixel_variance16x8_neon;
aom_highbd_12_sub_pixel_variance32x16 = aom_highbd_12_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance32x16 = aom_highbd_12_sub_pixel_variance32x16_neon;
aom_highbd_12_sub_pixel_variance32x32 = aom_highbd_12_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance32x32 = aom_highbd_12_sub_pixel_variance32x32_neon;
aom_highbd_12_sub_pixel_variance32x64 = aom_highbd_12_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance32x64 = aom_highbd_12_sub_pixel_variance32x64_neon;
aom_highbd_12_sub_pixel_variance32x8 = aom_highbd_12_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance32x8 = aom_highbd_12_sub_pixel_variance32x8_neon;
aom_highbd_12_sub_pixel_variance4x16 = aom_highbd_12_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance4x16 = aom_highbd_12_sub_pixel_variance4x16_neon;
aom_highbd_12_sub_pixel_variance4x4 = aom_highbd_12_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance4x4 = aom_highbd_12_sub_pixel_variance4x4_neon;
aom_highbd_12_sub_pixel_variance4x8 = aom_highbd_12_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance4x8 = aom_highbd_12_sub_pixel_variance4x8_neon;
aom_highbd_12_sub_pixel_variance64x128 = aom_highbd_12_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance64x128 = aom_highbd_12_sub_pixel_variance64x128_neon;
aom_highbd_12_sub_pixel_variance64x16 = aom_highbd_12_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance64x16 = aom_highbd_12_sub_pixel_variance64x16_neon;
aom_highbd_12_sub_pixel_variance64x32 = aom_highbd_12_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance64x32 = aom_highbd_12_sub_pixel_variance64x32_neon;
aom_highbd_12_sub_pixel_variance64x64 = aom_highbd_12_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance64x64 = aom_highbd_12_sub_pixel_variance64x64_neon;
aom_highbd_12_sub_pixel_variance8x16 = aom_highbd_12_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance8x16 = aom_highbd_12_sub_pixel_variance8x16_neon;
aom_highbd_12_sub_pixel_variance8x32 = aom_highbd_12_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance8x32 = aom_highbd_12_sub_pixel_variance8x32_neon;
aom_highbd_12_sub_pixel_variance8x4 = aom_highbd_12_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance8x4 = aom_highbd_12_sub_pixel_variance8x4_neon;
aom_highbd_12_sub_pixel_variance8x8 = aom_highbd_12_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_12_sub_pixel_variance8x8 = aom_highbd_12_sub_pixel_variance8x8_neon;
aom_highbd_12_variance128x128 = aom_highbd_12_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_12_variance128x128 = aom_highbd_12_variance128x128_neon;
aom_highbd_12_variance128x64 = aom_highbd_12_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_12_variance128x64 = aom_highbd_12_variance128x64_neon;
aom_highbd_12_variance16x16 = aom_highbd_12_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_12_variance16x16 = aom_highbd_12_variance16x16_neon;
aom_highbd_12_variance16x32 = aom_highbd_12_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_12_variance16x32 = aom_highbd_12_variance16x32_neon;
aom_highbd_12_variance16x4 = aom_highbd_12_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_12_variance16x4 = aom_highbd_12_variance16x4_neon;
aom_highbd_12_variance16x64 = aom_highbd_12_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_12_variance16x64 = aom_highbd_12_variance16x64_neon;
aom_highbd_12_variance16x8 = aom_highbd_12_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_12_variance16x8 = aom_highbd_12_variance16x8_neon;
aom_highbd_12_variance32x16 = aom_highbd_12_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_12_variance32x16 = aom_highbd_12_variance32x16_neon;
aom_highbd_12_variance32x32 = aom_highbd_12_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_12_variance32x32 = aom_highbd_12_variance32x32_neon;
aom_highbd_12_variance32x64 = aom_highbd_12_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_12_variance32x64 = aom_highbd_12_variance32x64_neon;
aom_highbd_12_variance32x8 = aom_highbd_12_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_12_variance32x8 = aom_highbd_12_variance32x8_neon;
aom_highbd_12_variance4x16 = aom_highbd_12_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_12_variance4x16 = aom_highbd_12_variance4x16_neon;
aom_highbd_12_variance4x4 = aom_highbd_12_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_12_variance4x4 = aom_highbd_12_variance4x4_neon;
aom_highbd_12_variance4x8 = aom_highbd_12_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_12_variance4x8 = aom_highbd_12_variance4x8_neon;
aom_highbd_12_variance64x128 = aom_highbd_12_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_12_variance64x128 = aom_highbd_12_variance64x128_neon;
aom_highbd_12_variance64x16 = aom_highbd_12_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_12_variance64x16 = aom_highbd_12_variance64x16_neon;
aom_highbd_12_variance64x32 = aom_highbd_12_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_12_variance64x32 = aom_highbd_12_variance64x32_neon;
aom_highbd_12_variance64x64 = aom_highbd_12_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_12_variance64x64 = aom_highbd_12_variance64x64_neon;
aom_highbd_12_variance8x16 = aom_highbd_12_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_12_variance8x16 = aom_highbd_12_variance8x16_neon;
aom_highbd_12_variance8x32 = aom_highbd_12_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_12_variance8x32 = aom_highbd_12_variance8x32_neon;
aom_highbd_12_variance8x4 = aom_highbd_12_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_12_variance8x4 = aom_highbd_12_variance8x4_neon;
aom_highbd_12_variance8x8 = aom_highbd_12_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_12_variance8x8 = aom_highbd_12_variance8x8_neon;
aom_highbd_8_masked_sub_pixel_variance128x128 = aom_highbd_8_masked_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance128x128 = aom_highbd_8_masked_sub_pixel_variance128x128_neon;
aom_highbd_8_masked_sub_pixel_variance128x64 = aom_highbd_8_masked_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance128x64 = aom_highbd_8_masked_sub_pixel_variance128x64_neon;
aom_highbd_8_masked_sub_pixel_variance16x16 = aom_highbd_8_masked_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance16x16 = aom_highbd_8_masked_sub_pixel_variance16x16_neon;
aom_highbd_8_masked_sub_pixel_variance16x32 = aom_highbd_8_masked_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance16x32 = aom_highbd_8_masked_sub_pixel_variance16x32_neon;
aom_highbd_8_masked_sub_pixel_variance16x4 = aom_highbd_8_masked_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance16x4 = aom_highbd_8_masked_sub_pixel_variance16x4_neon;
aom_highbd_8_masked_sub_pixel_variance16x64 = aom_highbd_8_masked_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance16x64 = aom_highbd_8_masked_sub_pixel_variance16x64_neon;
aom_highbd_8_masked_sub_pixel_variance16x8 = aom_highbd_8_masked_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance16x8 = aom_highbd_8_masked_sub_pixel_variance16x8_neon;
aom_highbd_8_masked_sub_pixel_variance32x16 = aom_highbd_8_masked_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance32x16 = aom_highbd_8_masked_sub_pixel_variance32x16_neon;
aom_highbd_8_masked_sub_pixel_variance32x32 = aom_highbd_8_masked_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance32x32 = aom_highbd_8_masked_sub_pixel_variance32x32_neon;
aom_highbd_8_masked_sub_pixel_variance32x64 = aom_highbd_8_masked_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance32x64 = aom_highbd_8_masked_sub_pixel_variance32x64_neon;
aom_highbd_8_masked_sub_pixel_variance32x8 = aom_highbd_8_masked_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance32x8 = aom_highbd_8_masked_sub_pixel_variance32x8_neon;
aom_highbd_8_masked_sub_pixel_variance4x16 = aom_highbd_8_masked_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance4x16 = aom_highbd_8_masked_sub_pixel_variance4x16_neon;
aom_highbd_8_masked_sub_pixel_variance4x4 = aom_highbd_8_masked_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance4x4 = aom_highbd_8_masked_sub_pixel_variance4x4_neon;
aom_highbd_8_masked_sub_pixel_variance4x8 = aom_highbd_8_masked_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance4x8 = aom_highbd_8_masked_sub_pixel_variance4x8_neon;
aom_highbd_8_masked_sub_pixel_variance64x128 = aom_highbd_8_masked_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance64x128 = aom_highbd_8_masked_sub_pixel_variance64x128_neon;
aom_highbd_8_masked_sub_pixel_variance64x16 = aom_highbd_8_masked_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance64x16 = aom_highbd_8_masked_sub_pixel_variance64x16_neon;
aom_highbd_8_masked_sub_pixel_variance64x32 = aom_highbd_8_masked_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance64x32 = aom_highbd_8_masked_sub_pixel_variance64x32_neon;
aom_highbd_8_masked_sub_pixel_variance64x64 = aom_highbd_8_masked_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance64x64 = aom_highbd_8_masked_sub_pixel_variance64x64_neon;
aom_highbd_8_masked_sub_pixel_variance8x16 = aom_highbd_8_masked_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance8x16 = aom_highbd_8_masked_sub_pixel_variance8x16_neon;
aom_highbd_8_masked_sub_pixel_variance8x32 = aom_highbd_8_masked_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance8x32 = aom_highbd_8_masked_sub_pixel_variance8x32_neon;
aom_highbd_8_masked_sub_pixel_variance8x4 = aom_highbd_8_masked_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance8x4 = aom_highbd_8_masked_sub_pixel_variance8x4_neon;
aom_highbd_8_masked_sub_pixel_variance8x8 = aom_highbd_8_masked_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_8_masked_sub_pixel_variance8x8 = aom_highbd_8_masked_sub_pixel_variance8x8_neon;
aom_highbd_8_mse16x16 = aom_highbd_8_mse16x16_c;
if (flags & HAS_NEON) aom_highbd_8_mse16x16 = aom_highbd_8_mse16x16_neon;
aom_highbd_8_mse16x8 = aom_highbd_8_mse16x8_c;
if (flags & HAS_NEON) aom_highbd_8_mse16x8 = aom_highbd_8_mse16x8_neon;
aom_highbd_8_mse8x16 = aom_highbd_8_mse8x16_c;
if (flags & HAS_NEON) aom_highbd_8_mse8x16 = aom_highbd_8_mse8x16_neon;
aom_highbd_8_mse8x8 = aom_highbd_8_mse8x8_c;
if (flags & HAS_NEON) aom_highbd_8_mse8x8 = aom_highbd_8_mse8x8_neon;
aom_highbd_8_obmc_sub_pixel_variance128x128 = aom_highbd_8_obmc_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance128x128 = aom_highbd_8_obmc_sub_pixel_variance128x128_neon;
aom_highbd_8_obmc_sub_pixel_variance128x64 = aom_highbd_8_obmc_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance128x64 = aom_highbd_8_obmc_sub_pixel_variance128x64_neon;
aom_highbd_8_obmc_sub_pixel_variance16x16 = aom_highbd_8_obmc_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance16x16 = aom_highbd_8_obmc_sub_pixel_variance16x16_neon;
aom_highbd_8_obmc_sub_pixel_variance16x32 = aom_highbd_8_obmc_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance16x32 = aom_highbd_8_obmc_sub_pixel_variance16x32_neon;
aom_highbd_8_obmc_sub_pixel_variance16x4 = aom_highbd_8_obmc_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance16x4 = aom_highbd_8_obmc_sub_pixel_variance16x4_neon;
aom_highbd_8_obmc_sub_pixel_variance16x64 = aom_highbd_8_obmc_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance16x64 = aom_highbd_8_obmc_sub_pixel_variance16x64_neon;
aom_highbd_8_obmc_sub_pixel_variance16x8 = aom_highbd_8_obmc_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance16x8 = aom_highbd_8_obmc_sub_pixel_variance16x8_neon;
aom_highbd_8_obmc_sub_pixel_variance32x16 = aom_highbd_8_obmc_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance32x16 = aom_highbd_8_obmc_sub_pixel_variance32x16_neon;
aom_highbd_8_obmc_sub_pixel_variance32x32 = aom_highbd_8_obmc_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance32x32 = aom_highbd_8_obmc_sub_pixel_variance32x32_neon;
aom_highbd_8_obmc_sub_pixel_variance32x64 = aom_highbd_8_obmc_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance32x64 = aom_highbd_8_obmc_sub_pixel_variance32x64_neon;
aom_highbd_8_obmc_sub_pixel_variance32x8 = aom_highbd_8_obmc_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance32x8 = aom_highbd_8_obmc_sub_pixel_variance32x8_neon;
aom_highbd_8_obmc_sub_pixel_variance4x16 = aom_highbd_8_obmc_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance4x16 = aom_highbd_8_obmc_sub_pixel_variance4x16_neon;
aom_highbd_8_obmc_sub_pixel_variance4x4 = aom_highbd_8_obmc_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance4x4 = aom_highbd_8_obmc_sub_pixel_variance4x4_neon;
aom_highbd_8_obmc_sub_pixel_variance4x8 = aom_highbd_8_obmc_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance4x8 = aom_highbd_8_obmc_sub_pixel_variance4x8_neon;
aom_highbd_8_obmc_sub_pixel_variance64x128 = aom_highbd_8_obmc_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance64x128 = aom_highbd_8_obmc_sub_pixel_variance64x128_neon;
aom_highbd_8_obmc_sub_pixel_variance64x16 = aom_highbd_8_obmc_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance64x16 = aom_highbd_8_obmc_sub_pixel_variance64x16_neon;
aom_highbd_8_obmc_sub_pixel_variance64x32 = aom_highbd_8_obmc_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance64x32 = aom_highbd_8_obmc_sub_pixel_variance64x32_neon;
aom_highbd_8_obmc_sub_pixel_variance64x64 = aom_highbd_8_obmc_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance64x64 = aom_highbd_8_obmc_sub_pixel_variance64x64_neon;
aom_highbd_8_obmc_sub_pixel_variance8x16 = aom_highbd_8_obmc_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance8x16 = aom_highbd_8_obmc_sub_pixel_variance8x16_neon;
aom_highbd_8_obmc_sub_pixel_variance8x32 = aom_highbd_8_obmc_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance8x32 = aom_highbd_8_obmc_sub_pixel_variance8x32_neon;
aom_highbd_8_obmc_sub_pixel_variance8x4 = aom_highbd_8_obmc_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance8x4 = aom_highbd_8_obmc_sub_pixel_variance8x4_neon;
aom_highbd_8_obmc_sub_pixel_variance8x8 = aom_highbd_8_obmc_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_sub_pixel_variance8x8 = aom_highbd_8_obmc_sub_pixel_variance8x8_neon;
aom_highbd_8_obmc_variance128x128 = aom_highbd_8_obmc_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance128x128 = aom_highbd_8_obmc_variance128x128_neon;
aom_highbd_8_obmc_variance128x64 = aom_highbd_8_obmc_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance128x64 = aom_highbd_8_obmc_variance128x64_neon;
aom_highbd_8_obmc_variance16x16 = aom_highbd_8_obmc_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance16x16 = aom_highbd_8_obmc_variance16x16_neon;
aom_highbd_8_obmc_variance16x32 = aom_highbd_8_obmc_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance16x32 = aom_highbd_8_obmc_variance16x32_neon;
aom_highbd_8_obmc_variance16x4 = aom_highbd_8_obmc_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance16x4 = aom_highbd_8_obmc_variance16x4_neon;
aom_highbd_8_obmc_variance16x64 = aom_highbd_8_obmc_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance16x64 = aom_highbd_8_obmc_variance16x64_neon;
aom_highbd_8_obmc_variance16x8 = aom_highbd_8_obmc_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance16x8 = aom_highbd_8_obmc_variance16x8_neon;
aom_highbd_8_obmc_variance32x16 = aom_highbd_8_obmc_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance32x16 = aom_highbd_8_obmc_variance32x16_neon;
aom_highbd_8_obmc_variance32x32 = aom_highbd_8_obmc_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance32x32 = aom_highbd_8_obmc_variance32x32_neon;
aom_highbd_8_obmc_variance32x64 = aom_highbd_8_obmc_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance32x64 = aom_highbd_8_obmc_variance32x64_neon;
aom_highbd_8_obmc_variance32x8 = aom_highbd_8_obmc_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance32x8 = aom_highbd_8_obmc_variance32x8_neon;
aom_highbd_8_obmc_variance4x16 = aom_highbd_8_obmc_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance4x16 = aom_highbd_8_obmc_variance4x16_neon;
aom_highbd_8_obmc_variance4x4 = aom_highbd_8_obmc_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance4x4 = aom_highbd_8_obmc_variance4x4_neon;
aom_highbd_8_obmc_variance4x8 = aom_highbd_8_obmc_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance4x8 = aom_highbd_8_obmc_variance4x8_neon;
aom_highbd_8_obmc_variance64x128 = aom_highbd_8_obmc_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance64x128 = aom_highbd_8_obmc_variance64x128_neon;
aom_highbd_8_obmc_variance64x16 = aom_highbd_8_obmc_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance64x16 = aom_highbd_8_obmc_variance64x16_neon;
aom_highbd_8_obmc_variance64x32 = aom_highbd_8_obmc_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance64x32 = aom_highbd_8_obmc_variance64x32_neon;
aom_highbd_8_obmc_variance64x64 = aom_highbd_8_obmc_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance64x64 = aom_highbd_8_obmc_variance64x64_neon;
aom_highbd_8_obmc_variance8x16 = aom_highbd_8_obmc_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance8x16 = aom_highbd_8_obmc_variance8x16_neon;
aom_highbd_8_obmc_variance8x32 = aom_highbd_8_obmc_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance8x32 = aom_highbd_8_obmc_variance8x32_neon;
aom_highbd_8_obmc_variance8x4 = aom_highbd_8_obmc_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance8x4 = aom_highbd_8_obmc_variance8x4_neon;
aom_highbd_8_obmc_variance8x8 = aom_highbd_8_obmc_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_8_obmc_variance8x8 = aom_highbd_8_obmc_variance8x8_neon;
aom_highbd_8_sub_pixel_avg_variance128x128 = aom_highbd_8_sub_pixel_avg_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance128x128 = aom_highbd_8_sub_pixel_avg_variance128x128_neon;
aom_highbd_8_sub_pixel_avg_variance128x64 = aom_highbd_8_sub_pixel_avg_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance128x64 = aom_highbd_8_sub_pixel_avg_variance128x64_neon;
aom_highbd_8_sub_pixel_avg_variance16x16 = aom_highbd_8_sub_pixel_avg_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance16x16 = aom_highbd_8_sub_pixel_avg_variance16x16_neon;
aom_highbd_8_sub_pixel_avg_variance16x32 = aom_highbd_8_sub_pixel_avg_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance16x32 = aom_highbd_8_sub_pixel_avg_variance16x32_neon;
aom_highbd_8_sub_pixel_avg_variance16x4 = aom_highbd_8_sub_pixel_avg_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance16x4 = aom_highbd_8_sub_pixel_avg_variance16x4_neon;
aom_highbd_8_sub_pixel_avg_variance16x64 = aom_highbd_8_sub_pixel_avg_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance16x64 = aom_highbd_8_sub_pixel_avg_variance16x64_neon;
aom_highbd_8_sub_pixel_avg_variance16x8 = aom_highbd_8_sub_pixel_avg_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance16x8 = aom_highbd_8_sub_pixel_avg_variance16x8_neon;
aom_highbd_8_sub_pixel_avg_variance32x16 = aom_highbd_8_sub_pixel_avg_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance32x16 = aom_highbd_8_sub_pixel_avg_variance32x16_neon;
aom_highbd_8_sub_pixel_avg_variance32x32 = aom_highbd_8_sub_pixel_avg_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance32x32 = aom_highbd_8_sub_pixel_avg_variance32x32_neon;
aom_highbd_8_sub_pixel_avg_variance32x64 = aom_highbd_8_sub_pixel_avg_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance32x64 = aom_highbd_8_sub_pixel_avg_variance32x64_neon;
aom_highbd_8_sub_pixel_avg_variance32x8 = aom_highbd_8_sub_pixel_avg_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance32x8 = aom_highbd_8_sub_pixel_avg_variance32x8_neon;
aom_highbd_8_sub_pixel_avg_variance4x16 = aom_highbd_8_sub_pixel_avg_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance4x16 = aom_highbd_8_sub_pixel_avg_variance4x16_neon;
aom_highbd_8_sub_pixel_avg_variance4x4 = aom_highbd_8_sub_pixel_avg_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance4x4 = aom_highbd_8_sub_pixel_avg_variance4x4_neon;
aom_highbd_8_sub_pixel_avg_variance4x8 = aom_highbd_8_sub_pixel_avg_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance4x8 = aom_highbd_8_sub_pixel_avg_variance4x8_neon;
aom_highbd_8_sub_pixel_avg_variance64x128 = aom_highbd_8_sub_pixel_avg_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance64x128 = aom_highbd_8_sub_pixel_avg_variance64x128_neon;
aom_highbd_8_sub_pixel_avg_variance64x16 = aom_highbd_8_sub_pixel_avg_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance64x16 = aom_highbd_8_sub_pixel_avg_variance64x16_neon;
aom_highbd_8_sub_pixel_avg_variance64x32 = aom_highbd_8_sub_pixel_avg_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance64x32 = aom_highbd_8_sub_pixel_avg_variance64x32_neon;
aom_highbd_8_sub_pixel_avg_variance64x64 = aom_highbd_8_sub_pixel_avg_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance64x64 = aom_highbd_8_sub_pixel_avg_variance64x64_neon;
aom_highbd_8_sub_pixel_avg_variance8x16 = aom_highbd_8_sub_pixel_avg_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance8x16 = aom_highbd_8_sub_pixel_avg_variance8x16_neon;
aom_highbd_8_sub_pixel_avg_variance8x32 = aom_highbd_8_sub_pixel_avg_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance8x32 = aom_highbd_8_sub_pixel_avg_variance8x32_neon;
aom_highbd_8_sub_pixel_avg_variance8x4 = aom_highbd_8_sub_pixel_avg_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance8x4 = aom_highbd_8_sub_pixel_avg_variance8x4_neon;
aom_highbd_8_sub_pixel_avg_variance8x8 = aom_highbd_8_sub_pixel_avg_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_avg_variance8x8 = aom_highbd_8_sub_pixel_avg_variance8x8_neon;
aom_highbd_8_sub_pixel_variance128x128 = aom_highbd_8_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance128x128 = aom_highbd_8_sub_pixel_variance128x128_neon;
aom_highbd_8_sub_pixel_variance128x64 = aom_highbd_8_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance128x64 = aom_highbd_8_sub_pixel_variance128x64_neon;
aom_highbd_8_sub_pixel_variance16x16 = aom_highbd_8_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance16x16 = aom_highbd_8_sub_pixel_variance16x16_neon;
aom_highbd_8_sub_pixel_variance16x32 = aom_highbd_8_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance16x32 = aom_highbd_8_sub_pixel_variance16x32_neon;
aom_highbd_8_sub_pixel_variance16x4 = aom_highbd_8_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance16x4 = aom_highbd_8_sub_pixel_variance16x4_neon;
aom_highbd_8_sub_pixel_variance16x64 = aom_highbd_8_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance16x64 = aom_highbd_8_sub_pixel_variance16x64_neon;
aom_highbd_8_sub_pixel_variance16x8 = aom_highbd_8_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance16x8 = aom_highbd_8_sub_pixel_variance16x8_neon;
aom_highbd_8_sub_pixel_variance32x16 = aom_highbd_8_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance32x16 = aom_highbd_8_sub_pixel_variance32x16_neon;
aom_highbd_8_sub_pixel_variance32x32 = aom_highbd_8_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance32x32 = aom_highbd_8_sub_pixel_variance32x32_neon;
aom_highbd_8_sub_pixel_variance32x64 = aom_highbd_8_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance32x64 = aom_highbd_8_sub_pixel_variance32x64_neon;
aom_highbd_8_sub_pixel_variance32x8 = aom_highbd_8_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance32x8 = aom_highbd_8_sub_pixel_variance32x8_neon;
aom_highbd_8_sub_pixel_variance4x16 = aom_highbd_8_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance4x16 = aom_highbd_8_sub_pixel_variance4x16_neon;
aom_highbd_8_sub_pixel_variance4x4 = aom_highbd_8_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance4x4 = aom_highbd_8_sub_pixel_variance4x4_neon;
aom_highbd_8_sub_pixel_variance4x8 = aom_highbd_8_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance4x8 = aom_highbd_8_sub_pixel_variance4x8_neon;
aom_highbd_8_sub_pixel_variance64x128 = aom_highbd_8_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance64x128 = aom_highbd_8_sub_pixel_variance64x128_neon;
aom_highbd_8_sub_pixel_variance64x16 = aom_highbd_8_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance64x16 = aom_highbd_8_sub_pixel_variance64x16_neon;
aom_highbd_8_sub_pixel_variance64x32 = aom_highbd_8_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance64x32 = aom_highbd_8_sub_pixel_variance64x32_neon;
aom_highbd_8_sub_pixel_variance64x64 = aom_highbd_8_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance64x64 = aom_highbd_8_sub_pixel_variance64x64_neon;
aom_highbd_8_sub_pixel_variance8x16 = aom_highbd_8_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance8x16 = aom_highbd_8_sub_pixel_variance8x16_neon;
aom_highbd_8_sub_pixel_variance8x32 = aom_highbd_8_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance8x32 = aom_highbd_8_sub_pixel_variance8x32_neon;
aom_highbd_8_sub_pixel_variance8x4 = aom_highbd_8_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance8x4 = aom_highbd_8_sub_pixel_variance8x4_neon;
aom_highbd_8_sub_pixel_variance8x8 = aom_highbd_8_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_8_sub_pixel_variance8x8 = aom_highbd_8_sub_pixel_variance8x8_neon;
aom_highbd_8_variance128x128 = aom_highbd_8_variance128x128_c;
if (flags & HAS_NEON) aom_highbd_8_variance128x128 = aom_highbd_8_variance128x128_neon;
aom_highbd_8_variance128x64 = aom_highbd_8_variance128x64_c;
if (flags & HAS_NEON) aom_highbd_8_variance128x64 = aom_highbd_8_variance128x64_neon;
aom_highbd_8_variance16x16 = aom_highbd_8_variance16x16_c;
if (flags & HAS_NEON) aom_highbd_8_variance16x16 = aom_highbd_8_variance16x16_neon;
aom_highbd_8_variance16x32 = aom_highbd_8_variance16x32_c;
if (flags & HAS_NEON) aom_highbd_8_variance16x32 = aom_highbd_8_variance16x32_neon;
aom_highbd_8_variance16x4 = aom_highbd_8_variance16x4_c;
if (flags & HAS_NEON) aom_highbd_8_variance16x4 = aom_highbd_8_variance16x4_neon;
aom_highbd_8_variance16x64 = aom_highbd_8_variance16x64_c;
if (flags & HAS_NEON) aom_highbd_8_variance16x64 = aom_highbd_8_variance16x64_neon;
aom_highbd_8_variance16x8 = aom_highbd_8_variance16x8_c;
if (flags & HAS_NEON) aom_highbd_8_variance16x8 = aom_highbd_8_variance16x8_neon;
aom_highbd_8_variance32x16 = aom_highbd_8_variance32x16_c;
if (flags & HAS_NEON) aom_highbd_8_variance32x16 = aom_highbd_8_variance32x16_neon;
aom_highbd_8_variance32x32 = aom_highbd_8_variance32x32_c;
if (flags & HAS_NEON) aom_highbd_8_variance32x32 = aom_highbd_8_variance32x32_neon;
aom_highbd_8_variance32x64 = aom_highbd_8_variance32x64_c;
if (flags & HAS_NEON) aom_highbd_8_variance32x64 = aom_highbd_8_variance32x64_neon;
aom_highbd_8_variance32x8 = aom_highbd_8_variance32x8_c;
if (flags & HAS_NEON) aom_highbd_8_variance32x8 = aom_highbd_8_variance32x8_neon;
aom_highbd_8_variance4x16 = aom_highbd_8_variance4x16_c;
if (flags & HAS_NEON) aom_highbd_8_variance4x16 = aom_highbd_8_variance4x16_neon;
aom_highbd_8_variance4x4 = aom_highbd_8_variance4x4_c;
if (flags & HAS_NEON) aom_highbd_8_variance4x4 = aom_highbd_8_variance4x4_neon;
aom_highbd_8_variance4x8 = aom_highbd_8_variance4x8_c;
if (flags & HAS_NEON) aom_highbd_8_variance4x8 = aom_highbd_8_variance4x8_neon;
aom_highbd_8_variance64x128 = aom_highbd_8_variance64x128_c;
if (flags & HAS_NEON) aom_highbd_8_variance64x128 = aom_highbd_8_variance64x128_neon;
aom_highbd_8_variance64x16 = aom_highbd_8_variance64x16_c;
if (flags & HAS_NEON) aom_highbd_8_variance64x16 = aom_highbd_8_variance64x16_neon;
aom_highbd_8_variance64x32 = aom_highbd_8_variance64x32_c;
if (flags & HAS_NEON) aom_highbd_8_variance64x32 = aom_highbd_8_variance64x32_neon;
aom_highbd_8_variance64x64 = aom_highbd_8_variance64x64_c;
if (flags & HAS_NEON) aom_highbd_8_variance64x64 = aom_highbd_8_variance64x64_neon;
aom_highbd_8_variance8x16 = aom_highbd_8_variance8x16_c;
if (flags & HAS_NEON) aom_highbd_8_variance8x16 = aom_highbd_8_variance8x16_neon;
aom_highbd_8_variance8x32 = aom_highbd_8_variance8x32_c;
if (flags & HAS_NEON) aom_highbd_8_variance8x32 = aom_highbd_8_variance8x32_neon;
aom_highbd_8_variance8x4 = aom_highbd_8_variance8x4_c;
if (flags & HAS_NEON) aom_highbd_8_variance8x4 = aom_highbd_8_variance8x4_neon;
aom_highbd_8_variance8x8 = aom_highbd_8_variance8x8_c;
if (flags & HAS_NEON) aom_highbd_8_variance8x8 = aom_highbd_8_variance8x8_neon;
aom_highbd_avg_4x4 = aom_highbd_avg_4x4_c;
if (flags & HAS_NEON) aom_highbd_avg_4x4 = aom_highbd_avg_4x4_neon;
aom_highbd_avg_8x8 = aom_highbd_avg_8x8_c;
if (flags & HAS_NEON) aom_highbd_avg_8x8 = aom_highbd_avg_8x8_neon;
aom_highbd_blend_a64_d16_mask = aom_highbd_blend_a64_d16_mask_c;
if (flags & HAS_NEON) aom_highbd_blend_a64_d16_mask = aom_highbd_blend_a64_d16_mask_neon;
aom_highbd_blend_a64_hmask = aom_highbd_blend_a64_hmask_c;
if (flags & HAS_NEON) aom_highbd_blend_a64_hmask = aom_highbd_blend_a64_hmask_neon;
aom_highbd_blend_a64_mask = aom_highbd_blend_a64_mask_c;
if (flags & HAS_NEON) aom_highbd_blend_a64_mask = aom_highbd_blend_a64_mask_neon;
aom_highbd_blend_a64_vmask = aom_highbd_blend_a64_vmask_c;
if (flags & HAS_NEON) aom_highbd_blend_a64_vmask = aom_highbd_blend_a64_vmask_neon;
aom_highbd_comp_avg_pred = aom_highbd_comp_avg_pred_c;
if (flags & HAS_NEON) aom_highbd_comp_avg_pred = aom_highbd_comp_avg_pred_neon;
aom_highbd_comp_mask_pred = aom_highbd_comp_mask_pred_c;
if (flags & HAS_NEON) aom_highbd_comp_mask_pred = aom_highbd_comp_mask_pred_neon;
aom_highbd_convolve8_horiz = aom_highbd_convolve8_horiz_c;
if (flags & HAS_NEON) aom_highbd_convolve8_horiz = aom_highbd_convolve8_horiz_neon;
aom_highbd_convolve8_vert = aom_highbd_convolve8_vert_c;
if (flags & HAS_NEON) aom_highbd_convolve8_vert = aom_highbd_convolve8_vert_neon;
aom_highbd_convolve_copy = aom_highbd_convolve_copy_c;
if (flags & HAS_NEON) aom_highbd_convolve_copy = aom_highbd_convolve_copy_neon;
aom_highbd_dc_128_predictor_16x16 = aom_highbd_dc_128_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_16x16 = aom_highbd_dc_128_predictor_16x16_neon;
aom_highbd_dc_128_predictor_16x32 = aom_highbd_dc_128_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_16x32 = aom_highbd_dc_128_predictor_16x32_neon;
aom_highbd_dc_128_predictor_16x4 = aom_highbd_dc_128_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_16x4 = aom_highbd_dc_128_predictor_16x4_neon;
aom_highbd_dc_128_predictor_16x64 = aom_highbd_dc_128_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_16x64 = aom_highbd_dc_128_predictor_16x64_neon;
aom_highbd_dc_128_predictor_16x8 = aom_highbd_dc_128_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_16x8 = aom_highbd_dc_128_predictor_16x8_neon;
aom_highbd_dc_128_predictor_32x16 = aom_highbd_dc_128_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_32x16 = aom_highbd_dc_128_predictor_32x16_neon;
aom_highbd_dc_128_predictor_32x32 = aom_highbd_dc_128_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_32x32 = aom_highbd_dc_128_predictor_32x32_neon;
aom_highbd_dc_128_predictor_32x64 = aom_highbd_dc_128_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_32x64 = aom_highbd_dc_128_predictor_32x64_neon;
aom_highbd_dc_128_predictor_32x8 = aom_highbd_dc_128_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_32x8 = aom_highbd_dc_128_predictor_32x8_neon;
aom_highbd_dc_128_predictor_4x16 = aom_highbd_dc_128_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_4x16 = aom_highbd_dc_128_predictor_4x16_neon;
aom_highbd_dc_128_predictor_4x4 = aom_highbd_dc_128_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_4x4 = aom_highbd_dc_128_predictor_4x4_neon;
aom_highbd_dc_128_predictor_4x8 = aom_highbd_dc_128_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_4x8 = aom_highbd_dc_128_predictor_4x8_neon;
aom_highbd_dc_128_predictor_64x16 = aom_highbd_dc_128_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_64x16 = aom_highbd_dc_128_predictor_64x16_neon;
aom_highbd_dc_128_predictor_64x32 = aom_highbd_dc_128_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_64x32 = aom_highbd_dc_128_predictor_64x32_neon;
aom_highbd_dc_128_predictor_64x64 = aom_highbd_dc_128_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_64x64 = aom_highbd_dc_128_predictor_64x64_neon;
aom_highbd_dc_128_predictor_8x16 = aom_highbd_dc_128_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_8x16 = aom_highbd_dc_128_predictor_8x16_neon;
aom_highbd_dc_128_predictor_8x32 = aom_highbd_dc_128_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_8x32 = aom_highbd_dc_128_predictor_8x32_neon;
aom_highbd_dc_128_predictor_8x4 = aom_highbd_dc_128_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_8x4 = aom_highbd_dc_128_predictor_8x4_neon;
aom_highbd_dc_128_predictor_8x8 = aom_highbd_dc_128_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_dc_128_predictor_8x8 = aom_highbd_dc_128_predictor_8x8_neon;
aom_highbd_dc_left_predictor_16x16 = aom_highbd_dc_left_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_16x16 = aom_highbd_dc_left_predictor_16x16_neon;
aom_highbd_dc_left_predictor_16x32 = aom_highbd_dc_left_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_16x32 = aom_highbd_dc_left_predictor_16x32_neon;
aom_highbd_dc_left_predictor_16x4 = aom_highbd_dc_left_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_16x4 = aom_highbd_dc_left_predictor_16x4_neon;
aom_highbd_dc_left_predictor_16x64 = aom_highbd_dc_left_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_16x64 = aom_highbd_dc_left_predictor_16x64_neon;
aom_highbd_dc_left_predictor_16x8 = aom_highbd_dc_left_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_16x8 = aom_highbd_dc_left_predictor_16x8_neon;
aom_highbd_dc_left_predictor_32x16 = aom_highbd_dc_left_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_32x16 = aom_highbd_dc_left_predictor_32x16_neon;
aom_highbd_dc_left_predictor_32x32 = aom_highbd_dc_left_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_32x32 = aom_highbd_dc_left_predictor_32x32_neon;
aom_highbd_dc_left_predictor_32x64 = aom_highbd_dc_left_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_32x64 = aom_highbd_dc_left_predictor_32x64_neon;
aom_highbd_dc_left_predictor_32x8 = aom_highbd_dc_left_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_32x8 = aom_highbd_dc_left_predictor_32x8_neon;
aom_highbd_dc_left_predictor_4x16 = aom_highbd_dc_left_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_4x16 = aom_highbd_dc_left_predictor_4x16_neon;
aom_highbd_dc_left_predictor_4x4 = aom_highbd_dc_left_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_4x4 = aom_highbd_dc_left_predictor_4x4_neon;
aom_highbd_dc_left_predictor_4x8 = aom_highbd_dc_left_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_4x8 = aom_highbd_dc_left_predictor_4x8_neon;
aom_highbd_dc_left_predictor_64x16 = aom_highbd_dc_left_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_64x16 = aom_highbd_dc_left_predictor_64x16_neon;
aom_highbd_dc_left_predictor_64x32 = aom_highbd_dc_left_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_64x32 = aom_highbd_dc_left_predictor_64x32_neon;
aom_highbd_dc_left_predictor_64x64 = aom_highbd_dc_left_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_64x64 = aom_highbd_dc_left_predictor_64x64_neon;
aom_highbd_dc_left_predictor_8x16 = aom_highbd_dc_left_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_8x16 = aom_highbd_dc_left_predictor_8x16_neon;
aom_highbd_dc_left_predictor_8x32 = aom_highbd_dc_left_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_8x32 = aom_highbd_dc_left_predictor_8x32_neon;
aom_highbd_dc_left_predictor_8x4 = aom_highbd_dc_left_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_8x4 = aom_highbd_dc_left_predictor_8x4_neon;
aom_highbd_dc_left_predictor_8x8 = aom_highbd_dc_left_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_dc_left_predictor_8x8 = aom_highbd_dc_left_predictor_8x8_neon;
aom_highbd_dc_predictor_16x16 = aom_highbd_dc_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_16x16 = aom_highbd_dc_predictor_16x16_neon;
aom_highbd_dc_predictor_16x32 = aom_highbd_dc_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_16x32 = aom_highbd_dc_predictor_16x32_neon;
aom_highbd_dc_predictor_16x4 = aom_highbd_dc_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_16x4 = aom_highbd_dc_predictor_16x4_neon;
aom_highbd_dc_predictor_16x64 = aom_highbd_dc_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_16x64 = aom_highbd_dc_predictor_16x64_neon;
aom_highbd_dc_predictor_16x8 = aom_highbd_dc_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_16x8 = aom_highbd_dc_predictor_16x8_neon;
aom_highbd_dc_predictor_32x16 = aom_highbd_dc_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_32x16 = aom_highbd_dc_predictor_32x16_neon;
aom_highbd_dc_predictor_32x32 = aom_highbd_dc_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_32x32 = aom_highbd_dc_predictor_32x32_neon;
aom_highbd_dc_predictor_32x64 = aom_highbd_dc_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_32x64 = aom_highbd_dc_predictor_32x64_neon;
aom_highbd_dc_predictor_32x8 = aom_highbd_dc_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_32x8 = aom_highbd_dc_predictor_32x8_neon;
aom_highbd_dc_predictor_4x16 = aom_highbd_dc_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_4x16 = aom_highbd_dc_predictor_4x16_neon;
aom_highbd_dc_predictor_4x4 = aom_highbd_dc_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_4x4 = aom_highbd_dc_predictor_4x4_neon;
aom_highbd_dc_predictor_4x8 = aom_highbd_dc_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_4x8 = aom_highbd_dc_predictor_4x8_neon;
aom_highbd_dc_predictor_64x16 = aom_highbd_dc_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_64x16 = aom_highbd_dc_predictor_64x16_neon;
aom_highbd_dc_predictor_64x32 = aom_highbd_dc_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_64x32 = aom_highbd_dc_predictor_64x32_neon;
aom_highbd_dc_predictor_64x64 = aom_highbd_dc_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_64x64 = aom_highbd_dc_predictor_64x64_neon;
aom_highbd_dc_predictor_8x16 = aom_highbd_dc_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_8x16 = aom_highbd_dc_predictor_8x16_neon;
aom_highbd_dc_predictor_8x32 = aom_highbd_dc_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_8x32 = aom_highbd_dc_predictor_8x32_neon;
aom_highbd_dc_predictor_8x4 = aom_highbd_dc_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_8x4 = aom_highbd_dc_predictor_8x4_neon;
aom_highbd_dc_predictor_8x8 = aom_highbd_dc_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_dc_predictor_8x8 = aom_highbd_dc_predictor_8x8_neon;
aom_highbd_dc_top_predictor_16x16 = aom_highbd_dc_top_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_16x16 = aom_highbd_dc_top_predictor_16x16_neon;
aom_highbd_dc_top_predictor_16x32 = aom_highbd_dc_top_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_16x32 = aom_highbd_dc_top_predictor_16x32_neon;
aom_highbd_dc_top_predictor_16x4 = aom_highbd_dc_top_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_16x4 = aom_highbd_dc_top_predictor_16x4_neon;
aom_highbd_dc_top_predictor_16x64 = aom_highbd_dc_top_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_16x64 = aom_highbd_dc_top_predictor_16x64_neon;
aom_highbd_dc_top_predictor_16x8 = aom_highbd_dc_top_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_16x8 = aom_highbd_dc_top_predictor_16x8_neon;
aom_highbd_dc_top_predictor_32x16 = aom_highbd_dc_top_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_32x16 = aom_highbd_dc_top_predictor_32x16_neon;
aom_highbd_dc_top_predictor_32x32 = aom_highbd_dc_top_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_32x32 = aom_highbd_dc_top_predictor_32x32_neon;
aom_highbd_dc_top_predictor_32x64 = aom_highbd_dc_top_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_32x64 = aom_highbd_dc_top_predictor_32x64_neon;
aom_highbd_dc_top_predictor_32x8 = aom_highbd_dc_top_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_32x8 = aom_highbd_dc_top_predictor_32x8_neon;
aom_highbd_dc_top_predictor_4x16 = aom_highbd_dc_top_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_4x16 = aom_highbd_dc_top_predictor_4x16_neon;
aom_highbd_dc_top_predictor_4x4 = aom_highbd_dc_top_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_4x4 = aom_highbd_dc_top_predictor_4x4_neon;
aom_highbd_dc_top_predictor_4x8 = aom_highbd_dc_top_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_4x8 = aom_highbd_dc_top_predictor_4x8_neon;
aom_highbd_dc_top_predictor_64x16 = aom_highbd_dc_top_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_64x16 = aom_highbd_dc_top_predictor_64x16_neon;
aom_highbd_dc_top_predictor_64x32 = aom_highbd_dc_top_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_64x32 = aom_highbd_dc_top_predictor_64x32_neon;
aom_highbd_dc_top_predictor_64x64 = aom_highbd_dc_top_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_64x64 = aom_highbd_dc_top_predictor_64x64_neon;
aom_highbd_dc_top_predictor_8x16 = aom_highbd_dc_top_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_8x16 = aom_highbd_dc_top_predictor_8x16_neon;
aom_highbd_dc_top_predictor_8x32 = aom_highbd_dc_top_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_8x32 = aom_highbd_dc_top_predictor_8x32_neon;
aom_highbd_dc_top_predictor_8x4 = aom_highbd_dc_top_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_8x4 = aom_highbd_dc_top_predictor_8x4_neon;
aom_highbd_dc_top_predictor_8x8 = aom_highbd_dc_top_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_dc_top_predictor_8x8 = aom_highbd_dc_top_predictor_8x8_neon;
aom_highbd_h_predictor_16x16 = aom_highbd_h_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_16x16 = aom_highbd_h_predictor_16x16_neon;
aom_highbd_h_predictor_16x32 = aom_highbd_h_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_16x32 = aom_highbd_h_predictor_16x32_neon;
aom_highbd_h_predictor_16x4 = aom_highbd_h_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_16x4 = aom_highbd_h_predictor_16x4_neon;
aom_highbd_h_predictor_16x64 = aom_highbd_h_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_16x64 = aom_highbd_h_predictor_16x64_neon;
aom_highbd_h_predictor_16x8 = aom_highbd_h_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_16x8 = aom_highbd_h_predictor_16x8_neon;
aom_highbd_h_predictor_32x16 = aom_highbd_h_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_32x16 = aom_highbd_h_predictor_32x16_neon;
aom_highbd_h_predictor_32x32 = aom_highbd_h_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_32x32 = aom_highbd_h_predictor_32x32_neon;
aom_highbd_h_predictor_32x64 = aom_highbd_h_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_32x64 = aom_highbd_h_predictor_32x64_neon;
aom_highbd_h_predictor_32x8 = aom_highbd_h_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_32x8 = aom_highbd_h_predictor_32x8_neon;
aom_highbd_h_predictor_4x16 = aom_highbd_h_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_4x16 = aom_highbd_h_predictor_4x16_neon;
aom_highbd_h_predictor_4x4 = aom_highbd_h_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_4x4 = aom_highbd_h_predictor_4x4_neon;
aom_highbd_h_predictor_4x8 = aom_highbd_h_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_4x8 = aom_highbd_h_predictor_4x8_neon;
aom_highbd_h_predictor_64x16 = aom_highbd_h_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_64x16 = aom_highbd_h_predictor_64x16_neon;
aom_highbd_h_predictor_64x32 = aom_highbd_h_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_64x32 = aom_highbd_h_predictor_64x32_neon;
aom_highbd_h_predictor_64x64 = aom_highbd_h_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_64x64 = aom_highbd_h_predictor_64x64_neon;
aom_highbd_h_predictor_8x16 = aom_highbd_h_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_8x16 = aom_highbd_h_predictor_8x16_neon;
aom_highbd_h_predictor_8x32 = aom_highbd_h_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_8x32 = aom_highbd_h_predictor_8x32_neon;
aom_highbd_h_predictor_8x4 = aom_highbd_h_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_8x4 = aom_highbd_h_predictor_8x4_neon;
aom_highbd_h_predictor_8x8 = aom_highbd_h_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_h_predictor_8x8 = aom_highbd_h_predictor_8x8_neon;
aom_highbd_hadamard_16x16 = aom_highbd_hadamard_16x16_c;
if (flags & HAS_NEON) aom_highbd_hadamard_16x16 = aom_highbd_hadamard_16x16_neon;
aom_highbd_hadamard_32x32 = aom_highbd_hadamard_32x32_c;
if (flags & HAS_NEON) aom_highbd_hadamard_32x32 = aom_highbd_hadamard_32x32_neon;
aom_highbd_hadamard_8x8 = aom_highbd_hadamard_8x8_c;
if (flags & HAS_NEON) aom_highbd_hadamard_8x8 = aom_highbd_hadamard_8x8_neon;
aom_highbd_lpf_horizontal_14 = aom_highbd_lpf_horizontal_14_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_14 = aom_highbd_lpf_horizontal_14_neon;
aom_highbd_lpf_horizontal_14_dual = aom_highbd_lpf_horizontal_14_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_14_dual = aom_highbd_lpf_horizontal_14_dual_neon;
aom_highbd_lpf_horizontal_4 = aom_highbd_lpf_horizontal_4_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_4 = aom_highbd_lpf_horizontal_4_neon;
aom_highbd_lpf_horizontal_4_dual = aom_highbd_lpf_horizontal_4_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_4_dual = aom_highbd_lpf_horizontal_4_dual_neon;
aom_highbd_lpf_horizontal_6 = aom_highbd_lpf_horizontal_6_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_6 = aom_highbd_lpf_horizontal_6_neon;
aom_highbd_lpf_horizontal_6_dual = aom_highbd_lpf_horizontal_6_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_6_dual = aom_highbd_lpf_horizontal_6_dual_neon;
aom_highbd_lpf_horizontal_8 = aom_highbd_lpf_horizontal_8_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_8 = aom_highbd_lpf_horizontal_8_neon;
aom_highbd_lpf_horizontal_8_dual = aom_highbd_lpf_horizontal_8_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_horizontal_8_dual = aom_highbd_lpf_horizontal_8_dual_neon;
aom_highbd_lpf_vertical_14 = aom_highbd_lpf_vertical_14_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_14 = aom_highbd_lpf_vertical_14_neon;
aom_highbd_lpf_vertical_14_dual = aom_highbd_lpf_vertical_14_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_14_dual = aom_highbd_lpf_vertical_14_dual_neon;
aom_highbd_lpf_vertical_4 = aom_highbd_lpf_vertical_4_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_4 = aom_highbd_lpf_vertical_4_neon;
aom_highbd_lpf_vertical_4_dual = aom_highbd_lpf_vertical_4_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_4_dual = aom_highbd_lpf_vertical_4_dual_neon;
aom_highbd_lpf_vertical_6 = aom_highbd_lpf_vertical_6_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_6 = aom_highbd_lpf_vertical_6_neon;
aom_highbd_lpf_vertical_6_dual = aom_highbd_lpf_vertical_6_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_6_dual = aom_highbd_lpf_vertical_6_dual_neon;
aom_highbd_lpf_vertical_8 = aom_highbd_lpf_vertical_8_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_8 = aom_highbd_lpf_vertical_8_neon;
aom_highbd_lpf_vertical_8_dual = aom_highbd_lpf_vertical_8_dual_c;
if (flags & HAS_NEON) aom_highbd_lpf_vertical_8_dual = aom_highbd_lpf_vertical_8_dual_neon;
aom_highbd_masked_sad128x128 = aom_highbd_masked_sad128x128_c;
if (flags & HAS_NEON) aom_highbd_masked_sad128x128 = aom_highbd_masked_sad128x128_neon;
aom_highbd_masked_sad128x64 = aom_highbd_masked_sad128x64_c;
if (flags & HAS_NEON) aom_highbd_masked_sad128x64 = aom_highbd_masked_sad128x64_neon;
aom_highbd_masked_sad16x16 = aom_highbd_masked_sad16x16_c;
if (flags & HAS_NEON) aom_highbd_masked_sad16x16 = aom_highbd_masked_sad16x16_neon;
aom_highbd_masked_sad16x32 = aom_highbd_masked_sad16x32_c;
if (flags & HAS_NEON) aom_highbd_masked_sad16x32 = aom_highbd_masked_sad16x32_neon;
aom_highbd_masked_sad16x4 = aom_highbd_masked_sad16x4_c;
if (flags & HAS_NEON) aom_highbd_masked_sad16x4 = aom_highbd_masked_sad16x4_neon;
aom_highbd_masked_sad16x64 = aom_highbd_masked_sad16x64_c;
if (flags & HAS_NEON) aom_highbd_masked_sad16x64 = aom_highbd_masked_sad16x64_neon;
aom_highbd_masked_sad16x8 = aom_highbd_masked_sad16x8_c;
if (flags & HAS_NEON) aom_highbd_masked_sad16x8 = aom_highbd_masked_sad16x8_neon;
aom_highbd_masked_sad32x16 = aom_highbd_masked_sad32x16_c;
if (flags & HAS_NEON) aom_highbd_masked_sad32x16 = aom_highbd_masked_sad32x16_neon;
aom_highbd_masked_sad32x32 = aom_highbd_masked_sad32x32_c;
if (flags & HAS_NEON) aom_highbd_masked_sad32x32 = aom_highbd_masked_sad32x32_neon;
aom_highbd_masked_sad32x64 = aom_highbd_masked_sad32x64_c;
if (flags & HAS_NEON) aom_highbd_masked_sad32x64 = aom_highbd_masked_sad32x64_neon;
aom_highbd_masked_sad32x8 = aom_highbd_masked_sad32x8_c;
if (flags & HAS_NEON) aom_highbd_masked_sad32x8 = aom_highbd_masked_sad32x8_neon;
aom_highbd_masked_sad4x16 = aom_highbd_masked_sad4x16_c;
if (flags & HAS_NEON) aom_highbd_masked_sad4x16 = aom_highbd_masked_sad4x16_neon;
aom_highbd_masked_sad4x4 = aom_highbd_masked_sad4x4_c;
if (flags & HAS_NEON) aom_highbd_masked_sad4x4 = aom_highbd_masked_sad4x4_neon;
aom_highbd_masked_sad4x8 = aom_highbd_masked_sad4x8_c;
if (flags & HAS_NEON) aom_highbd_masked_sad4x8 = aom_highbd_masked_sad4x8_neon;
aom_highbd_masked_sad64x128 = aom_highbd_masked_sad64x128_c;
if (flags & HAS_NEON) aom_highbd_masked_sad64x128 = aom_highbd_masked_sad64x128_neon;
aom_highbd_masked_sad64x16 = aom_highbd_masked_sad64x16_c;
if (flags & HAS_NEON) aom_highbd_masked_sad64x16 = aom_highbd_masked_sad64x16_neon;
aom_highbd_masked_sad64x32 = aom_highbd_masked_sad64x32_c;
if (flags & HAS_NEON) aom_highbd_masked_sad64x32 = aom_highbd_masked_sad64x32_neon;
aom_highbd_masked_sad64x64 = aom_highbd_masked_sad64x64_c;
if (flags & HAS_NEON) aom_highbd_masked_sad64x64 = aom_highbd_masked_sad64x64_neon;
aom_highbd_masked_sad8x16 = aom_highbd_masked_sad8x16_c;
if (flags & HAS_NEON) aom_highbd_masked_sad8x16 = aom_highbd_masked_sad8x16_neon;
aom_highbd_masked_sad8x32 = aom_highbd_masked_sad8x32_c;
if (flags & HAS_NEON) aom_highbd_masked_sad8x32 = aom_highbd_masked_sad8x32_neon;
aom_highbd_masked_sad8x4 = aom_highbd_masked_sad8x4_c;
if (flags & HAS_NEON) aom_highbd_masked_sad8x4 = aom_highbd_masked_sad8x4_neon;
aom_highbd_masked_sad8x8 = aom_highbd_masked_sad8x8_c;
if (flags & HAS_NEON) aom_highbd_masked_sad8x8 = aom_highbd_masked_sad8x8_neon;
aom_highbd_minmax_8x8 = aom_highbd_minmax_8x8_c;
if (flags & HAS_NEON) aom_highbd_minmax_8x8 = aom_highbd_minmax_8x8_neon;
aom_highbd_obmc_sad128x128 = aom_highbd_obmc_sad128x128_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad128x128 = aom_highbd_obmc_sad128x128_neon;
aom_highbd_obmc_sad128x64 = aom_highbd_obmc_sad128x64_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad128x64 = aom_highbd_obmc_sad128x64_neon;
aom_highbd_obmc_sad16x16 = aom_highbd_obmc_sad16x16_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad16x16 = aom_highbd_obmc_sad16x16_neon;
aom_highbd_obmc_sad16x32 = aom_highbd_obmc_sad16x32_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad16x32 = aom_highbd_obmc_sad16x32_neon;
aom_highbd_obmc_sad16x4 = aom_highbd_obmc_sad16x4_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad16x4 = aom_highbd_obmc_sad16x4_neon;
aom_highbd_obmc_sad16x64 = aom_highbd_obmc_sad16x64_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad16x64 = aom_highbd_obmc_sad16x64_neon;
aom_highbd_obmc_sad16x8 = aom_highbd_obmc_sad16x8_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad16x8 = aom_highbd_obmc_sad16x8_neon;
aom_highbd_obmc_sad32x16 = aom_highbd_obmc_sad32x16_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad32x16 = aom_highbd_obmc_sad32x16_neon;
aom_highbd_obmc_sad32x32 = aom_highbd_obmc_sad32x32_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad32x32 = aom_highbd_obmc_sad32x32_neon;
aom_highbd_obmc_sad32x64 = aom_highbd_obmc_sad32x64_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad32x64 = aom_highbd_obmc_sad32x64_neon;
aom_highbd_obmc_sad32x8 = aom_highbd_obmc_sad32x8_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad32x8 = aom_highbd_obmc_sad32x8_neon;
aom_highbd_obmc_sad4x16 = aom_highbd_obmc_sad4x16_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad4x16 = aom_highbd_obmc_sad4x16_neon;
aom_highbd_obmc_sad4x4 = aom_highbd_obmc_sad4x4_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad4x4 = aom_highbd_obmc_sad4x4_neon;
aom_highbd_obmc_sad4x8 = aom_highbd_obmc_sad4x8_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad4x8 = aom_highbd_obmc_sad4x8_neon;
aom_highbd_obmc_sad64x128 = aom_highbd_obmc_sad64x128_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad64x128 = aom_highbd_obmc_sad64x128_neon;
aom_highbd_obmc_sad64x16 = aom_highbd_obmc_sad64x16_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad64x16 = aom_highbd_obmc_sad64x16_neon;
aom_highbd_obmc_sad64x32 = aom_highbd_obmc_sad64x32_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad64x32 = aom_highbd_obmc_sad64x32_neon;
aom_highbd_obmc_sad64x64 = aom_highbd_obmc_sad64x64_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad64x64 = aom_highbd_obmc_sad64x64_neon;
aom_highbd_obmc_sad8x16 = aom_highbd_obmc_sad8x16_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad8x16 = aom_highbd_obmc_sad8x16_neon;
aom_highbd_obmc_sad8x32 = aom_highbd_obmc_sad8x32_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad8x32 = aom_highbd_obmc_sad8x32_neon;
aom_highbd_obmc_sad8x4 = aom_highbd_obmc_sad8x4_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad8x4 = aom_highbd_obmc_sad8x4_neon;
aom_highbd_obmc_sad8x8 = aom_highbd_obmc_sad8x8_c;
if (flags & HAS_NEON) aom_highbd_obmc_sad8x8 = aom_highbd_obmc_sad8x8_neon;
aom_highbd_paeth_predictor_16x16 = aom_highbd_paeth_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_16x16 = aom_highbd_paeth_predictor_16x16_neon;
aom_highbd_paeth_predictor_16x32 = aom_highbd_paeth_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_16x32 = aom_highbd_paeth_predictor_16x32_neon;
aom_highbd_paeth_predictor_16x4 = aom_highbd_paeth_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_16x4 = aom_highbd_paeth_predictor_16x4_neon;
aom_highbd_paeth_predictor_16x64 = aom_highbd_paeth_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_16x64 = aom_highbd_paeth_predictor_16x64_neon;
aom_highbd_paeth_predictor_16x8 = aom_highbd_paeth_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_16x8 = aom_highbd_paeth_predictor_16x8_neon;
aom_highbd_paeth_predictor_32x16 = aom_highbd_paeth_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_32x16 = aom_highbd_paeth_predictor_32x16_neon;
aom_highbd_paeth_predictor_32x32 = aom_highbd_paeth_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_32x32 = aom_highbd_paeth_predictor_32x32_neon;
aom_highbd_paeth_predictor_32x64 = aom_highbd_paeth_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_32x64 = aom_highbd_paeth_predictor_32x64_neon;
aom_highbd_paeth_predictor_32x8 = aom_highbd_paeth_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_32x8 = aom_highbd_paeth_predictor_32x8_neon;
aom_highbd_paeth_predictor_4x16 = aom_highbd_paeth_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_4x16 = aom_highbd_paeth_predictor_4x16_neon;
aom_highbd_paeth_predictor_4x4 = aom_highbd_paeth_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_4x4 = aom_highbd_paeth_predictor_4x4_neon;
aom_highbd_paeth_predictor_4x8 = aom_highbd_paeth_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_4x8 = aom_highbd_paeth_predictor_4x8_neon;
aom_highbd_paeth_predictor_64x16 = aom_highbd_paeth_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_64x16 = aom_highbd_paeth_predictor_64x16_neon;
aom_highbd_paeth_predictor_64x32 = aom_highbd_paeth_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_64x32 = aom_highbd_paeth_predictor_64x32_neon;
aom_highbd_paeth_predictor_64x64 = aom_highbd_paeth_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_64x64 = aom_highbd_paeth_predictor_64x64_neon;
aom_highbd_paeth_predictor_8x16 = aom_highbd_paeth_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_8x16 = aom_highbd_paeth_predictor_8x16_neon;
aom_highbd_paeth_predictor_8x32 = aom_highbd_paeth_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_8x32 = aom_highbd_paeth_predictor_8x32_neon;
aom_highbd_paeth_predictor_8x4 = aom_highbd_paeth_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_8x4 = aom_highbd_paeth_predictor_8x4_neon;
aom_highbd_paeth_predictor_8x8 = aom_highbd_paeth_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_paeth_predictor_8x8 = aom_highbd_paeth_predictor_8x8_neon;
aom_highbd_quantize_b = aom_highbd_quantize_b_c;
if (flags & HAS_NEON) aom_highbd_quantize_b = aom_highbd_quantize_b_neon;
aom_highbd_quantize_b_32x32 = aom_highbd_quantize_b_32x32_c;
if (flags & HAS_NEON) aom_highbd_quantize_b_32x32 = aom_highbd_quantize_b_32x32_neon;
aom_highbd_quantize_b_32x32_adaptive = aom_highbd_quantize_b_32x32_adaptive_c;
if (flags & HAS_NEON) aom_highbd_quantize_b_32x32_adaptive = aom_highbd_quantize_b_32x32_adaptive_neon;
aom_highbd_quantize_b_64x64 = aom_highbd_quantize_b_64x64_c;
if (flags & HAS_NEON) aom_highbd_quantize_b_64x64 = aom_highbd_quantize_b_64x64_neon;
aom_highbd_quantize_b_64x64_adaptive = aom_highbd_quantize_b_64x64_adaptive_c;
if (flags & HAS_NEON) aom_highbd_quantize_b_64x64_adaptive = aom_highbd_quantize_b_64x64_adaptive_neon;
aom_highbd_quantize_b_adaptive = aom_highbd_quantize_b_adaptive_c;
if (flags & HAS_NEON) aom_highbd_quantize_b_adaptive = aom_highbd_quantize_b_adaptive_neon;
aom_highbd_sad128x128 = aom_highbd_sad128x128_c;
if (flags & HAS_NEON) aom_highbd_sad128x128 = aom_highbd_sad128x128_neon;
aom_highbd_sad128x128_avg = aom_highbd_sad128x128_avg_c;
if (flags & HAS_NEON) aom_highbd_sad128x128_avg = aom_highbd_sad128x128_avg_neon;
aom_highbd_sad128x128x3d = aom_highbd_sad128x128x3d_c;
if (flags & HAS_NEON) aom_highbd_sad128x128x3d = aom_highbd_sad128x128x3d_neon;
aom_highbd_sad128x128x4d = aom_highbd_sad128x128x4d_c;
if (flags & HAS_NEON) aom_highbd_sad128x128x4d = aom_highbd_sad128x128x4d_neon;
aom_highbd_sad128x64 = aom_highbd_sad128x64_c;
if (flags & HAS_NEON) aom_highbd_sad128x64 = aom_highbd_sad128x64_neon;
aom_highbd_sad128x64_avg = aom_highbd_sad128x64_avg_c;
if (flags & HAS_NEON) aom_highbd_sad128x64_avg = aom_highbd_sad128x64_avg_neon;
aom_highbd_sad128x64x3d = aom_highbd_sad128x64x3d_c;
if (flags & HAS_NEON) aom_highbd_sad128x64x3d = aom_highbd_sad128x64x3d_neon;
aom_highbd_sad128x64x4d = aom_highbd_sad128x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad128x64x4d = aom_highbd_sad128x64x4d_neon;
aom_highbd_sad16x16 = aom_highbd_sad16x16_c;
if (flags & HAS_NEON) aom_highbd_sad16x16 = aom_highbd_sad16x16_neon;
aom_highbd_sad16x16_avg = aom_highbd_sad16x16_avg_c;
if (flags & HAS_NEON) aom_highbd_sad16x16_avg = aom_highbd_sad16x16_avg_neon;
aom_highbd_sad16x16x3d = aom_highbd_sad16x16x3d_c;
if (flags & HAS_NEON) aom_highbd_sad16x16x3d = aom_highbd_sad16x16x3d_neon;
aom_highbd_sad16x16x4d = aom_highbd_sad16x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad16x16x4d = aom_highbd_sad16x16x4d_neon;
aom_highbd_sad16x32 = aom_highbd_sad16x32_c;
if (flags & HAS_NEON) aom_highbd_sad16x32 = aom_highbd_sad16x32_neon;
aom_highbd_sad16x32_avg = aom_highbd_sad16x32_avg_c;
if (flags & HAS_NEON) aom_highbd_sad16x32_avg = aom_highbd_sad16x32_avg_neon;
aom_highbd_sad16x32x3d = aom_highbd_sad16x32x3d_c;
if (flags & HAS_NEON) aom_highbd_sad16x32x3d = aom_highbd_sad16x32x3d_neon;
aom_highbd_sad16x32x4d = aom_highbd_sad16x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad16x32x4d = aom_highbd_sad16x32x4d_neon;
aom_highbd_sad16x4 = aom_highbd_sad16x4_c;
if (flags & HAS_NEON) aom_highbd_sad16x4 = aom_highbd_sad16x4_neon;
aom_highbd_sad16x4x3d = aom_highbd_sad16x4x3d_c;
if (flags & HAS_NEON) aom_highbd_sad16x4x3d = aom_highbd_sad16x4x3d_neon;
aom_highbd_sad16x4x4d = aom_highbd_sad16x4x4d_c;
if (flags & HAS_NEON) aom_highbd_sad16x4x4d = aom_highbd_sad16x4x4d_neon;
aom_highbd_sad16x64 = aom_highbd_sad16x64_c;
if (flags & HAS_NEON) aom_highbd_sad16x64 = aom_highbd_sad16x64_neon;
aom_highbd_sad16x64_avg = aom_highbd_sad16x64_avg_c;
if (flags & HAS_NEON) aom_highbd_sad16x64_avg = aom_highbd_sad16x64_avg_neon;
aom_highbd_sad16x64x3d = aom_highbd_sad16x64x3d_c;
if (flags & HAS_NEON) aom_highbd_sad16x64x3d = aom_highbd_sad16x64x3d_neon;
aom_highbd_sad16x64x4d = aom_highbd_sad16x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad16x64x4d = aom_highbd_sad16x64x4d_neon;
aom_highbd_sad16x8 = aom_highbd_sad16x8_c;
if (flags & HAS_NEON) aom_highbd_sad16x8 = aom_highbd_sad16x8_neon;
aom_highbd_sad16x8_avg = aom_highbd_sad16x8_avg_c;
if (flags & HAS_NEON) aom_highbd_sad16x8_avg = aom_highbd_sad16x8_avg_neon;
aom_highbd_sad16x8x3d = aom_highbd_sad16x8x3d_c;
if (flags & HAS_NEON) aom_highbd_sad16x8x3d = aom_highbd_sad16x8x3d_neon;
aom_highbd_sad16x8x4d = aom_highbd_sad16x8x4d_c;
if (flags & HAS_NEON) aom_highbd_sad16x8x4d = aom_highbd_sad16x8x4d_neon;
aom_highbd_sad32x16 = aom_highbd_sad32x16_c;
if (flags & HAS_NEON) aom_highbd_sad32x16 = aom_highbd_sad32x16_neon;
aom_highbd_sad32x16_avg = aom_highbd_sad32x16_avg_c;
if (flags & HAS_NEON) aom_highbd_sad32x16_avg = aom_highbd_sad32x16_avg_neon;
aom_highbd_sad32x16x3d = aom_highbd_sad32x16x3d_c;
if (flags & HAS_NEON) aom_highbd_sad32x16x3d = aom_highbd_sad32x16x3d_neon;
aom_highbd_sad32x16x4d = aom_highbd_sad32x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad32x16x4d = aom_highbd_sad32x16x4d_neon;
aom_highbd_sad32x32 = aom_highbd_sad32x32_c;
if (flags & HAS_NEON) aom_highbd_sad32x32 = aom_highbd_sad32x32_neon;
aom_highbd_sad32x32_avg = aom_highbd_sad32x32_avg_c;
if (flags & HAS_NEON) aom_highbd_sad32x32_avg = aom_highbd_sad32x32_avg_neon;
aom_highbd_sad32x32x3d = aom_highbd_sad32x32x3d_c;
if (flags & HAS_NEON) aom_highbd_sad32x32x3d = aom_highbd_sad32x32x3d_neon;
aom_highbd_sad32x32x4d = aom_highbd_sad32x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad32x32x4d = aom_highbd_sad32x32x4d_neon;
aom_highbd_sad32x64 = aom_highbd_sad32x64_c;
if (flags & HAS_NEON) aom_highbd_sad32x64 = aom_highbd_sad32x64_neon;
aom_highbd_sad32x64_avg = aom_highbd_sad32x64_avg_c;
if (flags & HAS_NEON) aom_highbd_sad32x64_avg = aom_highbd_sad32x64_avg_neon;
aom_highbd_sad32x64x3d = aom_highbd_sad32x64x3d_c;
if (flags & HAS_NEON) aom_highbd_sad32x64x3d = aom_highbd_sad32x64x3d_neon;
aom_highbd_sad32x64x4d = aom_highbd_sad32x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad32x64x4d = aom_highbd_sad32x64x4d_neon;
aom_highbd_sad32x8 = aom_highbd_sad32x8_c;
if (flags & HAS_NEON) aom_highbd_sad32x8 = aom_highbd_sad32x8_neon;
aom_highbd_sad32x8_avg = aom_highbd_sad32x8_avg_c;
if (flags & HAS_NEON) aom_highbd_sad32x8_avg = aom_highbd_sad32x8_avg_neon;
aom_highbd_sad32x8x3d = aom_highbd_sad32x8x3d_c;
if (flags & HAS_NEON) aom_highbd_sad32x8x3d = aom_highbd_sad32x8x3d_neon;
aom_highbd_sad32x8x4d = aom_highbd_sad32x8x4d_c;
if (flags & HAS_NEON) aom_highbd_sad32x8x4d = aom_highbd_sad32x8x4d_neon;
aom_highbd_sad4x16 = aom_highbd_sad4x16_c;
if (flags & HAS_NEON) aom_highbd_sad4x16 = aom_highbd_sad4x16_neon;
aom_highbd_sad4x16x3d = aom_highbd_sad4x16x3d_c;
if (flags & HAS_NEON) aom_highbd_sad4x16x3d = aom_highbd_sad4x16x3d_neon;
aom_highbd_sad4x16x4d = aom_highbd_sad4x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad4x16x4d = aom_highbd_sad4x16x4d_neon;
aom_highbd_sad4x4 = aom_highbd_sad4x4_c;
if (flags & HAS_NEON) aom_highbd_sad4x4 = aom_highbd_sad4x4_neon;
aom_highbd_sad4x4x3d = aom_highbd_sad4x4x3d_c;
if (flags & HAS_NEON) aom_highbd_sad4x4x3d = aom_highbd_sad4x4x3d_neon;
aom_highbd_sad4x4x4d = aom_highbd_sad4x4x4d_c;
if (flags & HAS_NEON) aom_highbd_sad4x4x4d = aom_highbd_sad4x4x4d_neon;
aom_highbd_sad4x8 = aom_highbd_sad4x8_c;
if (flags & HAS_NEON) aom_highbd_sad4x8 = aom_highbd_sad4x8_neon;
aom_highbd_sad4x8x3d = aom_highbd_sad4x8x3d_c;
if (flags & HAS_NEON) aom_highbd_sad4x8x3d = aom_highbd_sad4x8x3d_neon;
aom_highbd_sad4x8x4d = aom_highbd_sad4x8x4d_c;
if (flags & HAS_NEON) aom_highbd_sad4x8x4d = aom_highbd_sad4x8x4d_neon;
aom_highbd_sad64x128 = aom_highbd_sad64x128_c;
if (flags & HAS_NEON) aom_highbd_sad64x128 = aom_highbd_sad64x128_neon;
aom_highbd_sad64x128_avg = aom_highbd_sad64x128_avg_c;
if (flags & HAS_NEON) aom_highbd_sad64x128_avg = aom_highbd_sad64x128_avg_neon;
aom_highbd_sad64x128x3d = aom_highbd_sad64x128x3d_c;
if (flags & HAS_NEON) aom_highbd_sad64x128x3d = aom_highbd_sad64x128x3d_neon;
aom_highbd_sad64x128x4d = aom_highbd_sad64x128x4d_c;
if (flags & HAS_NEON) aom_highbd_sad64x128x4d = aom_highbd_sad64x128x4d_neon;
aom_highbd_sad64x16 = aom_highbd_sad64x16_c;
if (flags & HAS_NEON) aom_highbd_sad64x16 = aom_highbd_sad64x16_neon;
aom_highbd_sad64x16_avg = aom_highbd_sad64x16_avg_c;
if (flags & HAS_NEON) aom_highbd_sad64x16_avg = aom_highbd_sad64x16_avg_neon;
aom_highbd_sad64x16x3d = aom_highbd_sad64x16x3d_c;
if (flags & HAS_NEON) aom_highbd_sad64x16x3d = aom_highbd_sad64x16x3d_neon;
aom_highbd_sad64x16x4d = aom_highbd_sad64x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad64x16x4d = aom_highbd_sad64x16x4d_neon;
aom_highbd_sad64x32 = aom_highbd_sad64x32_c;
if (flags & HAS_NEON) aom_highbd_sad64x32 = aom_highbd_sad64x32_neon;
aom_highbd_sad64x32_avg = aom_highbd_sad64x32_avg_c;
if (flags & HAS_NEON) aom_highbd_sad64x32_avg = aom_highbd_sad64x32_avg_neon;
aom_highbd_sad64x32x3d = aom_highbd_sad64x32x3d_c;
if (flags & HAS_NEON) aom_highbd_sad64x32x3d = aom_highbd_sad64x32x3d_neon;
aom_highbd_sad64x32x4d = aom_highbd_sad64x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad64x32x4d = aom_highbd_sad64x32x4d_neon;
aom_highbd_sad64x64 = aom_highbd_sad64x64_c;
if (flags & HAS_NEON) aom_highbd_sad64x64 = aom_highbd_sad64x64_neon;
aom_highbd_sad64x64_avg = aom_highbd_sad64x64_avg_c;
if (flags & HAS_NEON) aom_highbd_sad64x64_avg = aom_highbd_sad64x64_avg_neon;
aom_highbd_sad64x64x3d = aom_highbd_sad64x64x3d_c;
if (flags & HAS_NEON) aom_highbd_sad64x64x3d = aom_highbd_sad64x64x3d_neon;
aom_highbd_sad64x64x4d = aom_highbd_sad64x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad64x64x4d = aom_highbd_sad64x64x4d_neon;
aom_highbd_sad8x16 = aom_highbd_sad8x16_c;
if (flags & HAS_NEON) aom_highbd_sad8x16 = aom_highbd_sad8x16_neon;
aom_highbd_sad8x16_avg = aom_highbd_sad8x16_avg_c;
if (flags & HAS_NEON) aom_highbd_sad8x16_avg = aom_highbd_sad8x16_avg_neon;
aom_highbd_sad8x16x3d = aom_highbd_sad8x16x3d_c;
if (flags & HAS_NEON) aom_highbd_sad8x16x3d = aom_highbd_sad8x16x3d_neon;
aom_highbd_sad8x16x4d = aom_highbd_sad8x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad8x16x4d = aom_highbd_sad8x16x4d_neon;
aom_highbd_sad8x32 = aom_highbd_sad8x32_c;
if (flags & HAS_NEON) aom_highbd_sad8x32 = aom_highbd_sad8x32_neon;
aom_highbd_sad8x32_avg = aom_highbd_sad8x32_avg_c;
if (flags & HAS_NEON) aom_highbd_sad8x32_avg = aom_highbd_sad8x32_avg_neon;
aom_highbd_sad8x32x3d = aom_highbd_sad8x32x3d_c;
if (flags & HAS_NEON) aom_highbd_sad8x32x3d = aom_highbd_sad8x32x3d_neon;
aom_highbd_sad8x32x4d = aom_highbd_sad8x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad8x32x4d = aom_highbd_sad8x32x4d_neon;
aom_highbd_sad8x4 = aom_highbd_sad8x4_c;
if (flags & HAS_NEON) aom_highbd_sad8x4 = aom_highbd_sad8x4_neon;
aom_highbd_sad8x4x3d = aom_highbd_sad8x4x3d_c;
if (flags & HAS_NEON) aom_highbd_sad8x4x3d = aom_highbd_sad8x4x3d_neon;
aom_highbd_sad8x4x4d = aom_highbd_sad8x4x4d_c;
if (flags & HAS_NEON) aom_highbd_sad8x4x4d = aom_highbd_sad8x4x4d_neon;
aom_highbd_sad8x8 = aom_highbd_sad8x8_c;
if (flags & HAS_NEON) aom_highbd_sad8x8 = aom_highbd_sad8x8_neon;
aom_highbd_sad8x8_avg = aom_highbd_sad8x8_avg_c;
if (flags & HAS_NEON) aom_highbd_sad8x8_avg = aom_highbd_sad8x8_avg_neon;
aom_highbd_sad8x8x3d = aom_highbd_sad8x8x3d_c;
if (flags & HAS_NEON) aom_highbd_sad8x8x3d = aom_highbd_sad8x8x3d_neon;
aom_highbd_sad8x8x4d = aom_highbd_sad8x8x4d_c;
if (flags & HAS_NEON) aom_highbd_sad8x8x4d = aom_highbd_sad8x8x4d_neon;
aom_highbd_sad_skip_128x128 = aom_highbd_sad_skip_128x128_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_128x128 = aom_highbd_sad_skip_128x128_neon;
aom_highbd_sad_skip_128x128x4d = aom_highbd_sad_skip_128x128x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_128x128x4d = aom_highbd_sad_skip_128x128x4d_neon;
aom_highbd_sad_skip_128x64 = aom_highbd_sad_skip_128x64_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_128x64 = aom_highbd_sad_skip_128x64_neon;
aom_highbd_sad_skip_128x64x4d = aom_highbd_sad_skip_128x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_128x64x4d = aom_highbd_sad_skip_128x64x4d_neon;
aom_highbd_sad_skip_16x16 = aom_highbd_sad_skip_16x16_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_16x16 = aom_highbd_sad_skip_16x16_neon;
aom_highbd_sad_skip_16x16x4d = aom_highbd_sad_skip_16x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_16x16x4d = aom_highbd_sad_skip_16x16x4d_neon;
aom_highbd_sad_skip_16x32 = aom_highbd_sad_skip_16x32_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_16x32 = aom_highbd_sad_skip_16x32_neon;
aom_highbd_sad_skip_16x32x4d = aom_highbd_sad_skip_16x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_16x32x4d = aom_highbd_sad_skip_16x32x4d_neon;
aom_highbd_sad_skip_16x64 = aom_highbd_sad_skip_16x64_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_16x64 = aom_highbd_sad_skip_16x64_neon;
aom_highbd_sad_skip_16x64x4d = aom_highbd_sad_skip_16x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_16x64x4d = aom_highbd_sad_skip_16x64x4d_neon;
aom_highbd_sad_skip_32x16 = aom_highbd_sad_skip_32x16_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_32x16 = aom_highbd_sad_skip_32x16_neon;
aom_highbd_sad_skip_32x16x4d = aom_highbd_sad_skip_32x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_32x16x4d = aom_highbd_sad_skip_32x16x4d_neon;
aom_highbd_sad_skip_32x32 = aom_highbd_sad_skip_32x32_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_32x32 = aom_highbd_sad_skip_32x32_neon;
aom_highbd_sad_skip_32x32x4d = aom_highbd_sad_skip_32x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_32x32x4d = aom_highbd_sad_skip_32x32x4d_neon;
aom_highbd_sad_skip_32x64 = aom_highbd_sad_skip_32x64_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_32x64 = aom_highbd_sad_skip_32x64_neon;
aom_highbd_sad_skip_32x64x4d = aom_highbd_sad_skip_32x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_32x64x4d = aom_highbd_sad_skip_32x64x4d_neon;
aom_highbd_sad_skip_4x16 = aom_highbd_sad_skip_4x16_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_4x16 = aom_highbd_sad_skip_4x16_neon;
aom_highbd_sad_skip_4x16x4d = aom_highbd_sad_skip_4x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_4x16x4d = aom_highbd_sad_skip_4x16x4d_neon;
aom_highbd_sad_skip_64x128 = aom_highbd_sad_skip_64x128_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x128 = aom_highbd_sad_skip_64x128_neon;
aom_highbd_sad_skip_64x128x4d = aom_highbd_sad_skip_64x128x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x128x4d = aom_highbd_sad_skip_64x128x4d_neon;
aom_highbd_sad_skip_64x16 = aom_highbd_sad_skip_64x16_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x16 = aom_highbd_sad_skip_64x16_neon;
aom_highbd_sad_skip_64x16x4d = aom_highbd_sad_skip_64x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x16x4d = aom_highbd_sad_skip_64x16x4d_neon;
aom_highbd_sad_skip_64x32 = aom_highbd_sad_skip_64x32_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x32 = aom_highbd_sad_skip_64x32_neon;
aom_highbd_sad_skip_64x32x4d = aom_highbd_sad_skip_64x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x32x4d = aom_highbd_sad_skip_64x32x4d_neon;
aom_highbd_sad_skip_64x64 = aom_highbd_sad_skip_64x64_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x64 = aom_highbd_sad_skip_64x64_neon;
aom_highbd_sad_skip_64x64x4d = aom_highbd_sad_skip_64x64x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_64x64x4d = aom_highbd_sad_skip_64x64x4d_neon;
aom_highbd_sad_skip_8x16 = aom_highbd_sad_skip_8x16_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_8x16 = aom_highbd_sad_skip_8x16_neon;
aom_highbd_sad_skip_8x16x4d = aom_highbd_sad_skip_8x16x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_8x16x4d = aom_highbd_sad_skip_8x16x4d_neon;
aom_highbd_sad_skip_8x32 = aom_highbd_sad_skip_8x32_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_8x32 = aom_highbd_sad_skip_8x32_neon;
aom_highbd_sad_skip_8x32x4d = aom_highbd_sad_skip_8x32x4d_c;
if (flags & HAS_NEON) aom_highbd_sad_skip_8x32x4d = aom_highbd_sad_skip_8x32x4d_neon;
aom_highbd_smooth_h_predictor_16x16 = aom_highbd_smooth_h_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_16x16 = aom_highbd_smooth_h_predictor_16x16_neon;
aom_highbd_smooth_h_predictor_16x32 = aom_highbd_smooth_h_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_16x32 = aom_highbd_smooth_h_predictor_16x32_neon;
aom_highbd_smooth_h_predictor_16x4 = aom_highbd_smooth_h_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_16x4 = aom_highbd_smooth_h_predictor_16x4_neon;
aom_highbd_smooth_h_predictor_16x64 = aom_highbd_smooth_h_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_16x64 = aom_highbd_smooth_h_predictor_16x64_neon;
aom_highbd_smooth_h_predictor_16x8 = aom_highbd_smooth_h_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_16x8 = aom_highbd_smooth_h_predictor_16x8_neon;
aom_highbd_smooth_h_predictor_32x16 = aom_highbd_smooth_h_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_32x16 = aom_highbd_smooth_h_predictor_32x16_neon;
aom_highbd_smooth_h_predictor_32x32 = aom_highbd_smooth_h_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_32x32 = aom_highbd_smooth_h_predictor_32x32_neon;
aom_highbd_smooth_h_predictor_32x64 = aom_highbd_smooth_h_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_32x64 = aom_highbd_smooth_h_predictor_32x64_neon;
aom_highbd_smooth_h_predictor_32x8 = aom_highbd_smooth_h_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_32x8 = aom_highbd_smooth_h_predictor_32x8_neon;
aom_highbd_smooth_h_predictor_4x16 = aom_highbd_smooth_h_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_4x16 = aom_highbd_smooth_h_predictor_4x16_neon;
aom_highbd_smooth_h_predictor_4x4 = aom_highbd_smooth_h_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_4x4 = aom_highbd_smooth_h_predictor_4x4_neon;
aom_highbd_smooth_h_predictor_4x8 = aom_highbd_smooth_h_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_4x8 = aom_highbd_smooth_h_predictor_4x8_neon;
aom_highbd_smooth_h_predictor_64x16 = aom_highbd_smooth_h_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_64x16 = aom_highbd_smooth_h_predictor_64x16_neon;
aom_highbd_smooth_h_predictor_64x32 = aom_highbd_smooth_h_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_64x32 = aom_highbd_smooth_h_predictor_64x32_neon;
aom_highbd_smooth_h_predictor_64x64 = aom_highbd_smooth_h_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_64x64 = aom_highbd_smooth_h_predictor_64x64_neon;
aom_highbd_smooth_h_predictor_8x16 = aom_highbd_smooth_h_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_8x16 = aom_highbd_smooth_h_predictor_8x16_neon;
aom_highbd_smooth_h_predictor_8x32 = aom_highbd_smooth_h_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_8x32 = aom_highbd_smooth_h_predictor_8x32_neon;
aom_highbd_smooth_h_predictor_8x4 = aom_highbd_smooth_h_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_8x4 = aom_highbd_smooth_h_predictor_8x4_neon;
aom_highbd_smooth_h_predictor_8x8 = aom_highbd_smooth_h_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_h_predictor_8x8 = aom_highbd_smooth_h_predictor_8x8_neon;
aom_highbd_smooth_predictor_16x16 = aom_highbd_smooth_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_16x16 = aom_highbd_smooth_predictor_16x16_neon;
aom_highbd_smooth_predictor_16x32 = aom_highbd_smooth_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_16x32 = aom_highbd_smooth_predictor_16x32_neon;
aom_highbd_smooth_predictor_16x4 = aom_highbd_smooth_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_16x4 = aom_highbd_smooth_predictor_16x4_neon;
aom_highbd_smooth_predictor_16x64 = aom_highbd_smooth_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_16x64 = aom_highbd_smooth_predictor_16x64_neon;
aom_highbd_smooth_predictor_16x8 = aom_highbd_smooth_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_16x8 = aom_highbd_smooth_predictor_16x8_neon;
aom_highbd_smooth_predictor_32x16 = aom_highbd_smooth_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_32x16 = aom_highbd_smooth_predictor_32x16_neon;
aom_highbd_smooth_predictor_32x32 = aom_highbd_smooth_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_32x32 = aom_highbd_smooth_predictor_32x32_neon;
aom_highbd_smooth_predictor_32x64 = aom_highbd_smooth_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_32x64 = aom_highbd_smooth_predictor_32x64_neon;
aom_highbd_smooth_predictor_32x8 = aom_highbd_smooth_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_32x8 = aom_highbd_smooth_predictor_32x8_neon;
aom_highbd_smooth_predictor_4x16 = aom_highbd_smooth_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_4x16 = aom_highbd_smooth_predictor_4x16_neon;
aom_highbd_smooth_predictor_4x4 = aom_highbd_smooth_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_4x4 = aom_highbd_smooth_predictor_4x4_neon;
aom_highbd_smooth_predictor_4x8 = aom_highbd_smooth_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_4x8 = aom_highbd_smooth_predictor_4x8_neon;
aom_highbd_smooth_predictor_64x16 = aom_highbd_smooth_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_64x16 = aom_highbd_smooth_predictor_64x16_neon;
aom_highbd_smooth_predictor_64x32 = aom_highbd_smooth_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_64x32 = aom_highbd_smooth_predictor_64x32_neon;
aom_highbd_smooth_predictor_64x64 = aom_highbd_smooth_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_64x64 = aom_highbd_smooth_predictor_64x64_neon;
aom_highbd_smooth_predictor_8x16 = aom_highbd_smooth_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_8x16 = aom_highbd_smooth_predictor_8x16_neon;
aom_highbd_smooth_predictor_8x32 = aom_highbd_smooth_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_8x32 = aom_highbd_smooth_predictor_8x32_neon;
aom_highbd_smooth_predictor_8x4 = aom_highbd_smooth_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_8x4 = aom_highbd_smooth_predictor_8x4_neon;
aom_highbd_smooth_predictor_8x8 = aom_highbd_smooth_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_predictor_8x8 = aom_highbd_smooth_predictor_8x8_neon;
aom_highbd_smooth_v_predictor_16x16 = aom_highbd_smooth_v_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_16x16 = aom_highbd_smooth_v_predictor_16x16_neon;
aom_highbd_smooth_v_predictor_16x32 = aom_highbd_smooth_v_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_16x32 = aom_highbd_smooth_v_predictor_16x32_neon;
aom_highbd_smooth_v_predictor_16x4 = aom_highbd_smooth_v_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_16x4 = aom_highbd_smooth_v_predictor_16x4_neon;
aom_highbd_smooth_v_predictor_16x64 = aom_highbd_smooth_v_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_16x64 = aom_highbd_smooth_v_predictor_16x64_neon;
aom_highbd_smooth_v_predictor_16x8 = aom_highbd_smooth_v_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_16x8 = aom_highbd_smooth_v_predictor_16x8_neon;
aom_highbd_smooth_v_predictor_32x16 = aom_highbd_smooth_v_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_32x16 = aom_highbd_smooth_v_predictor_32x16_neon;
aom_highbd_smooth_v_predictor_32x32 = aom_highbd_smooth_v_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_32x32 = aom_highbd_smooth_v_predictor_32x32_neon;
aom_highbd_smooth_v_predictor_32x64 = aom_highbd_smooth_v_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_32x64 = aom_highbd_smooth_v_predictor_32x64_neon;
aom_highbd_smooth_v_predictor_32x8 = aom_highbd_smooth_v_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_32x8 = aom_highbd_smooth_v_predictor_32x8_neon;
aom_highbd_smooth_v_predictor_4x16 = aom_highbd_smooth_v_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_4x16 = aom_highbd_smooth_v_predictor_4x16_neon;
aom_highbd_smooth_v_predictor_4x4 = aom_highbd_smooth_v_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_4x4 = aom_highbd_smooth_v_predictor_4x4_neon;
aom_highbd_smooth_v_predictor_4x8 = aom_highbd_smooth_v_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_4x8 = aom_highbd_smooth_v_predictor_4x8_neon;
aom_highbd_smooth_v_predictor_64x16 = aom_highbd_smooth_v_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_64x16 = aom_highbd_smooth_v_predictor_64x16_neon;
aom_highbd_smooth_v_predictor_64x32 = aom_highbd_smooth_v_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_64x32 = aom_highbd_smooth_v_predictor_64x32_neon;
aom_highbd_smooth_v_predictor_64x64 = aom_highbd_smooth_v_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_64x64 = aom_highbd_smooth_v_predictor_64x64_neon;
aom_highbd_smooth_v_predictor_8x16 = aom_highbd_smooth_v_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_8x16 = aom_highbd_smooth_v_predictor_8x16_neon;
aom_highbd_smooth_v_predictor_8x32 = aom_highbd_smooth_v_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_8x32 = aom_highbd_smooth_v_predictor_8x32_neon;
aom_highbd_smooth_v_predictor_8x4 = aom_highbd_smooth_v_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_8x4 = aom_highbd_smooth_v_predictor_8x4_neon;
aom_highbd_smooth_v_predictor_8x8 = aom_highbd_smooth_v_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_smooth_v_predictor_8x8 = aom_highbd_smooth_v_predictor_8x8_neon;
aom_highbd_sse = aom_highbd_sse_c;
if (flags & HAS_NEON) aom_highbd_sse = aom_highbd_sse_neon;
aom_highbd_subtract_block = aom_highbd_subtract_block_c;
if (flags & HAS_NEON) aom_highbd_subtract_block = aom_highbd_subtract_block_neon;
aom_highbd_v_predictor_16x16 = aom_highbd_v_predictor_16x16_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_16x16 = aom_highbd_v_predictor_16x16_neon;
aom_highbd_v_predictor_16x32 = aom_highbd_v_predictor_16x32_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_16x32 = aom_highbd_v_predictor_16x32_neon;
aom_highbd_v_predictor_16x4 = aom_highbd_v_predictor_16x4_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_16x4 = aom_highbd_v_predictor_16x4_neon;
aom_highbd_v_predictor_16x64 = aom_highbd_v_predictor_16x64_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_16x64 = aom_highbd_v_predictor_16x64_neon;
aom_highbd_v_predictor_16x8 = aom_highbd_v_predictor_16x8_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_16x8 = aom_highbd_v_predictor_16x8_neon;
aom_highbd_v_predictor_32x16 = aom_highbd_v_predictor_32x16_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_32x16 = aom_highbd_v_predictor_32x16_neon;
aom_highbd_v_predictor_32x32 = aom_highbd_v_predictor_32x32_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_32x32 = aom_highbd_v_predictor_32x32_neon;
aom_highbd_v_predictor_32x64 = aom_highbd_v_predictor_32x64_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_32x64 = aom_highbd_v_predictor_32x64_neon;
aom_highbd_v_predictor_32x8 = aom_highbd_v_predictor_32x8_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_32x8 = aom_highbd_v_predictor_32x8_neon;
aom_highbd_v_predictor_4x16 = aom_highbd_v_predictor_4x16_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_4x16 = aom_highbd_v_predictor_4x16_neon;
aom_highbd_v_predictor_4x4 = aom_highbd_v_predictor_4x4_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_4x4 = aom_highbd_v_predictor_4x4_neon;
aom_highbd_v_predictor_4x8 = aom_highbd_v_predictor_4x8_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_4x8 = aom_highbd_v_predictor_4x8_neon;
aom_highbd_v_predictor_64x16 = aom_highbd_v_predictor_64x16_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_64x16 = aom_highbd_v_predictor_64x16_neon;
aom_highbd_v_predictor_64x32 = aom_highbd_v_predictor_64x32_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_64x32 = aom_highbd_v_predictor_64x32_neon;
aom_highbd_v_predictor_64x64 = aom_highbd_v_predictor_64x64_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_64x64 = aom_highbd_v_predictor_64x64_neon;
aom_highbd_v_predictor_8x16 = aom_highbd_v_predictor_8x16_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_8x16 = aom_highbd_v_predictor_8x16_neon;
aom_highbd_v_predictor_8x32 = aom_highbd_v_predictor_8x32_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_8x32 = aom_highbd_v_predictor_8x32_neon;
aom_highbd_v_predictor_8x4 = aom_highbd_v_predictor_8x4_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_8x4 = aom_highbd_v_predictor_8x4_neon;
aom_highbd_v_predictor_8x8 = aom_highbd_v_predictor_8x8_c;
if (flags & HAS_NEON) aom_highbd_v_predictor_8x8 = aom_highbd_v_predictor_8x8_neon;
aom_int_pro_col = aom_int_pro_col_c;
if (flags & HAS_NEON) aom_int_pro_col = aom_int_pro_col_neon;
aom_int_pro_row = aom_int_pro_row_c;
if (flags & HAS_NEON) aom_int_pro_row = aom_int_pro_row_neon;
aom_lowbd_blend_a64_d16_mask = aom_lowbd_blend_a64_d16_mask_c;
if (flags & HAS_NEON) aom_lowbd_blend_a64_d16_mask = aom_lowbd_blend_a64_d16_mask_neon;
aom_lpf_horizontal_14 = aom_lpf_horizontal_14_c;
if (flags & HAS_NEON) aom_lpf_horizontal_14 = aom_lpf_horizontal_14_neon;
aom_lpf_horizontal_14_dual = aom_lpf_horizontal_14_dual_c;
if (flags & HAS_NEON) aom_lpf_horizontal_14_dual = aom_lpf_horizontal_14_dual_neon;
aom_lpf_horizontal_14_quad = aom_lpf_horizontal_14_quad_c;
if (flags & HAS_NEON) aom_lpf_horizontal_14_quad = aom_lpf_horizontal_14_quad_neon;
aom_lpf_horizontal_4 = aom_lpf_horizontal_4_c;
if (flags & HAS_NEON) aom_lpf_horizontal_4 = aom_lpf_horizontal_4_neon;
aom_lpf_horizontal_4_dual = aom_lpf_horizontal_4_dual_c;
if (flags & HAS_NEON) aom_lpf_horizontal_4_dual = aom_lpf_horizontal_4_dual_neon;
aom_lpf_horizontal_4_quad = aom_lpf_horizontal_4_quad_c;
if (flags & HAS_NEON) aom_lpf_horizontal_4_quad = aom_lpf_horizontal_4_quad_neon;
aom_lpf_horizontal_6 = aom_lpf_horizontal_6_c;
if (flags & HAS_NEON) aom_lpf_horizontal_6 = aom_lpf_horizontal_6_neon;
aom_lpf_horizontal_6_dual = aom_lpf_horizontal_6_dual_c;
if (flags & HAS_NEON) aom_lpf_horizontal_6_dual = aom_lpf_horizontal_6_dual_neon;
aom_lpf_horizontal_6_quad = aom_lpf_horizontal_6_quad_c;
if (flags & HAS_NEON) aom_lpf_horizontal_6_quad = aom_lpf_horizontal_6_quad_neon;
aom_lpf_horizontal_8 = aom_lpf_horizontal_8_c;
if (flags & HAS_NEON) aom_lpf_horizontal_8 = aom_lpf_horizontal_8_neon;
aom_lpf_horizontal_8_dual = aom_lpf_horizontal_8_dual_c;
if (flags & HAS_NEON) aom_lpf_horizontal_8_dual = aom_lpf_horizontal_8_dual_neon;
aom_lpf_horizontal_8_quad = aom_lpf_horizontal_8_quad_c;
if (flags & HAS_NEON) aom_lpf_horizontal_8_quad = aom_lpf_horizontal_8_quad_neon;
aom_lpf_vertical_14 = aom_lpf_vertical_14_c;
if (flags & HAS_NEON) aom_lpf_vertical_14 = aom_lpf_vertical_14_neon;
aom_lpf_vertical_14_dual = aom_lpf_vertical_14_dual_c;
if (flags & HAS_NEON) aom_lpf_vertical_14_dual = aom_lpf_vertical_14_dual_neon;
aom_lpf_vertical_14_quad = aom_lpf_vertical_14_quad_c;
if (flags & HAS_NEON) aom_lpf_vertical_14_quad = aom_lpf_vertical_14_quad_neon;
aom_lpf_vertical_4 = aom_lpf_vertical_4_c;
if (flags & HAS_NEON) aom_lpf_vertical_4 = aom_lpf_vertical_4_neon;
aom_lpf_vertical_4_dual = aom_lpf_vertical_4_dual_c;
if (flags & HAS_NEON) aom_lpf_vertical_4_dual = aom_lpf_vertical_4_dual_neon;
aom_lpf_vertical_4_quad = aom_lpf_vertical_4_quad_c;
if (flags & HAS_NEON) aom_lpf_vertical_4_quad = aom_lpf_vertical_4_quad_neon;
aom_lpf_vertical_6 = aom_lpf_vertical_6_c;
if (flags & HAS_NEON) aom_lpf_vertical_6 = aom_lpf_vertical_6_neon;
aom_lpf_vertical_6_dual = aom_lpf_vertical_6_dual_c;
if (flags & HAS_NEON) aom_lpf_vertical_6_dual = aom_lpf_vertical_6_dual_neon;
aom_lpf_vertical_6_quad = aom_lpf_vertical_6_quad_c;
if (flags & HAS_NEON) aom_lpf_vertical_6_quad = aom_lpf_vertical_6_quad_neon;
aom_lpf_vertical_8 = aom_lpf_vertical_8_c;
if (flags & HAS_NEON) aom_lpf_vertical_8 = aom_lpf_vertical_8_neon;
aom_lpf_vertical_8_dual = aom_lpf_vertical_8_dual_c;
if (flags & HAS_NEON) aom_lpf_vertical_8_dual = aom_lpf_vertical_8_dual_neon;
aom_lpf_vertical_8_quad = aom_lpf_vertical_8_quad_c;
if (flags & HAS_NEON) aom_lpf_vertical_8_quad = aom_lpf_vertical_8_quad_neon;
aom_masked_sad128x128 = aom_masked_sad128x128_c;
if (flags & HAS_NEON) aom_masked_sad128x128 = aom_masked_sad128x128_neon;
aom_masked_sad128x64 = aom_masked_sad128x64_c;
if (flags & HAS_NEON) aom_masked_sad128x64 = aom_masked_sad128x64_neon;
aom_masked_sad16x16 = aom_masked_sad16x16_c;
if (flags & HAS_NEON) aom_masked_sad16x16 = aom_masked_sad16x16_neon;
aom_masked_sad16x32 = aom_masked_sad16x32_c;
if (flags & HAS_NEON) aom_masked_sad16x32 = aom_masked_sad16x32_neon;
aom_masked_sad16x4 = aom_masked_sad16x4_c;
if (flags & HAS_NEON) aom_masked_sad16x4 = aom_masked_sad16x4_neon;
aom_masked_sad16x64 = aom_masked_sad16x64_c;
if (flags & HAS_NEON) aom_masked_sad16x64 = aom_masked_sad16x64_neon;
aom_masked_sad16x8 = aom_masked_sad16x8_c;
if (flags & HAS_NEON) aom_masked_sad16x8 = aom_masked_sad16x8_neon;
aom_masked_sad32x16 = aom_masked_sad32x16_c;
if (flags & HAS_NEON) aom_masked_sad32x16 = aom_masked_sad32x16_neon;
aom_masked_sad32x32 = aom_masked_sad32x32_c;
if (flags & HAS_NEON) aom_masked_sad32x32 = aom_masked_sad32x32_neon;
aom_masked_sad32x64 = aom_masked_sad32x64_c;
if (flags & HAS_NEON) aom_masked_sad32x64 = aom_masked_sad32x64_neon;
aom_masked_sad32x8 = aom_masked_sad32x8_c;
if (flags & HAS_NEON) aom_masked_sad32x8 = aom_masked_sad32x8_neon;
aom_masked_sad4x16 = aom_masked_sad4x16_c;
if (flags & HAS_NEON) aom_masked_sad4x16 = aom_masked_sad4x16_neon;
aom_masked_sad4x4 = aom_masked_sad4x4_c;
if (flags & HAS_NEON) aom_masked_sad4x4 = aom_masked_sad4x4_neon;
aom_masked_sad4x8 = aom_masked_sad4x8_c;
if (flags & HAS_NEON) aom_masked_sad4x8 = aom_masked_sad4x8_neon;
aom_masked_sad64x128 = aom_masked_sad64x128_c;
if (flags & HAS_NEON) aom_masked_sad64x128 = aom_masked_sad64x128_neon;
aom_masked_sad64x16 = aom_masked_sad64x16_c;
if (flags & HAS_NEON) aom_masked_sad64x16 = aom_masked_sad64x16_neon;
aom_masked_sad64x32 = aom_masked_sad64x32_c;
if (flags & HAS_NEON) aom_masked_sad64x32 = aom_masked_sad64x32_neon;
aom_masked_sad64x64 = aom_masked_sad64x64_c;
if (flags & HAS_NEON) aom_masked_sad64x64 = aom_masked_sad64x64_neon;
aom_masked_sad8x16 = aom_masked_sad8x16_c;
if (flags & HAS_NEON) aom_masked_sad8x16 = aom_masked_sad8x16_neon;
aom_masked_sad8x32 = aom_masked_sad8x32_c;
if (flags & HAS_NEON) aom_masked_sad8x32 = aom_masked_sad8x32_neon;
aom_masked_sad8x4 = aom_masked_sad8x4_c;
if (flags & HAS_NEON) aom_masked_sad8x4 = aom_masked_sad8x4_neon;
aom_masked_sad8x8 = aom_masked_sad8x8_c;
if (flags & HAS_NEON) aom_masked_sad8x8 = aom_masked_sad8x8_neon;
aom_masked_sub_pixel_variance128x128 = aom_masked_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance128x128 = aom_masked_sub_pixel_variance128x128_neon;
aom_masked_sub_pixel_variance128x64 = aom_masked_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance128x64 = aom_masked_sub_pixel_variance128x64_neon;
aom_masked_sub_pixel_variance16x16 = aom_masked_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance16x16 = aom_masked_sub_pixel_variance16x16_neon;
aom_masked_sub_pixel_variance16x32 = aom_masked_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance16x32 = aom_masked_sub_pixel_variance16x32_neon;
aom_masked_sub_pixel_variance16x4 = aom_masked_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance16x4 = aom_masked_sub_pixel_variance16x4_neon;
aom_masked_sub_pixel_variance16x64 = aom_masked_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance16x64 = aom_masked_sub_pixel_variance16x64_neon;
aom_masked_sub_pixel_variance16x8 = aom_masked_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance16x8 = aom_masked_sub_pixel_variance16x8_neon;
aom_masked_sub_pixel_variance32x16 = aom_masked_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance32x16 = aom_masked_sub_pixel_variance32x16_neon;
aom_masked_sub_pixel_variance32x32 = aom_masked_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance32x32 = aom_masked_sub_pixel_variance32x32_neon;
aom_masked_sub_pixel_variance32x64 = aom_masked_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance32x64 = aom_masked_sub_pixel_variance32x64_neon;
aom_masked_sub_pixel_variance32x8 = aom_masked_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance32x8 = aom_masked_sub_pixel_variance32x8_neon;
aom_masked_sub_pixel_variance4x16 = aom_masked_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance4x16 = aom_masked_sub_pixel_variance4x16_neon;
aom_masked_sub_pixel_variance4x4 = aom_masked_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance4x4 = aom_masked_sub_pixel_variance4x4_neon;
aom_masked_sub_pixel_variance4x8 = aom_masked_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance4x8 = aom_masked_sub_pixel_variance4x8_neon;
aom_masked_sub_pixel_variance64x128 = aom_masked_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance64x128 = aom_masked_sub_pixel_variance64x128_neon;
aom_masked_sub_pixel_variance64x16 = aom_masked_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance64x16 = aom_masked_sub_pixel_variance64x16_neon;
aom_masked_sub_pixel_variance64x32 = aom_masked_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance64x32 = aom_masked_sub_pixel_variance64x32_neon;
aom_masked_sub_pixel_variance64x64 = aom_masked_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance64x64 = aom_masked_sub_pixel_variance64x64_neon;
aom_masked_sub_pixel_variance8x16 = aom_masked_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance8x16 = aom_masked_sub_pixel_variance8x16_neon;
aom_masked_sub_pixel_variance8x32 = aom_masked_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance8x32 = aom_masked_sub_pixel_variance8x32_neon;
aom_masked_sub_pixel_variance8x4 = aom_masked_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance8x4 = aom_masked_sub_pixel_variance8x4_neon;
aom_masked_sub_pixel_variance8x8 = aom_masked_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_masked_sub_pixel_variance8x8 = aom_masked_sub_pixel_variance8x8_neon;
aom_minmax_8x8 = aom_minmax_8x8_c;
if (flags & HAS_NEON) aom_minmax_8x8 = aom_minmax_8x8_neon;
aom_mse16x16 = aom_mse16x16_c;
if (flags & HAS_NEON) aom_mse16x16 = aom_mse16x16_neon;
aom_mse16x8 = aom_mse16x8_c;
if (flags & HAS_NEON) aom_mse16x8 = aom_mse16x8_neon;
aom_mse8x16 = aom_mse8x16_c;
if (flags & HAS_NEON) aom_mse8x16 = aom_mse8x16_neon;
aom_mse8x8 = aom_mse8x8_c;
if (flags & HAS_NEON) aom_mse8x8 = aom_mse8x8_neon;
aom_mse_16xh_16bit = aom_mse_16xh_16bit_c;
if (flags & HAS_NEON) aom_mse_16xh_16bit = aom_mse_16xh_16bit_neon;
aom_mse_wxh_16bit = aom_mse_wxh_16bit_c;
if (flags & HAS_NEON) aom_mse_wxh_16bit = aom_mse_wxh_16bit_neon;
aom_mse_wxh_16bit_highbd = aom_mse_wxh_16bit_highbd_c;
if (flags & HAS_NEON) aom_mse_wxh_16bit_highbd = aom_mse_wxh_16bit_highbd_neon;
aom_obmc_sad128x128 = aom_obmc_sad128x128_c;
if (flags & HAS_NEON) aom_obmc_sad128x128 = aom_obmc_sad128x128_neon;
aom_obmc_sad128x64 = aom_obmc_sad128x64_c;
if (flags & HAS_NEON) aom_obmc_sad128x64 = aom_obmc_sad128x64_neon;
aom_obmc_sad16x16 = aom_obmc_sad16x16_c;
if (flags & HAS_NEON) aom_obmc_sad16x16 = aom_obmc_sad16x16_neon;
aom_obmc_sad16x32 = aom_obmc_sad16x32_c;
if (flags & HAS_NEON) aom_obmc_sad16x32 = aom_obmc_sad16x32_neon;
aom_obmc_sad16x4 = aom_obmc_sad16x4_c;
if (flags & HAS_NEON) aom_obmc_sad16x4 = aom_obmc_sad16x4_neon;
aom_obmc_sad16x64 = aom_obmc_sad16x64_c;
if (flags & HAS_NEON) aom_obmc_sad16x64 = aom_obmc_sad16x64_neon;
aom_obmc_sad16x8 = aom_obmc_sad16x8_c;
if (flags & HAS_NEON) aom_obmc_sad16x8 = aom_obmc_sad16x8_neon;
aom_obmc_sad32x16 = aom_obmc_sad32x16_c;
if (flags & HAS_NEON) aom_obmc_sad32x16 = aom_obmc_sad32x16_neon;
aom_obmc_sad32x32 = aom_obmc_sad32x32_c;
if (flags & HAS_NEON) aom_obmc_sad32x32 = aom_obmc_sad32x32_neon;
aom_obmc_sad32x64 = aom_obmc_sad32x64_c;
if (flags & HAS_NEON) aom_obmc_sad32x64 = aom_obmc_sad32x64_neon;
aom_obmc_sad32x8 = aom_obmc_sad32x8_c;
if (flags & HAS_NEON) aom_obmc_sad32x8 = aom_obmc_sad32x8_neon;
aom_obmc_sad4x16 = aom_obmc_sad4x16_c;
if (flags & HAS_NEON) aom_obmc_sad4x16 = aom_obmc_sad4x16_neon;
aom_obmc_sad4x4 = aom_obmc_sad4x4_c;
if (flags & HAS_NEON) aom_obmc_sad4x4 = aom_obmc_sad4x4_neon;
aom_obmc_sad4x8 = aom_obmc_sad4x8_c;
if (flags & HAS_NEON) aom_obmc_sad4x8 = aom_obmc_sad4x8_neon;
aom_obmc_sad64x128 = aom_obmc_sad64x128_c;
if (flags & HAS_NEON) aom_obmc_sad64x128 = aom_obmc_sad64x128_neon;
aom_obmc_sad64x16 = aom_obmc_sad64x16_c;
if (flags & HAS_NEON) aom_obmc_sad64x16 = aom_obmc_sad64x16_neon;
aom_obmc_sad64x32 = aom_obmc_sad64x32_c;
if (flags & HAS_NEON) aom_obmc_sad64x32 = aom_obmc_sad64x32_neon;
aom_obmc_sad64x64 = aom_obmc_sad64x64_c;
if (flags & HAS_NEON) aom_obmc_sad64x64 = aom_obmc_sad64x64_neon;
aom_obmc_sad8x16 = aom_obmc_sad8x16_c;
if (flags & HAS_NEON) aom_obmc_sad8x16 = aom_obmc_sad8x16_neon;
aom_obmc_sad8x32 = aom_obmc_sad8x32_c;
if (flags & HAS_NEON) aom_obmc_sad8x32 = aom_obmc_sad8x32_neon;
aom_obmc_sad8x4 = aom_obmc_sad8x4_c;
if (flags & HAS_NEON) aom_obmc_sad8x4 = aom_obmc_sad8x4_neon;
aom_obmc_sad8x8 = aom_obmc_sad8x8_c;
if (flags & HAS_NEON) aom_obmc_sad8x8 = aom_obmc_sad8x8_neon;
aom_obmc_sub_pixel_variance128x128 = aom_obmc_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance128x128 = aom_obmc_sub_pixel_variance128x128_neon;
aom_obmc_sub_pixel_variance128x64 = aom_obmc_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance128x64 = aom_obmc_sub_pixel_variance128x64_neon;
aom_obmc_sub_pixel_variance16x16 = aom_obmc_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance16x16 = aom_obmc_sub_pixel_variance16x16_neon;
aom_obmc_sub_pixel_variance16x32 = aom_obmc_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance16x32 = aom_obmc_sub_pixel_variance16x32_neon;
aom_obmc_sub_pixel_variance16x4 = aom_obmc_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance16x4 = aom_obmc_sub_pixel_variance16x4_neon;
aom_obmc_sub_pixel_variance16x64 = aom_obmc_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance16x64 = aom_obmc_sub_pixel_variance16x64_neon;
aom_obmc_sub_pixel_variance16x8 = aom_obmc_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance16x8 = aom_obmc_sub_pixel_variance16x8_neon;
aom_obmc_sub_pixel_variance32x16 = aom_obmc_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance32x16 = aom_obmc_sub_pixel_variance32x16_neon;
aom_obmc_sub_pixel_variance32x32 = aom_obmc_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance32x32 = aom_obmc_sub_pixel_variance32x32_neon;
aom_obmc_sub_pixel_variance32x64 = aom_obmc_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance32x64 = aom_obmc_sub_pixel_variance32x64_neon;
aom_obmc_sub_pixel_variance32x8 = aom_obmc_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance32x8 = aom_obmc_sub_pixel_variance32x8_neon;
aom_obmc_sub_pixel_variance4x16 = aom_obmc_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance4x16 = aom_obmc_sub_pixel_variance4x16_neon;
aom_obmc_sub_pixel_variance4x4 = aom_obmc_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance4x4 = aom_obmc_sub_pixel_variance4x4_neon;
aom_obmc_sub_pixel_variance4x8 = aom_obmc_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance4x8 = aom_obmc_sub_pixel_variance4x8_neon;
aom_obmc_sub_pixel_variance64x128 = aom_obmc_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance64x128 = aom_obmc_sub_pixel_variance64x128_neon;
aom_obmc_sub_pixel_variance64x16 = aom_obmc_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance64x16 = aom_obmc_sub_pixel_variance64x16_neon;
aom_obmc_sub_pixel_variance64x32 = aom_obmc_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance64x32 = aom_obmc_sub_pixel_variance64x32_neon;
aom_obmc_sub_pixel_variance64x64 = aom_obmc_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance64x64 = aom_obmc_sub_pixel_variance64x64_neon;
aom_obmc_sub_pixel_variance8x16 = aom_obmc_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance8x16 = aom_obmc_sub_pixel_variance8x16_neon;
aom_obmc_sub_pixel_variance8x32 = aom_obmc_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance8x32 = aom_obmc_sub_pixel_variance8x32_neon;
aom_obmc_sub_pixel_variance8x4 = aom_obmc_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance8x4 = aom_obmc_sub_pixel_variance8x4_neon;
aom_obmc_sub_pixel_variance8x8 = aom_obmc_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_obmc_sub_pixel_variance8x8 = aom_obmc_sub_pixel_variance8x8_neon;
aom_obmc_variance128x128 = aom_obmc_variance128x128_c;
if (flags & HAS_NEON) aom_obmc_variance128x128 = aom_obmc_variance128x128_neon;
aom_obmc_variance128x64 = aom_obmc_variance128x64_c;
if (flags & HAS_NEON) aom_obmc_variance128x64 = aom_obmc_variance128x64_neon;
aom_obmc_variance16x16 = aom_obmc_variance16x16_c;
if (flags & HAS_NEON) aom_obmc_variance16x16 = aom_obmc_variance16x16_neon;
aom_obmc_variance16x32 = aom_obmc_variance16x32_c;
if (flags & HAS_NEON) aom_obmc_variance16x32 = aom_obmc_variance16x32_neon;
aom_obmc_variance16x4 = aom_obmc_variance16x4_c;
if (flags & HAS_NEON) aom_obmc_variance16x4 = aom_obmc_variance16x4_neon;
aom_obmc_variance16x64 = aom_obmc_variance16x64_c;
if (flags & HAS_NEON) aom_obmc_variance16x64 = aom_obmc_variance16x64_neon;
aom_obmc_variance16x8 = aom_obmc_variance16x8_c;
if (flags & HAS_NEON) aom_obmc_variance16x8 = aom_obmc_variance16x8_neon;
aom_obmc_variance32x16 = aom_obmc_variance32x16_c;
if (flags & HAS_NEON) aom_obmc_variance32x16 = aom_obmc_variance32x16_neon;
aom_obmc_variance32x32 = aom_obmc_variance32x32_c;
if (flags & HAS_NEON) aom_obmc_variance32x32 = aom_obmc_variance32x32_neon;
aom_obmc_variance32x64 = aom_obmc_variance32x64_c;
if (flags & HAS_NEON) aom_obmc_variance32x64 = aom_obmc_variance32x64_neon;
aom_obmc_variance32x8 = aom_obmc_variance32x8_c;
if (flags & HAS_NEON) aom_obmc_variance32x8 = aom_obmc_variance32x8_neon;
aom_obmc_variance4x16 = aom_obmc_variance4x16_c;
if (flags & HAS_NEON) aom_obmc_variance4x16 = aom_obmc_variance4x16_neon;
aom_obmc_variance4x4 = aom_obmc_variance4x4_c;
if (flags & HAS_NEON) aom_obmc_variance4x4 = aom_obmc_variance4x4_neon;
aom_obmc_variance4x8 = aom_obmc_variance4x8_c;
if (flags & HAS_NEON) aom_obmc_variance4x8 = aom_obmc_variance4x8_neon;
aom_obmc_variance64x128 = aom_obmc_variance64x128_c;
if (flags & HAS_NEON) aom_obmc_variance64x128 = aom_obmc_variance64x128_neon;
aom_obmc_variance64x16 = aom_obmc_variance64x16_c;
if (flags & HAS_NEON) aom_obmc_variance64x16 = aom_obmc_variance64x16_neon;
aom_obmc_variance64x32 = aom_obmc_variance64x32_c;
if (flags & HAS_NEON) aom_obmc_variance64x32 = aom_obmc_variance64x32_neon;
aom_obmc_variance64x64 = aom_obmc_variance64x64_c;
if (flags & HAS_NEON) aom_obmc_variance64x64 = aom_obmc_variance64x64_neon;
aom_obmc_variance8x16 = aom_obmc_variance8x16_c;
if (flags & HAS_NEON) aom_obmc_variance8x16 = aom_obmc_variance8x16_neon;
aom_obmc_variance8x32 = aom_obmc_variance8x32_c;
if (flags & HAS_NEON) aom_obmc_variance8x32 = aom_obmc_variance8x32_neon;
aom_obmc_variance8x4 = aom_obmc_variance8x4_c;
if (flags & HAS_NEON) aom_obmc_variance8x4 = aom_obmc_variance8x4_neon;
aom_obmc_variance8x8 = aom_obmc_variance8x8_c;
if (flags & HAS_NEON) aom_obmc_variance8x8 = aom_obmc_variance8x8_neon;
aom_paeth_predictor_16x16 = aom_paeth_predictor_16x16_c;
if (flags & HAS_NEON) aom_paeth_predictor_16x16 = aom_paeth_predictor_16x16_neon;
aom_paeth_predictor_16x32 = aom_paeth_predictor_16x32_c;
if (flags & HAS_NEON) aom_paeth_predictor_16x32 = aom_paeth_predictor_16x32_neon;
aom_paeth_predictor_16x4 = aom_paeth_predictor_16x4_c;
if (flags & HAS_NEON) aom_paeth_predictor_16x4 = aom_paeth_predictor_16x4_neon;
aom_paeth_predictor_16x64 = aom_paeth_predictor_16x64_c;
if (flags & HAS_NEON) aom_paeth_predictor_16x64 = aom_paeth_predictor_16x64_neon;
aom_paeth_predictor_16x8 = aom_paeth_predictor_16x8_c;
if (flags & HAS_NEON) aom_paeth_predictor_16x8 = aom_paeth_predictor_16x8_neon;
aom_paeth_predictor_32x16 = aom_paeth_predictor_32x16_c;
if (flags & HAS_NEON) aom_paeth_predictor_32x16 = aom_paeth_predictor_32x16_neon;
aom_paeth_predictor_32x32 = aom_paeth_predictor_32x32_c;
if (flags & HAS_NEON) aom_paeth_predictor_32x32 = aom_paeth_predictor_32x32_neon;
aom_paeth_predictor_32x64 = aom_paeth_predictor_32x64_c;
if (flags & HAS_NEON) aom_paeth_predictor_32x64 = aom_paeth_predictor_32x64_neon;
aom_paeth_predictor_32x8 = aom_paeth_predictor_32x8_c;
if (flags & HAS_NEON) aom_paeth_predictor_32x8 = aom_paeth_predictor_32x8_neon;
aom_paeth_predictor_4x16 = aom_paeth_predictor_4x16_c;
if (flags & HAS_NEON) aom_paeth_predictor_4x16 = aom_paeth_predictor_4x16_neon;
aom_paeth_predictor_4x4 = aom_paeth_predictor_4x4_c;
if (flags & HAS_NEON) aom_paeth_predictor_4x4 = aom_paeth_predictor_4x4_neon;
aom_paeth_predictor_4x8 = aom_paeth_predictor_4x8_c;
if (flags & HAS_NEON) aom_paeth_predictor_4x8 = aom_paeth_predictor_4x8_neon;
aom_paeth_predictor_64x16 = aom_paeth_predictor_64x16_c;
if (flags & HAS_NEON) aom_paeth_predictor_64x16 = aom_paeth_predictor_64x16_neon;
aom_paeth_predictor_64x32 = aom_paeth_predictor_64x32_c;
if (flags & HAS_NEON) aom_paeth_predictor_64x32 = aom_paeth_predictor_64x32_neon;
aom_paeth_predictor_64x64 = aom_paeth_predictor_64x64_c;
if (flags & HAS_NEON) aom_paeth_predictor_64x64 = aom_paeth_predictor_64x64_neon;
aom_paeth_predictor_8x16 = aom_paeth_predictor_8x16_c;
if (flags & HAS_NEON) aom_paeth_predictor_8x16 = aom_paeth_predictor_8x16_neon;
aom_paeth_predictor_8x32 = aom_paeth_predictor_8x32_c;
if (flags & HAS_NEON) aom_paeth_predictor_8x32 = aom_paeth_predictor_8x32_neon;
aom_paeth_predictor_8x4 = aom_paeth_predictor_8x4_c;
if (flags & HAS_NEON) aom_paeth_predictor_8x4 = aom_paeth_predictor_8x4_neon;
aom_paeth_predictor_8x8 = aom_paeth_predictor_8x8_c;
if (flags & HAS_NEON) aom_paeth_predictor_8x8 = aom_paeth_predictor_8x8_neon;
aom_quantize_b = aom_quantize_b_c;
if (flags & HAS_NEON) aom_quantize_b = aom_quantize_b_neon;
aom_quantize_b_32x32 = aom_quantize_b_32x32_c;
if (flags & HAS_NEON) aom_quantize_b_32x32 = aom_quantize_b_32x32_neon;
aom_quantize_b_64x64 = aom_quantize_b_64x64_c;
if (flags & HAS_NEON) aom_quantize_b_64x64 = aom_quantize_b_64x64_neon;
aom_sad128x128 = aom_sad128x128_c;
if (flags & HAS_NEON) aom_sad128x128 = aom_sad128x128_neon;
aom_sad128x128_avg = aom_sad128x128_avg_c;
if (flags & HAS_NEON) aom_sad128x128_avg = aom_sad128x128_avg_neon;
aom_sad128x128x3d = aom_sad128x128x3d_c;
if (flags & HAS_NEON) aom_sad128x128x3d = aom_sad128x128x3d_neon;
aom_sad128x128x4d = aom_sad128x128x4d_c;
if (flags & HAS_NEON) aom_sad128x128x4d = aom_sad128x128x4d_neon;
aom_sad128x64 = aom_sad128x64_c;
if (flags & HAS_NEON) aom_sad128x64 = aom_sad128x64_neon;
aom_sad128x64_avg = aom_sad128x64_avg_c;
if (flags & HAS_NEON) aom_sad128x64_avg = aom_sad128x64_avg_neon;
aom_sad128x64x3d = aom_sad128x64x3d_c;
if (flags & HAS_NEON) aom_sad128x64x3d = aom_sad128x64x3d_neon;
aom_sad128x64x4d = aom_sad128x64x4d_c;
if (flags & HAS_NEON) aom_sad128x64x4d = aom_sad128x64x4d_neon;
aom_sad16x16 = aom_sad16x16_c;
if (flags & HAS_NEON) aom_sad16x16 = aom_sad16x16_neon;
aom_sad16x16_avg = aom_sad16x16_avg_c;
if (flags & HAS_NEON) aom_sad16x16_avg = aom_sad16x16_avg_neon;
aom_sad16x16x3d = aom_sad16x16x3d_c;
if (flags & HAS_NEON) aom_sad16x16x3d = aom_sad16x16x3d_neon;
aom_sad16x16x4d = aom_sad16x16x4d_c;
if (flags & HAS_NEON) aom_sad16x16x4d = aom_sad16x16x4d_neon;
aom_sad16x32 = aom_sad16x32_c;
if (flags & HAS_NEON) aom_sad16x32 = aom_sad16x32_neon;
aom_sad16x32_avg = aom_sad16x32_avg_c;
if (flags & HAS_NEON) aom_sad16x32_avg = aom_sad16x32_avg_neon;
aom_sad16x32x3d = aom_sad16x32x3d_c;
if (flags & HAS_NEON) aom_sad16x32x3d = aom_sad16x32x3d_neon;
aom_sad16x32x4d = aom_sad16x32x4d_c;
if (flags & HAS_NEON) aom_sad16x32x4d = aom_sad16x32x4d_neon;
aom_sad16x4 = aom_sad16x4_c;
if (flags & HAS_NEON) aom_sad16x4 = aom_sad16x4_neon;
aom_sad16x4x3d = aom_sad16x4x3d_c;
if (flags & HAS_NEON) aom_sad16x4x3d = aom_sad16x4x3d_neon;
aom_sad16x4x4d = aom_sad16x4x4d_c;
if (flags & HAS_NEON) aom_sad16x4x4d = aom_sad16x4x4d_neon;
aom_sad16x64 = aom_sad16x64_c;
if (flags & HAS_NEON) aom_sad16x64 = aom_sad16x64_neon;
aom_sad16x64_avg = aom_sad16x64_avg_c;
if (flags & HAS_NEON) aom_sad16x64_avg = aom_sad16x64_avg_neon;
aom_sad16x64x3d = aom_sad16x64x3d_c;
if (flags & HAS_NEON) aom_sad16x64x3d = aom_sad16x64x3d_neon;
aom_sad16x64x4d = aom_sad16x64x4d_c;
if (flags & HAS_NEON) aom_sad16x64x4d = aom_sad16x64x4d_neon;
aom_sad16x8 = aom_sad16x8_c;
if (flags & HAS_NEON) aom_sad16x8 = aom_sad16x8_neon;
aom_sad16x8_avg = aom_sad16x8_avg_c;
if (flags & HAS_NEON) aom_sad16x8_avg = aom_sad16x8_avg_neon;
aom_sad16x8x3d = aom_sad16x8x3d_c;
if (flags & HAS_NEON) aom_sad16x8x3d = aom_sad16x8x3d_neon;
aom_sad16x8x4d = aom_sad16x8x4d_c;
if (flags & HAS_NEON) aom_sad16x8x4d = aom_sad16x8x4d_neon;
aom_sad32x16 = aom_sad32x16_c;
if (flags & HAS_NEON) aom_sad32x16 = aom_sad32x16_neon;
aom_sad32x16_avg = aom_sad32x16_avg_c;
if (flags & HAS_NEON) aom_sad32x16_avg = aom_sad32x16_avg_neon;
aom_sad32x16x3d = aom_sad32x16x3d_c;
if (flags & HAS_NEON) aom_sad32x16x3d = aom_sad32x16x3d_neon;
aom_sad32x16x4d = aom_sad32x16x4d_c;
if (flags & HAS_NEON) aom_sad32x16x4d = aom_sad32x16x4d_neon;
aom_sad32x32 = aom_sad32x32_c;
if (flags & HAS_NEON) aom_sad32x32 = aom_sad32x32_neon;
aom_sad32x32_avg = aom_sad32x32_avg_c;
if (flags & HAS_NEON) aom_sad32x32_avg = aom_sad32x32_avg_neon;
aom_sad32x32x3d = aom_sad32x32x3d_c;
if (flags & HAS_NEON) aom_sad32x32x3d = aom_sad32x32x3d_neon;
aom_sad32x32x4d = aom_sad32x32x4d_c;
if (flags & HAS_NEON) aom_sad32x32x4d = aom_sad32x32x4d_neon;
aom_sad32x64 = aom_sad32x64_c;
if (flags & HAS_NEON) aom_sad32x64 = aom_sad32x64_neon;
aom_sad32x64_avg = aom_sad32x64_avg_c;
if (flags & HAS_NEON) aom_sad32x64_avg = aom_sad32x64_avg_neon;
aom_sad32x64x3d = aom_sad32x64x3d_c;
if (flags & HAS_NEON) aom_sad32x64x3d = aom_sad32x64x3d_neon;
aom_sad32x64x4d = aom_sad32x64x4d_c;
if (flags & HAS_NEON) aom_sad32x64x4d = aom_sad32x64x4d_neon;
aom_sad32x8 = aom_sad32x8_c;
if (flags & HAS_NEON) aom_sad32x8 = aom_sad32x8_neon;
aom_sad32x8_avg = aom_sad32x8_avg_c;
if (flags & HAS_NEON) aom_sad32x8_avg = aom_sad32x8_avg_neon;
aom_sad32x8x3d = aom_sad32x8x3d_c;
if (flags & HAS_NEON) aom_sad32x8x3d = aom_sad32x8x3d_neon;
aom_sad32x8x4d = aom_sad32x8x4d_c;
if (flags & HAS_NEON) aom_sad32x8x4d = aom_sad32x8x4d_neon;
aom_sad4x16 = aom_sad4x16_c;
if (flags & HAS_NEON) aom_sad4x16 = aom_sad4x16_neon;
aom_sad4x16x3d = aom_sad4x16x3d_c;
if (flags & HAS_NEON) aom_sad4x16x3d = aom_sad4x16x3d_neon;
aom_sad4x16x4d = aom_sad4x16x4d_c;
if (flags & HAS_NEON) aom_sad4x16x4d = aom_sad4x16x4d_neon;
aom_sad4x4 = aom_sad4x4_c;
if (flags & HAS_NEON) aom_sad4x4 = aom_sad4x4_neon;
aom_sad4x4x3d = aom_sad4x4x3d_c;
if (flags & HAS_NEON) aom_sad4x4x3d = aom_sad4x4x3d_neon;
aom_sad4x4x4d = aom_sad4x4x4d_c;
if (flags & HAS_NEON) aom_sad4x4x4d = aom_sad4x4x4d_neon;
aom_sad4x8 = aom_sad4x8_c;
if (flags & HAS_NEON) aom_sad4x8 = aom_sad4x8_neon;
aom_sad4x8x3d = aom_sad4x8x3d_c;
if (flags & HAS_NEON) aom_sad4x8x3d = aom_sad4x8x3d_neon;
aom_sad4x8x4d = aom_sad4x8x4d_c;
if (flags & HAS_NEON) aom_sad4x8x4d = aom_sad4x8x4d_neon;
aom_sad64x128 = aom_sad64x128_c;
if (flags & HAS_NEON) aom_sad64x128 = aom_sad64x128_neon;
aom_sad64x128_avg = aom_sad64x128_avg_c;
if (flags & HAS_NEON) aom_sad64x128_avg = aom_sad64x128_avg_neon;
aom_sad64x128x3d = aom_sad64x128x3d_c;
if (flags & HAS_NEON) aom_sad64x128x3d = aom_sad64x128x3d_neon;
aom_sad64x128x4d = aom_sad64x128x4d_c;
if (flags & HAS_NEON) aom_sad64x128x4d = aom_sad64x128x4d_neon;
aom_sad64x16 = aom_sad64x16_c;
if (flags & HAS_NEON) aom_sad64x16 = aom_sad64x16_neon;
aom_sad64x16_avg = aom_sad64x16_avg_c;
if (flags & HAS_NEON) aom_sad64x16_avg = aom_sad64x16_avg_neon;
aom_sad64x16x3d = aom_sad64x16x3d_c;
if (flags & HAS_NEON) aom_sad64x16x3d = aom_sad64x16x3d_neon;
aom_sad64x16x4d = aom_sad64x16x4d_c;
if (flags & HAS_NEON) aom_sad64x16x4d = aom_sad64x16x4d_neon;
aom_sad64x32 = aom_sad64x32_c;
if (flags & HAS_NEON) aom_sad64x32 = aom_sad64x32_neon;
aom_sad64x32_avg = aom_sad64x32_avg_c;
if (flags & HAS_NEON) aom_sad64x32_avg = aom_sad64x32_avg_neon;
aom_sad64x32x3d = aom_sad64x32x3d_c;
if (flags & HAS_NEON) aom_sad64x32x3d = aom_sad64x32x3d_neon;
aom_sad64x32x4d = aom_sad64x32x4d_c;
if (flags & HAS_NEON) aom_sad64x32x4d = aom_sad64x32x4d_neon;
aom_sad64x64 = aom_sad64x64_c;
if (flags & HAS_NEON) aom_sad64x64 = aom_sad64x64_neon;
aom_sad64x64_avg = aom_sad64x64_avg_c;
if (flags & HAS_NEON) aom_sad64x64_avg = aom_sad64x64_avg_neon;
aom_sad64x64x3d = aom_sad64x64x3d_c;
if (flags & HAS_NEON) aom_sad64x64x3d = aom_sad64x64x3d_neon;
aom_sad64x64x4d = aom_sad64x64x4d_c;
if (flags & HAS_NEON) aom_sad64x64x4d = aom_sad64x64x4d_neon;
aom_sad8x16 = aom_sad8x16_c;
if (flags & HAS_NEON) aom_sad8x16 = aom_sad8x16_neon;
aom_sad8x16_avg = aom_sad8x16_avg_c;
if (flags & HAS_NEON) aom_sad8x16_avg = aom_sad8x16_avg_neon;
aom_sad8x16x3d = aom_sad8x16x3d_c;
if (flags & HAS_NEON) aom_sad8x16x3d = aom_sad8x16x3d_neon;
aom_sad8x16x4d = aom_sad8x16x4d_c;
if (flags & HAS_NEON) aom_sad8x16x4d = aom_sad8x16x4d_neon;
aom_sad8x32 = aom_sad8x32_c;
if (flags & HAS_NEON) aom_sad8x32 = aom_sad8x32_neon;
aom_sad8x32_avg = aom_sad8x32_avg_c;
if (flags & HAS_NEON) aom_sad8x32_avg = aom_sad8x32_avg_neon;
aom_sad8x32x3d = aom_sad8x32x3d_c;
if (flags & HAS_NEON) aom_sad8x32x3d = aom_sad8x32x3d_neon;
aom_sad8x32x4d = aom_sad8x32x4d_c;
if (flags & HAS_NEON) aom_sad8x32x4d = aom_sad8x32x4d_neon;
aom_sad8x4 = aom_sad8x4_c;
if (flags & HAS_NEON) aom_sad8x4 = aom_sad8x4_neon;
aom_sad8x4x3d = aom_sad8x4x3d_c;
if (flags & HAS_NEON) aom_sad8x4x3d = aom_sad8x4x3d_neon;
aom_sad8x4x4d = aom_sad8x4x4d_c;
if (flags & HAS_NEON) aom_sad8x4x4d = aom_sad8x4x4d_neon;
aom_sad8x8 = aom_sad8x8_c;
if (flags & HAS_NEON) aom_sad8x8 = aom_sad8x8_neon;
aom_sad8x8_avg = aom_sad8x8_avg_c;
if (flags & HAS_NEON) aom_sad8x8_avg = aom_sad8x8_avg_neon;
aom_sad8x8x3d = aom_sad8x8x3d_c;
if (flags & HAS_NEON) aom_sad8x8x3d = aom_sad8x8x3d_neon;
aom_sad8x8x4d = aom_sad8x8x4d_c;
if (flags & HAS_NEON) aom_sad8x8x4d = aom_sad8x8x4d_neon;
aom_sad_skip_128x128 = aom_sad_skip_128x128_c;
if (flags & HAS_NEON) aom_sad_skip_128x128 = aom_sad_skip_128x128_neon;
aom_sad_skip_128x128x4d = aom_sad_skip_128x128x4d_c;
if (flags & HAS_NEON) aom_sad_skip_128x128x4d = aom_sad_skip_128x128x4d_neon;
aom_sad_skip_128x64 = aom_sad_skip_128x64_c;
if (flags & HAS_NEON) aom_sad_skip_128x64 = aom_sad_skip_128x64_neon;
aom_sad_skip_128x64x4d = aom_sad_skip_128x64x4d_c;
if (flags & HAS_NEON) aom_sad_skip_128x64x4d = aom_sad_skip_128x64x4d_neon;
aom_sad_skip_16x16 = aom_sad_skip_16x16_c;
if (flags & HAS_NEON) aom_sad_skip_16x16 = aom_sad_skip_16x16_neon;
aom_sad_skip_16x16x4d = aom_sad_skip_16x16x4d_c;
if (flags & HAS_NEON) aom_sad_skip_16x16x4d = aom_sad_skip_16x16x4d_neon;
aom_sad_skip_16x32 = aom_sad_skip_16x32_c;
if (flags & HAS_NEON) aom_sad_skip_16x32 = aom_sad_skip_16x32_neon;
aom_sad_skip_16x32x4d = aom_sad_skip_16x32x4d_c;
if (flags & HAS_NEON) aom_sad_skip_16x32x4d = aom_sad_skip_16x32x4d_neon;
aom_sad_skip_16x64 = aom_sad_skip_16x64_c;
if (flags & HAS_NEON) aom_sad_skip_16x64 = aom_sad_skip_16x64_neon;
aom_sad_skip_16x64x4d = aom_sad_skip_16x64x4d_c;
if (flags & HAS_NEON) aom_sad_skip_16x64x4d = aom_sad_skip_16x64x4d_neon;
aom_sad_skip_32x16 = aom_sad_skip_32x16_c;
if (flags & HAS_NEON) aom_sad_skip_32x16 = aom_sad_skip_32x16_neon;
aom_sad_skip_32x16x4d = aom_sad_skip_32x16x4d_c;
if (flags & HAS_NEON) aom_sad_skip_32x16x4d = aom_sad_skip_32x16x4d_neon;
aom_sad_skip_32x32 = aom_sad_skip_32x32_c;
if (flags & HAS_NEON) aom_sad_skip_32x32 = aom_sad_skip_32x32_neon;
aom_sad_skip_32x32x4d = aom_sad_skip_32x32x4d_c;
if (flags & HAS_NEON) aom_sad_skip_32x32x4d = aom_sad_skip_32x32x4d_neon;
aom_sad_skip_32x64 = aom_sad_skip_32x64_c;
if (flags & HAS_NEON) aom_sad_skip_32x64 = aom_sad_skip_32x64_neon;
aom_sad_skip_32x64x4d = aom_sad_skip_32x64x4d_c;
if (flags & HAS_NEON) aom_sad_skip_32x64x4d = aom_sad_skip_32x64x4d_neon;
aom_sad_skip_4x16 = aom_sad_skip_4x16_c;
if (flags & HAS_NEON) aom_sad_skip_4x16 = aom_sad_skip_4x16_neon;
aom_sad_skip_4x16x4d = aom_sad_skip_4x16x4d_c;
if (flags & HAS_NEON) aom_sad_skip_4x16x4d = aom_sad_skip_4x16x4d_neon;
aom_sad_skip_64x128 = aom_sad_skip_64x128_c;
if (flags & HAS_NEON) aom_sad_skip_64x128 = aom_sad_skip_64x128_neon;
aom_sad_skip_64x128x4d = aom_sad_skip_64x128x4d_c;
if (flags & HAS_NEON) aom_sad_skip_64x128x4d = aom_sad_skip_64x128x4d_neon;
aom_sad_skip_64x16 = aom_sad_skip_64x16_c;
if (flags & HAS_NEON) aom_sad_skip_64x16 = aom_sad_skip_64x16_neon;
aom_sad_skip_64x16x4d = aom_sad_skip_64x16x4d_c;
if (flags & HAS_NEON) aom_sad_skip_64x16x4d = aom_sad_skip_64x16x4d_neon;
aom_sad_skip_64x32 = aom_sad_skip_64x32_c;
if (flags & HAS_NEON) aom_sad_skip_64x32 = aom_sad_skip_64x32_neon;
aom_sad_skip_64x32x4d = aom_sad_skip_64x32x4d_c;
if (flags & HAS_NEON) aom_sad_skip_64x32x4d = aom_sad_skip_64x32x4d_neon;
aom_sad_skip_64x64 = aom_sad_skip_64x64_c;
if (flags & HAS_NEON) aom_sad_skip_64x64 = aom_sad_skip_64x64_neon;
aom_sad_skip_64x64x4d = aom_sad_skip_64x64x4d_c;
if (flags & HAS_NEON) aom_sad_skip_64x64x4d = aom_sad_skip_64x64x4d_neon;
aom_sad_skip_8x16 = aom_sad_skip_8x16_c;
if (flags & HAS_NEON) aom_sad_skip_8x16 = aom_sad_skip_8x16_neon;
aom_sad_skip_8x16x4d = aom_sad_skip_8x16x4d_c;
if (flags & HAS_NEON) aom_sad_skip_8x16x4d = aom_sad_skip_8x16x4d_neon;
aom_sad_skip_8x32 = aom_sad_skip_8x32_c;
if (flags & HAS_NEON) aom_sad_skip_8x32 = aom_sad_skip_8x32_neon;
aom_sad_skip_8x32x4d = aom_sad_skip_8x32x4d_c;
if (flags & HAS_NEON) aom_sad_skip_8x32x4d = aom_sad_skip_8x32x4d_neon;
aom_satd = aom_satd_c;
if (flags & HAS_NEON) aom_satd = aom_satd_neon;
aom_satd_lp = aom_satd_lp_c;
if (flags & HAS_NEON) aom_satd_lp = aom_satd_lp_neon;
aom_scaled_2d = aom_scaled_2d_c;
if (flags & HAS_NEON) aom_scaled_2d = aom_scaled_2d_neon;
aom_smooth_h_predictor_16x16 = aom_smooth_h_predictor_16x16_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_16x16 = aom_smooth_h_predictor_16x16_neon;
aom_smooth_h_predictor_16x32 = aom_smooth_h_predictor_16x32_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_16x32 = aom_smooth_h_predictor_16x32_neon;
aom_smooth_h_predictor_16x4 = aom_smooth_h_predictor_16x4_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_16x4 = aom_smooth_h_predictor_16x4_neon;
aom_smooth_h_predictor_16x64 = aom_smooth_h_predictor_16x64_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_16x64 = aom_smooth_h_predictor_16x64_neon;
aom_smooth_h_predictor_16x8 = aom_smooth_h_predictor_16x8_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_16x8 = aom_smooth_h_predictor_16x8_neon;
aom_smooth_h_predictor_32x16 = aom_smooth_h_predictor_32x16_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_32x16 = aom_smooth_h_predictor_32x16_neon;
aom_smooth_h_predictor_32x32 = aom_smooth_h_predictor_32x32_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_32x32 = aom_smooth_h_predictor_32x32_neon;
aom_smooth_h_predictor_32x64 = aom_smooth_h_predictor_32x64_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_32x64 = aom_smooth_h_predictor_32x64_neon;
aom_smooth_h_predictor_32x8 = aom_smooth_h_predictor_32x8_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_32x8 = aom_smooth_h_predictor_32x8_neon;
aom_smooth_h_predictor_4x16 = aom_smooth_h_predictor_4x16_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_4x16 = aom_smooth_h_predictor_4x16_neon;
aom_smooth_h_predictor_4x4 = aom_smooth_h_predictor_4x4_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_4x4 = aom_smooth_h_predictor_4x4_neon;
aom_smooth_h_predictor_4x8 = aom_smooth_h_predictor_4x8_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_4x8 = aom_smooth_h_predictor_4x8_neon;
aom_smooth_h_predictor_64x16 = aom_smooth_h_predictor_64x16_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_64x16 = aom_smooth_h_predictor_64x16_neon;
aom_smooth_h_predictor_64x32 = aom_smooth_h_predictor_64x32_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_64x32 = aom_smooth_h_predictor_64x32_neon;
aom_smooth_h_predictor_64x64 = aom_smooth_h_predictor_64x64_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_64x64 = aom_smooth_h_predictor_64x64_neon;
aom_smooth_h_predictor_8x16 = aom_smooth_h_predictor_8x16_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_8x16 = aom_smooth_h_predictor_8x16_neon;
aom_smooth_h_predictor_8x32 = aom_smooth_h_predictor_8x32_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_8x32 = aom_smooth_h_predictor_8x32_neon;
aom_smooth_h_predictor_8x4 = aom_smooth_h_predictor_8x4_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_8x4 = aom_smooth_h_predictor_8x4_neon;
aom_smooth_h_predictor_8x8 = aom_smooth_h_predictor_8x8_c;
if (flags & HAS_NEON) aom_smooth_h_predictor_8x8 = aom_smooth_h_predictor_8x8_neon;
aom_smooth_predictor_16x16 = aom_smooth_predictor_16x16_c;
if (flags & HAS_NEON) aom_smooth_predictor_16x16 = aom_smooth_predictor_16x16_neon;
aom_smooth_predictor_16x32 = aom_smooth_predictor_16x32_c;
if (flags & HAS_NEON) aom_smooth_predictor_16x32 = aom_smooth_predictor_16x32_neon;
aom_smooth_predictor_16x4 = aom_smooth_predictor_16x4_c;
if (flags & HAS_NEON) aom_smooth_predictor_16x4 = aom_smooth_predictor_16x4_neon;
aom_smooth_predictor_16x64 = aom_smooth_predictor_16x64_c;
if (flags & HAS_NEON) aom_smooth_predictor_16x64 = aom_smooth_predictor_16x64_neon;
aom_smooth_predictor_16x8 = aom_smooth_predictor_16x8_c;
if (flags & HAS_NEON) aom_smooth_predictor_16x8 = aom_smooth_predictor_16x8_neon;
aom_smooth_predictor_32x16 = aom_smooth_predictor_32x16_c;
if (flags & HAS_NEON) aom_smooth_predictor_32x16 = aom_smooth_predictor_32x16_neon;
aom_smooth_predictor_32x32 = aom_smooth_predictor_32x32_c;
if (flags & HAS_NEON) aom_smooth_predictor_32x32 = aom_smooth_predictor_32x32_neon;
aom_smooth_predictor_32x64 = aom_smooth_predictor_32x64_c;
if (flags & HAS_NEON) aom_smooth_predictor_32x64 = aom_smooth_predictor_32x64_neon;
aom_smooth_predictor_32x8 = aom_smooth_predictor_32x8_c;
if (flags & HAS_NEON) aom_smooth_predictor_32x8 = aom_smooth_predictor_32x8_neon;
aom_smooth_predictor_4x16 = aom_smooth_predictor_4x16_c;
if (flags & HAS_NEON) aom_smooth_predictor_4x16 = aom_smooth_predictor_4x16_neon;
aom_smooth_predictor_4x4 = aom_smooth_predictor_4x4_c;
if (flags & HAS_NEON) aom_smooth_predictor_4x4 = aom_smooth_predictor_4x4_neon;
aom_smooth_predictor_4x8 = aom_smooth_predictor_4x8_c;
if (flags & HAS_NEON) aom_smooth_predictor_4x8 = aom_smooth_predictor_4x8_neon;
aom_smooth_predictor_64x16 = aom_smooth_predictor_64x16_c;
if (flags & HAS_NEON) aom_smooth_predictor_64x16 = aom_smooth_predictor_64x16_neon;
aom_smooth_predictor_64x32 = aom_smooth_predictor_64x32_c;
if (flags & HAS_NEON) aom_smooth_predictor_64x32 = aom_smooth_predictor_64x32_neon;
aom_smooth_predictor_64x64 = aom_smooth_predictor_64x64_c;
if (flags & HAS_NEON) aom_smooth_predictor_64x64 = aom_smooth_predictor_64x64_neon;
aom_smooth_predictor_8x16 = aom_smooth_predictor_8x16_c;
if (flags & HAS_NEON) aom_smooth_predictor_8x16 = aom_smooth_predictor_8x16_neon;
aom_smooth_predictor_8x32 = aom_smooth_predictor_8x32_c;
if (flags & HAS_NEON) aom_smooth_predictor_8x32 = aom_smooth_predictor_8x32_neon;
aom_smooth_predictor_8x4 = aom_smooth_predictor_8x4_c;
if (flags & HAS_NEON) aom_smooth_predictor_8x4 = aom_smooth_predictor_8x4_neon;
aom_smooth_predictor_8x8 = aom_smooth_predictor_8x8_c;
if (flags & HAS_NEON) aom_smooth_predictor_8x8 = aom_smooth_predictor_8x8_neon;
aom_smooth_v_predictor_16x16 = aom_smooth_v_predictor_16x16_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_16x16 = aom_smooth_v_predictor_16x16_neon;
aom_smooth_v_predictor_16x32 = aom_smooth_v_predictor_16x32_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_16x32 = aom_smooth_v_predictor_16x32_neon;
aom_smooth_v_predictor_16x4 = aom_smooth_v_predictor_16x4_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_16x4 = aom_smooth_v_predictor_16x4_neon;
aom_smooth_v_predictor_16x64 = aom_smooth_v_predictor_16x64_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_16x64 = aom_smooth_v_predictor_16x64_neon;
aom_smooth_v_predictor_16x8 = aom_smooth_v_predictor_16x8_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_16x8 = aom_smooth_v_predictor_16x8_neon;
aom_smooth_v_predictor_32x16 = aom_smooth_v_predictor_32x16_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_32x16 = aom_smooth_v_predictor_32x16_neon;
aom_smooth_v_predictor_32x32 = aom_smooth_v_predictor_32x32_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_32x32 = aom_smooth_v_predictor_32x32_neon;
aom_smooth_v_predictor_32x64 = aom_smooth_v_predictor_32x64_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_32x64 = aom_smooth_v_predictor_32x64_neon;
aom_smooth_v_predictor_32x8 = aom_smooth_v_predictor_32x8_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_32x8 = aom_smooth_v_predictor_32x8_neon;
aom_smooth_v_predictor_4x16 = aom_smooth_v_predictor_4x16_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_4x16 = aom_smooth_v_predictor_4x16_neon;
aom_smooth_v_predictor_4x4 = aom_smooth_v_predictor_4x4_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_4x4 = aom_smooth_v_predictor_4x4_neon;
aom_smooth_v_predictor_4x8 = aom_smooth_v_predictor_4x8_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_4x8 = aom_smooth_v_predictor_4x8_neon;
aom_smooth_v_predictor_64x16 = aom_smooth_v_predictor_64x16_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_64x16 = aom_smooth_v_predictor_64x16_neon;
aom_smooth_v_predictor_64x32 = aom_smooth_v_predictor_64x32_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_64x32 = aom_smooth_v_predictor_64x32_neon;
aom_smooth_v_predictor_64x64 = aom_smooth_v_predictor_64x64_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_64x64 = aom_smooth_v_predictor_64x64_neon;
aom_smooth_v_predictor_8x16 = aom_smooth_v_predictor_8x16_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_8x16 = aom_smooth_v_predictor_8x16_neon;
aom_smooth_v_predictor_8x32 = aom_smooth_v_predictor_8x32_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_8x32 = aom_smooth_v_predictor_8x32_neon;
aom_smooth_v_predictor_8x4 = aom_smooth_v_predictor_8x4_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_8x4 = aom_smooth_v_predictor_8x4_neon;
aom_smooth_v_predictor_8x8 = aom_smooth_v_predictor_8x8_c;
if (flags & HAS_NEON) aom_smooth_v_predictor_8x8 = aom_smooth_v_predictor_8x8_neon;
aom_sse = aom_sse_c;
if (flags & HAS_NEON) aom_sse = aom_sse_neon;
aom_sub_pixel_avg_variance128x128 = aom_sub_pixel_avg_variance128x128_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance128x128 = aom_sub_pixel_avg_variance128x128_neon;
aom_sub_pixel_avg_variance128x64 = aom_sub_pixel_avg_variance128x64_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance128x64 = aom_sub_pixel_avg_variance128x64_neon;
aom_sub_pixel_avg_variance16x16 = aom_sub_pixel_avg_variance16x16_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance16x16 = aom_sub_pixel_avg_variance16x16_neon;
aom_sub_pixel_avg_variance16x32 = aom_sub_pixel_avg_variance16x32_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance16x32 = aom_sub_pixel_avg_variance16x32_neon;
aom_sub_pixel_avg_variance16x4 = aom_sub_pixel_avg_variance16x4_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance16x4 = aom_sub_pixel_avg_variance16x4_neon;
aom_sub_pixel_avg_variance16x64 = aom_sub_pixel_avg_variance16x64_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance16x64 = aom_sub_pixel_avg_variance16x64_neon;
aom_sub_pixel_avg_variance16x8 = aom_sub_pixel_avg_variance16x8_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance16x8 = aom_sub_pixel_avg_variance16x8_neon;
aom_sub_pixel_avg_variance32x16 = aom_sub_pixel_avg_variance32x16_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance32x16 = aom_sub_pixel_avg_variance32x16_neon;
aom_sub_pixel_avg_variance32x32 = aom_sub_pixel_avg_variance32x32_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance32x32 = aom_sub_pixel_avg_variance32x32_neon;
aom_sub_pixel_avg_variance32x64 = aom_sub_pixel_avg_variance32x64_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance32x64 = aom_sub_pixel_avg_variance32x64_neon;
aom_sub_pixel_avg_variance32x8 = aom_sub_pixel_avg_variance32x8_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance32x8 = aom_sub_pixel_avg_variance32x8_neon;
aom_sub_pixel_avg_variance4x16 = aom_sub_pixel_avg_variance4x16_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance4x16 = aom_sub_pixel_avg_variance4x16_neon;
aom_sub_pixel_avg_variance4x4 = aom_sub_pixel_avg_variance4x4_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance4x4 = aom_sub_pixel_avg_variance4x4_neon;
aom_sub_pixel_avg_variance4x8 = aom_sub_pixel_avg_variance4x8_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance4x8 = aom_sub_pixel_avg_variance4x8_neon;
aom_sub_pixel_avg_variance64x128 = aom_sub_pixel_avg_variance64x128_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance64x128 = aom_sub_pixel_avg_variance64x128_neon;
aom_sub_pixel_avg_variance64x16 = aom_sub_pixel_avg_variance64x16_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance64x16 = aom_sub_pixel_avg_variance64x16_neon;
aom_sub_pixel_avg_variance64x32 = aom_sub_pixel_avg_variance64x32_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance64x32 = aom_sub_pixel_avg_variance64x32_neon;
aom_sub_pixel_avg_variance64x64 = aom_sub_pixel_avg_variance64x64_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance64x64 = aom_sub_pixel_avg_variance64x64_neon;
aom_sub_pixel_avg_variance8x16 = aom_sub_pixel_avg_variance8x16_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance8x16 = aom_sub_pixel_avg_variance8x16_neon;
aom_sub_pixel_avg_variance8x32 = aom_sub_pixel_avg_variance8x32_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance8x32 = aom_sub_pixel_avg_variance8x32_neon;
aom_sub_pixel_avg_variance8x4 = aom_sub_pixel_avg_variance8x4_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance8x4 = aom_sub_pixel_avg_variance8x4_neon;
aom_sub_pixel_avg_variance8x8 = aom_sub_pixel_avg_variance8x8_c;
if (flags & HAS_NEON) aom_sub_pixel_avg_variance8x8 = aom_sub_pixel_avg_variance8x8_neon;
aom_sub_pixel_variance128x128 = aom_sub_pixel_variance128x128_c;
if (flags & HAS_NEON) aom_sub_pixel_variance128x128 = aom_sub_pixel_variance128x128_neon;
aom_sub_pixel_variance128x64 = aom_sub_pixel_variance128x64_c;
if (flags & HAS_NEON) aom_sub_pixel_variance128x64 = aom_sub_pixel_variance128x64_neon;
aom_sub_pixel_variance16x16 = aom_sub_pixel_variance16x16_c;
if (flags & HAS_NEON) aom_sub_pixel_variance16x16 = aom_sub_pixel_variance16x16_neon;
aom_sub_pixel_variance16x32 = aom_sub_pixel_variance16x32_c;
if (flags & HAS_NEON) aom_sub_pixel_variance16x32 = aom_sub_pixel_variance16x32_neon;
aom_sub_pixel_variance16x4 = aom_sub_pixel_variance16x4_c;
if (flags & HAS_NEON) aom_sub_pixel_variance16x4 = aom_sub_pixel_variance16x4_neon;
aom_sub_pixel_variance16x64 = aom_sub_pixel_variance16x64_c;
if (flags & HAS_NEON) aom_sub_pixel_variance16x64 = aom_sub_pixel_variance16x64_neon;
aom_sub_pixel_variance16x8 = aom_sub_pixel_variance16x8_c;
if (flags & HAS_NEON) aom_sub_pixel_variance16x8 = aom_sub_pixel_variance16x8_neon;
aom_sub_pixel_variance32x16 = aom_sub_pixel_variance32x16_c;
if (flags & HAS_NEON) aom_sub_pixel_variance32x16 = aom_sub_pixel_variance32x16_neon;
aom_sub_pixel_variance32x32 = aom_sub_pixel_variance32x32_c;
if (flags & HAS_NEON) aom_sub_pixel_variance32x32 = aom_sub_pixel_variance32x32_neon;
aom_sub_pixel_variance32x64 = aom_sub_pixel_variance32x64_c;
if (flags & HAS_NEON) aom_sub_pixel_variance32x64 = aom_sub_pixel_variance32x64_neon;
aom_sub_pixel_variance32x8 = aom_sub_pixel_variance32x8_c;
if (flags & HAS_NEON) aom_sub_pixel_variance32x8 = aom_sub_pixel_variance32x8_neon;
aom_sub_pixel_variance4x16 = aom_sub_pixel_variance4x16_c;
if (flags & HAS_NEON) aom_sub_pixel_variance4x16 = aom_sub_pixel_variance4x16_neon;
aom_sub_pixel_variance4x4 = aom_sub_pixel_variance4x4_c;
if (flags & HAS_NEON) aom_sub_pixel_variance4x4 = aom_sub_pixel_variance4x4_neon;
aom_sub_pixel_variance4x8 = aom_sub_pixel_variance4x8_c;
if (flags & HAS_NEON) aom_sub_pixel_variance4x8 = aom_sub_pixel_variance4x8_neon;
aom_sub_pixel_variance64x128 = aom_sub_pixel_variance64x128_c;
if (flags & HAS_NEON) aom_sub_pixel_variance64x128 = aom_sub_pixel_variance64x128_neon;
aom_sub_pixel_variance64x16 = aom_sub_pixel_variance64x16_c;
if (flags & HAS_NEON) aom_sub_pixel_variance64x16 = aom_sub_pixel_variance64x16_neon;
aom_sub_pixel_variance64x32 = aom_sub_pixel_variance64x32_c;
if (flags & HAS_NEON) aom_sub_pixel_variance64x32 = aom_sub_pixel_variance64x32_neon;
aom_sub_pixel_variance64x64 = aom_sub_pixel_variance64x64_c;
if (flags & HAS_NEON) aom_sub_pixel_variance64x64 = aom_sub_pixel_variance64x64_neon;
aom_sub_pixel_variance8x16 = aom_sub_pixel_variance8x16_c;
if (flags & HAS_NEON) aom_sub_pixel_variance8x16 = aom_sub_pixel_variance8x16_neon;
aom_sub_pixel_variance8x32 = aom_sub_pixel_variance8x32_c;
if (flags & HAS_NEON) aom_sub_pixel_variance8x32 = aom_sub_pixel_variance8x32_neon;
aom_sub_pixel_variance8x4 = aom_sub_pixel_variance8x4_c;
if (flags & HAS_NEON) aom_sub_pixel_variance8x4 = aom_sub_pixel_variance8x4_neon;
aom_sub_pixel_variance8x8 = aom_sub_pixel_variance8x8_c;
if (flags & HAS_NEON) aom_sub_pixel_variance8x8 = aom_sub_pixel_variance8x8_neon;
aom_subtract_block = aom_subtract_block_c;
if (flags & HAS_NEON) aom_subtract_block = aom_subtract_block_neon;
aom_sum_squares_2d_i16 = aom_sum_squares_2d_i16_c;
if (flags & HAS_NEON) aom_sum_squares_2d_i16 = aom_sum_squares_2d_i16_neon;
aom_sum_squares_i16 = aom_sum_squares_i16_c;
if (flags & HAS_NEON) aom_sum_squares_i16 = aom_sum_squares_i16_neon;
aom_sum_sse_2d_i16 = aom_sum_sse_2d_i16_c;
if (flags & HAS_NEON) aom_sum_sse_2d_i16 = aom_sum_sse_2d_i16_neon;
aom_v_predictor_16x16 = aom_v_predictor_16x16_c;
if (flags & HAS_NEON) aom_v_predictor_16x16 = aom_v_predictor_16x16_neon;
aom_v_predictor_16x32 = aom_v_predictor_16x32_c;
if (flags & HAS_NEON) aom_v_predictor_16x32 = aom_v_predictor_16x32_neon;
aom_v_predictor_16x4 = aom_v_predictor_16x4_c;
if (flags & HAS_NEON) aom_v_predictor_16x4 = aom_v_predictor_16x4_neon;
aom_v_predictor_16x64 = aom_v_predictor_16x64_c;
if (flags & HAS_NEON) aom_v_predictor_16x64 = aom_v_predictor_16x64_neon;
aom_v_predictor_16x8 = aom_v_predictor_16x8_c;
if (flags & HAS_NEON) aom_v_predictor_16x8 = aom_v_predictor_16x8_neon;
aom_v_predictor_32x16 = aom_v_predictor_32x16_c;
if (flags & HAS_NEON) aom_v_predictor_32x16 = aom_v_predictor_32x16_neon;
aom_v_predictor_32x32 = aom_v_predictor_32x32_c;
if (flags & HAS_NEON) aom_v_predictor_32x32 = aom_v_predictor_32x32_neon;
aom_v_predictor_32x64 = aom_v_predictor_32x64_c;
if (flags & HAS_NEON) aom_v_predictor_32x64 = aom_v_predictor_32x64_neon;
aom_v_predictor_32x8 = aom_v_predictor_32x8_c;
if (flags & HAS_NEON) aom_v_predictor_32x8 = aom_v_predictor_32x8_neon;
aom_v_predictor_4x16 = aom_v_predictor_4x16_c;
if (flags & HAS_NEON) aom_v_predictor_4x16 = aom_v_predictor_4x16_neon;
aom_v_predictor_4x4 = aom_v_predictor_4x4_c;
if (flags & HAS_NEON) aom_v_predictor_4x4 = aom_v_predictor_4x4_neon;
aom_v_predictor_4x8 = aom_v_predictor_4x8_c;
if (flags & HAS_NEON) aom_v_predictor_4x8 = aom_v_predictor_4x8_neon;
aom_v_predictor_64x16 = aom_v_predictor_64x16_c;
if (flags & HAS_NEON) aom_v_predictor_64x16 = aom_v_predictor_64x16_neon;
aom_v_predictor_64x32 = aom_v_predictor_64x32_c;
if (flags & HAS_NEON) aom_v_predictor_64x32 = aom_v_predictor_64x32_neon;
aom_v_predictor_64x64 = aom_v_predictor_64x64_c;
if (flags & HAS_NEON) aom_v_predictor_64x64 = aom_v_predictor_64x64_neon;
aom_v_predictor_8x16 = aom_v_predictor_8x16_c;
if (flags & HAS_NEON) aom_v_predictor_8x16 = aom_v_predictor_8x16_neon;
aom_v_predictor_8x32 = aom_v_predictor_8x32_c;
if (flags & HAS_NEON) aom_v_predictor_8x32 = aom_v_predictor_8x32_neon;
aom_v_predictor_8x4 = aom_v_predictor_8x4_c;
if (flags & HAS_NEON) aom_v_predictor_8x4 = aom_v_predictor_8x4_neon;
aom_v_predictor_8x8 = aom_v_predictor_8x8_c;
if (flags & HAS_NEON) aom_v_predictor_8x8 = aom_v_predictor_8x8_neon;
aom_var_2d_u16 = aom_var_2d_u16_c;
if (flags & HAS_NEON) aom_var_2d_u16 = aom_var_2d_u16_neon;
aom_var_2d_u8 = aom_var_2d_u8_c;
if (flags & HAS_NEON) aom_var_2d_u8 = aom_var_2d_u8_neon;
aom_variance128x128 = aom_variance128x128_c;
if (flags & HAS_NEON) aom_variance128x128 = aom_variance128x128_neon;
aom_variance128x64 = aom_variance128x64_c;
if (flags & HAS_NEON) aom_variance128x64 = aom_variance128x64_neon;
aom_variance16x16 = aom_variance16x16_c;
if (flags & HAS_NEON) aom_variance16x16 = aom_variance16x16_neon;
aom_variance16x32 = aom_variance16x32_c;
if (flags & HAS_NEON) aom_variance16x32 = aom_variance16x32_neon;
aom_variance16x4 = aom_variance16x4_c;
if (flags & HAS_NEON) aom_variance16x4 = aom_variance16x4_neon;
aom_variance16x64 = aom_variance16x64_c;
if (flags & HAS_NEON) aom_variance16x64 = aom_variance16x64_neon;
aom_variance16x8 = aom_variance16x8_c;
if (flags & HAS_NEON) aom_variance16x8 = aom_variance16x8_neon;
aom_variance32x16 = aom_variance32x16_c;
if (flags & HAS_NEON) aom_variance32x16 = aom_variance32x16_neon;
aom_variance32x32 = aom_variance32x32_c;
if (flags & HAS_NEON) aom_variance32x32 = aom_variance32x32_neon;
aom_variance32x64 = aom_variance32x64_c;
if (flags & HAS_NEON) aom_variance32x64 = aom_variance32x64_neon;
aom_variance32x8 = aom_variance32x8_c;
if (flags & HAS_NEON) aom_variance32x8 = aom_variance32x8_neon;
aom_variance4x16 = aom_variance4x16_c;
if (flags & HAS_NEON) aom_variance4x16 = aom_variance4x16_neon;
aom_variance4x4 = aom_variance4x4_c;
if (flags & HAS_NEON) aom_variance4x4 = aom_variance4x4_neon;
aom_variance4x8 = aom_variance4x8_c;
if (flags & HAS_NEON) aom_variance4x8 = aom_variance4x8_neon;
aom_variance64x128 = aom_variance64x128_c;
if (flags & HAS_NEON) aom_variance64x128 = aom_variance64x128_neon;
aom_variance64x16 = aom_variance64x16_c;
if (flags & HAS_NEON) aom_variance64x16 = aom_variance64x16_neon;
aom_variance64x32 = aom_variance64x32_c;
if (flags & HAS_NEON) aom_variance64x32 = aom_variance64x32_neon;
aom_variance64x64 = aom_variance64x64_c;
if (flags & HAS_NEON) aom_variance64x64 = aom_variance64x64_neon;
aom_variance8x16 = aom_variance8x16_c;
if (flags & HAS_NEON) aom_variance8x16 = aom_variance8x16_neon;
aom_variance8x32 = aom_variance8x32_c;
if (flags & HAS_NEON) aom_variance8x32 = aom_variance8x32_neon;
aom_variance8x4 = aom_variance8x4_c;
if (flags & HAS_NEON) aom_variance8x4 = aom_variance8x4_neon;
aom_variance8x8 = aom_variance8x8_c;
if (flags & HAS_NEON) aom_variance8x8 = aom_variance8x8_neon;
aom_vector_var = aom_vector_var_c;
if (flags & HAS_NEON) aom_vector_var = aom_vector_var_neon;
}