/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | subpel_variance_neon.c | 80 uint16x8_t blend_h = vmull_u8(vget_high_u8(s0), f0); in var_filter_block2d_bil_large() local 81 blend_h = vmlal_u8(blend_h, vget_high_u8(s1), f1); in var_filter_block2d_bil_large() 83 vcombine_u8(vrshrn_n_u16(blend_l, 3), vrshrn_n_u16(blend_h, 3)); in var_filter_block2d_bil_large() 385 uint16x8_t blend_h = vmull_u8(vget_high_u8(s0), f0); in avg_pred_var_filter_block2d_bil_large() local 386 blend_h = vmlal_u8(blend_h, vget_high_u8(s1), f1); in avg_pred_var_filter_block2d_bil_large() 388 vcombine_u8(vrshrn_n_u16(blend_l, 3), vrshrn_n_u16(blend_h, 3)); in avg_pred_var_filter_block2d_bil_large() 422 uint16x8_t blend_h = vmull_u8(vget_high_u8(s0), f0); in dist_wtd_avg_pred_var_filter_block2d_bil_large() local 423 blend_h = vmlal_u8(blend_h, vget_high_u8(s1), f1); in dist_wtd_avg_pred_var_filter_block2d_bil_large() 425 vcombine_u8(vrshrn_n_u16(blend_l, 3), vrshrn_n_u16(blend_h, 3)); in dist_wtd_avg_pred_var_filter_block2d_bil_large()
|
/aosp_15_r20/external/libdav1d/src/riscv/ |
H A D | mc.h | 53 c->blend_h = BF(dav1d_blend_h, rvv); in mc_dsp_init_riscv() 58 c->blend_h = BF(dav1d_blend_h_vl256, rvv); in mc_dsp_init_riscv()
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | subpel_variance_neon.c | 77 uint16x8_t blend_h = in var_filter_block2d_bil_large() local 80 uint8x8_t out_hi = vrshrn_n_u16(blend_h, 3); in var_filter_block2d_bil_large() 291 uint16x8_t blend_h = in avg_pred_var_filter_block2d_bil_large() local 294 vcombine_u8(vrshrn_n_u16(blend_l, 3), vrshrn_n_u16(blend_h, 3)); in avg_pred_var_filter_block2d_bil_large()
|
/aosp_15_r20/external/libdav1d/src/x86/ |
H A D | mc.h | 165 c->blend_h = BF(dav1d_blend_h, ssse3); in mc_dsp_init_x86() 235 c->blend_h = BF(dav1d_blend_h, avx2); in mc_dsp_init_x86() 274 c->blend_h = BF(dav1d_blend_h, avx512icl); in mc_dsp_init_x86()
|
H A D | mc16_avx2.asm | 115 BIDIR_JMP_TABLE blend_h, avx2, 2, 4, 8, 16, 32, 64, 128
|
H A D | mc16_sse.asm | 118 BIDIR_JMP_TABLE blend_h, ssse3, 2, 4, 8, 16, 32, 64, 128
|
H A D | mc_avx512.asm | 282 BIDIR_JMP_TABLE blend_h, avx512icl, 2, 4, 8, 16, 32, 64, 128
|
H A D | mc_sse.asm | 231 BIDIR_JMP_TABLE blend_h, ssse3, 2, 4, 8, 16, 16, 16, 16
|
H A D | mc_avx2.asm | 201 BIDIR_JMP_TABLE blend_h, avx2, 2, 4, 8, 16, 32, 32, 32
|
H A D | mc16_avx512.asm | 242 BIDIR_JMP_TABLE blend_h, avx512icl, 2, 4, 8, 16, 32, 64, 128
|
/aosp_15_r20/external/libdav1d/src/loongarch/ |
H A D | mc.h | 103 c->blend_h = BF(dav1d_blend_h, lsx); in mc_dsp_init_loongarch() 134 c->blend_h = BF(dav1d_blend_h, lasx); in mc_dsp_init_loongarch()
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | mc.h | 127 blend_dir_fn blend_h; member
|
H A D | mc_tmpl.c | 941 c->blend_h = blend_h_c; in bitfn()
|
H A D | recon_tmpl.c | 1086 f->dsp->mc.blend_h(&dst[x * h_mul], dst_stride, lap, in obmc()
|
/aosp_15_r20/external/libdav1d/src/arm/ |
H A D | mc.h | 105 c->blend_h = BF(dav1d_blend_h, neon); in mc_dsp_init_arm()
|
/aosp_15_r20/external/libdav1d/tests/checkasm/ |
H A D | mc.c | 536 if (check_func(c->blend_h, "blend_h_w%d_%dbpc", w, BITDEPTH)) in check_blend_h()
|