Home
last modified time | relevance | path

Searched refs:subpel_y_q3 (Results 1 – 25 of 93) sorted by relevance

1234

/dports/multimedia/aom/aom-3.2.0/av1/encoder/x86/
H A Dreconinter_enc_sse2.c35 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
75 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
118 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
125 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
141 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
170 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_sse2() argument
207 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
237 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
260 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_highbd_upsampled_pred_sse2()
356 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
H A Dreconinter_enc_ssse3.c41 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_dist_wtd_comp_avg_upsampled_pred_ssse3() argument
46 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_dist_wtd_comp_avg_upsampled_pred_ssse3()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dreconinter_enc.c462 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
468 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
486 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
506 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_comp_avg_upsampled_pred_c()
525 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
527 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_comp_mask_upsampled_pred_c()
546 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_dist_wtd_comp_avg_upsampled_pred_c()
565 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
602 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
610 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/C_DEFAULT/
H A Dvariance.c215 int width, int height, int subpel_x_q3, int subpel_y_q3, in svt_aom_upsampled_pred_c() argument
224 if (!subpel_x_q3 && !subpel_y_q3) { in svt_aom_upsampled_pred_c()
230 } else if (!subpel_y_q3) { in svt_aom_upsampled_pred_c()
237 subpel_y_q3 << 1); in svt_aom_upsampled_pred_c()
245 subpel_y_q3 << 1); in svt_aom_upsampled_pred_c()
246 const int intermediate_height = (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in svt_aom_upsampled_pred_c()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/C_DEFAULT/
H A Dvariance.c215 int width, int height, int subpel_x_q3, int subpel_y_q3, in svt_aom_upsampled_pred_c() argument
224 if (!subpel_x_q3 && !subpel_y_q3) { in svt_aom_upsampled_pred_c()
230 } else if (!subpel_y_q3) { in svt_aom_upsampled_pred_c()
237 subpel_y_q3 << 1); in svt_aom_upsampled_pred_c()
245 subpel_y_q3 << 1); in svt_aom_upsampled_pred_c()
246 const int intermediate_height = (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in svt_aom_upsampled_pred_c()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/
H A Dvariance.c323 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
329 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
347 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
367 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_comp_avg_upsampled_pred_c()
408 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_dist_wtd_comp_avg_upsampled_pred_c()
830 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
867 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
875 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
893 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1005 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/
H A Dvariance.c327 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
333 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
351 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
371 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_comp_avg_upsampled_pred_c()
412 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_dist_wtd_comp_avg_upsampled_pred_c()
838 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
875 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
883 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
901 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1013 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/
H A Dvariance.c294 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
304 if (!subpel_y_q3) { in aom_upsampled_pred_c()
312 kernel = av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_c()
325 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter.taps; in aom_upsampled_pred_c()
340 int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_c() argument
704 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
706 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
718 if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
741 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter.taps; in aom_highbd_upsampled_pred_c()
799 int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_c() argument
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/ASM_SSE2/
H A Dvariance_sse2.c318 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in svt_aom_upsampled_pred_sse2() argument
329 if (!subpel_x_q3 && !subpel_y_q3) { in svt_aom_upsampled_pred_sse2()
372 } else if (!subpel_y_q3) { in svt_aom_upsampled_pred_sse2()
379 subpel_y_q3 << 1); in svt_aom_upsampled_pred_sse2()
387 subpel_y_q3 << 1); in svt_aom_upsampled_pred_sse2()
393 int intermediate_height = (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in svt_aom_upsampled_pred_sse2()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/ASM_SSE2/
H A Dvariance_sse2.c318 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in svt_aom_upsampled_pred_sse2() argument
329 if (!subpel_x_q3 && !subpel_y_q3) { in svt_aom_upsampled_pred_sse2()
372 } else if (!subpel_y_q3) { in svt_aom_upsampled_pred_sse2()
379 subpel_y_q3 << 1); in svt_aom_upsampled_pred_sse2()
387 subpel_y_q3 << 1); in svt_aom_upsampled_pred_sse2()
393 int intermediate_height = (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in svt_aom_upsampled_pred_sse2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/
H A Dvariance.c376 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
382 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
400 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
452 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_jnt_comp_avg_upsampled_pred_c() argument
459 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_jnt_comp_avg_upsampled_pred_c()
877 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
967 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
975 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
993 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1104 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/
H A Dvariance.c368 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
374 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
392 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
445 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_dist_wtd_comp_avg_upsampled_pred_c() argument
452 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_dist_wtd_comp_avg_upsampled_pred_c()
874 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
956 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
964 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
982 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1094 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/
H A Dvariance.c376 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
382 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
400 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
452 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_jnt_comp_avg_upsampled_pred_c() argument
459 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_jnt_comp_avg_upsampled_pred_c()
877 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
967 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
975 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
993 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1104 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/
H A Dvariance.c376 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
382 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
400 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
452 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_jnt_comp_avg_upsampled_pred_c() argument
459 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_jnt_comp_avg_upsampled_pred_c()
877 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
967 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
975 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
993 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1104 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/
H A Dvariance.c376 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_c()
382 } else if (!subpel_y_q3) { in aom_upsampled_pred_c()
400 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_upsampled_pred_c()
452 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_jnt_comp_avg_upsampled_pred_c() argument
459 subpel_x_q3, subpel_y_q3, ref, ref_stride, in aom_jnt_comp_avg_upsampled_pred_c()
877 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_c() argument
967 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_c()
975 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_c()
993 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_c()
1104 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_c()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dvariance_sse2.c497 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
581 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
624 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
631 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
640 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
647 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
659 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
664 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
680 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
683 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
H A Dhighbd_variance_sse2.c619 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_sse2() argument
700 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
730 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
737 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_highbd_upsampled_pred_sse2()
746 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_highbd_upsampled_pred_sse2()
753 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_highbd_upsampled_pred_sse2()
767 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_sse2() argument
770 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_comp_avg_upsampled_pred_sse2()
855 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
862 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/x86/
H A Dvariance_sse2.c488 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
580 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
623 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
630 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
639 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
645 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
665 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
670 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
686 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
689 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
H A Dhighbd_variance_sse2.c597 int subpel_x_q3, int subpel_y_q3, in aom_highbd_upsampled_pred_sse2() argument
685 if (!subpel_x_q3 && !subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
715 } else if (!subpel_y_q3) { in aom_highbd_upsampled_pred_sse2()
722 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_highbd_upsampled_pred_sse2()
731 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_highbd_upsampled_pred_sse2()
733 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter->taps; in aom_highbd_upsampled_pred_sse2()
749 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_comp_avg_upsampled_pred_sse2() argument
752 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_comp_avg_upsampled_pred_sse2()
838 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref8, in aom_highbd_jnt_comp_avg_upsampled_pred_sse2() argument
845 height, subpel_x_q3, subpel_y_q3, ref8, ref_stride, in aom_highbd_jnt_comp_avg_upsampled_pred_sse2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/x86/
H A Dvariance_sse2.c488 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
580 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
623 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
630 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
639 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
645 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
665 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
670 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
686 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
689 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/x86/
H A Dvariance_sse2.c488 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
580 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
623 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
630 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
639 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
645 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
665 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
670 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
686 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
689 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/x86/
H A Dvariance_sse2.c488 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
580 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
623 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
630 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
639 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
645 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
665 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
670 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
686 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
689 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dvariance_sse2.c499 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
539 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
582 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
589 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
598 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
605 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
617 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
622 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
638 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
641 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/x86/
H A Dvariance_sse2.c545 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
585 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
628 } else if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
635 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
644 av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
651 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter_taps; in aom_upsampled_pred_sse2()
663 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
668 subpel_x_q3, subpel_y_q3, ref, ref_stride, subpel_search); in aom_comp_avg_upsampled_pred_sse2()
684 int height, int subpel_x_q3, int subpel_y_q3, const uint8_t *ref, in aom_comp_mask_upsampled_pred_sse2() argument
687 if (subpel_x_q3 | subpel_y_q3) { in aom_comp_mask_upsampled_pred_sse2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/x86/
H A Dvariance_sse2.c597 int subpel_x_q3, int subpel_y_q3, in aom_upsampled_pred_sse2() argument
599 if (!subpel_x_q3 && !subpel_y_q3) { in aom_upsampled_pred_sse2()
650 if (!subpel_y_q3) { in aom_upsampled_pred_sse2()
657 kernel = av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
667 kernel_y = av1_get_interp_filter_subpel_kernel(filter, subpel_y_q3 << 1); in aom_upsampled_pred_sse2()
669 (((height - 1) * 8 + subpel_y_q3) >> 3) + filter.taps; in aom_upsampled_pred_sse2()
683 int subpel_y_q3, const uint8_t *ref, in aom_comp_avg_upsampled_pred_sse2() argument
687 aom_upsampled_pred(comp_pred, width, height, subpel_x_q3, subpel_y_q3, ref, in aom_comp_avg_upsampled_pred_sse2()

1234