Home
last modified time | relevance | path

Searched refs:subpel_x_q3 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dvariance.c287 int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_upsampled_pred_c() argument
323 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
331 av1_get_interp_filter_subpel_kernel(filter, subpel_x_q3 << 1); in aom_upsampled_pred_c()
334 } else if (!subpel_x_q3) { in aom_upsampled_pred_c()
343 av1_get_interp_filter_subpel_kernel(filter, subpel_x_q3 << 1); in aom_upsampled_pred_c()
361 int width, int height, int subpel_x_q3, in aom_comp_avg_upsampled_pred_c() argument
367 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_c()
400 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_dist_wtd_comp_avg_upsampled_pred_c() argument
407 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_dist_wtd_comp_avg_upsampled_pred_c()
829 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
[all …]
Dvariance.h75 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c498 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
538 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
583 av1_get_interp_filter_subpel_kernel(filter, subpel_x_q3 << 1); in aom_upsampled_pred_sse2()
586 } else if (!subpel_x_q3) { in aom_upsampled_pred_sse2()
595 av1_get_interp_filter_subpel_kernel(filter, subpel_x_q3 << 1); in aom_upsampled_pred_sse2()
616 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
621 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
637 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
640 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
642 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_comp_mask_upsampled_pred_sse2()
Dhighbd_variance_sse2.c620 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_sse2() argument
657 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
689 av1_get_interp_filter_subpel_kernel(filter, subpel_x_q3 << 1); in aom_highbd_upsampled_pred_sse2()
692 } else if (!subpel_x_q3) { in aom_highbd_upsampled_pred_sse2()
701 av1_get_interp_filter_subpel_kernel(filter, subpel_x_q3 << 1); in aom_highbd_upsampled_pred_sse2()
724 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_sse2() argument
727 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_comp_avg_upsampled_pred_sse2()
812 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2() argument
819 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
Djnt_variance_ssse3.c122 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_dist_wtd_comp_avg_upsampled_pred_ssse3() argument
127 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_dist_wtd_comp_avg_upsampled_pred_ssse3()
/external/libaom/libaom/av1/encoder/
Dmcomp.c2007 const int subpel_x_q3 = get_subpel_part(this_mv->col); in estimated_pref_error() local
2011 return vfp->svf(ref, ref_stride, subpel_x_q3, subpel_y_q3, src, src_stride, in estimated_pref_error()
2014 return vfp->msvf(ref, ref_stride, subpel_x_q3, subpel_y_q3, src, src_stride, in estimated_pref_error()
2017 return vfp->svaf(ref, ref_stride, subpel_x_q3, subpel_y_q3, src, src_stride, in estimated_pref_error()
2044 const int subpel_x_q3 = get_subpel_part(this_mv->col); in upsampled_pref_error() local
2056 subpel_x_q3, subpel_y_q3, ref, ref_stride, mask, mask_stride, in upsampled_pref_error()
2061 subpel_x_q3, subpel_y_q3, ref, ref_stride, xd->bd, in upsampled_pref_error()
2066 subpel_x_q3, subpel_y_q3, ref, ref_stride, in upsampled_pref_error()
2076 subpel_x_q3, subpel_y_q3, ref, ref_stride, mask, mask_stride, in upsampled_pref_error()
2080 second_pred, w, h, subpel_x_q3, subpel_y_q3, in upsampled_pref_error()
[all …]
/external/libaom/libaom/test/
Dcomp_avg_pred_test.h40 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref,
52 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8,