/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_masked_sad_neon.c | 57 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_128xh_large_neon() 96 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_64xh_large_neon() 125 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_32xh_large_neon() 152 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_16xh_large_neon() 181 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_8xh_large_neon() 210 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_16xh_small_neon() 235 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_8xh_small_neon() 260 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in masked_sad_4xh_small_neon()
|
H A D | highbd_convolve8_neon.c | 232 void aom_highbd_convolve8_horiz_neon(const uint8_t *src8, ptrdiff_t src_stride, in aom_highbd_convolve8_horiz_neon() 352 void aom_highbd_convolve8_vert_neon(const uint8_t *src8, ptrdiff_t src_stride, in aom_highbd_convolve8_vert_neon()
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_variance_sse2.c | 184 unsigned int vpx_highbd_8_mse16x16_sse2(const uint8_t *src8, int src_stride, in vpx_highbd_8_mse16x16_sse2() 195 unsigned int vpx_highbd_10_mse16x16_sse2(const uint8_t *src8, int src_stride, in vpx_highbd_10_mse16x16_sse2() 206 unsigned int vpx_highbd_12_mse16x16_sse2(const uint8_t *src8, int src_stride, in vpx_highbd_12_mse16x16_sse2() 217 unsigned int vpx_highbd_8_mse8x8_sse2(const uint8_t *src8, int src_stride, in vpx_highbd_8_mse8x8_sse2() 228 unsigned int vpx_highbd_10_mse8x8_sse2(const uint8_t *src8, int src_stride, in vpx_highbd_10_mse8x8_sse2() 239 unsigned int vpx_highbd_12_mse8x8_sse2(const uint8_t *src8, int src_stride, in vpx_highbd_12_mse8x8_sse2()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | pickrst.c | 228 int64_t av1_lowbd_pixel_proj_error_c(const uint8_t *src8, int width, int height, in av1_lowbd_pixel_proj_error_c() 300 int64_t av1_highbd_pixel_proj_error_c(const uint8_t *src8, int width, in av1_highbd_pixel_proj_error_c() 375 static int64_t get_pixel_proj_error(const uint8_t *src8, int width, int height, in get_pixel_proj_error() 405 const uint8_t *src8, int width, int height, int src_stride, in finer_search_pixel_proj_error() 472 static inline void calc_proj_params_r0_r1_c(const uint8_t *src8, int width, in calc_proj_params_r0_r1_c() 505 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_r1_high_bd_c() 534 static inline void calc_proj_params_r0_c(const uint8_t *src8, int width, in calc_proj_params_r0_c() 558 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_high_bd_c() 579 static inline void calc_proj_params_r1_c(const uint8_t *src8, int width, in calc_proj_params_r1_c() 603 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r1_high_bd_c() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_variance_sse2.c | 165 unsigned int aom_highbd_8_mse16x16_sse2(const uint8_t *src8, int src_stride, in aom_highbd_8_mse16x16_sse2() 176 unsigned int aom_highbd_10_mse16x16_sse2(const uint8_t *src8, int src_stride, in aom_highbd_10_mse16x16_sse2() 187 unsigned int aom_highbd_12_mse16x16_sse2(const uint8_t *src8, int src_stride, in aom_highbd_12_mse16x16_sse2() 198 unsigned int aom_highbd_8_mse8x8_sse2(const uint8_t *src8, int src_stride, in aom_highbd_8_mse8x8_sse2() 209 unsigned int aom_highbd_10_mse8x8_sse2(const uint8_t *src8, int src_stride, in aom_highbd_10_mse8x8_sse2() 220 unsigned int aom_highbd_12_mse8x8_sse2(const uint8_t *src8, int src_stride, in aom_highbd_12_mse8x8_sse2()
|
H A D | masked_sad_intrin_avx2.c | 201 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in highbd_masked_sad8xh_avx2() 258 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in highbd_masked_sad16xh_avx2()
|
H A D | masked_sad_intrin_ssse3.c | 293 const uint8_t *src8, int src_stride, const uint8_t *a8, int a_stride, in highbd_masked_sad_ssse3() 350 unsigned int aom_highbd_masked_sad4xh_ssse3(const uint8_t *src8, int src_stride, in aom_highbd_masked_sad4xh_ssse3()
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | pickrst_sse4.c | 328 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1() 469 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1() 527 const uint8_t *src8, int16_t *dgd_avg, in av1_compute_stats_highbd_sse4_1() 739 const uint8_t *src8, int width, int height, int src_stride, in av1_lowbd_pixel_proj_error_sse4_1() 864 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_r1_sse4_1() 950 static inline void calc_proj_params_r0_sse4_1(const uint8_t *src8, int width, in calc_proj_params_r0_sse4_1() 1004 static inline void calc_proj_params_r1_sse4_1(const uint8_t *src8, int width, in calc_proj_params_r1_sse4_1() 1058 void av1_calc_proj_params_sse4_1(const uint8_t *src8, int width, int height, in av1_calc_proj_params_sse4_1() 1079 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_r1_high_bd_sse4_1() 1166 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_high_bd_sse4_1() [all …]
|
H A D | pickrst_avx2.c | 149 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2() 289 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2() 348 const uint8_t *src8, int16_t *dgd_avg, in av1_compute_stats_highbd_avx2() 1549 const uint8_t *src8, int width, int height, int src_stride, in av1_lowbd_pixel_proj_error_avx2() 1683 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_r1_avx2() 1775 static inline void calc_proj_params_r0_avx2(const uint8_t *src8, int width, in calc_proj_params_r0_avx2() 1833 static inline void calc_proj_params_r1_avx2(const uint8_t *src8, int width, in calc_proj_params_r1_avx2() 1891 void av1_calc_proj_params_avx2(const uint8_t *src8, int width, int height, in av1_calc_proj_params_avx2() 1911 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_r1_high_bd_avx2() 2002 const uint8_t *src8, int width, int height, int src_stride, in calc_proj_params_r0_high_bd_avx2() [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | vpx_convolve8_vert_lsx.c | 22 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_4w_lsx() local 81 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_8w_lsx() local 152 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_16w_lsx() local 247 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_16w_mult_lsx() local 395 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_4x8_lsx() local 486 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_8x8mult_lsx() local 604 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9; in common_vt_2t_32w_lsx() local 683 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_2t_64w_lsx() local
|
H A D | vpx_convolve8_avg_vert_lsx.c | 22 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_and_aver_dst_4w_lsx() local 100 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_and_aver_dst_8w_lsx() local 183 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_and_aver_dst_16w_mult_lsx() local 365 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src87_r; in common_vt_2t_and_aver_dst_4x8_lsx() local 493 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_and_aver_dst_8x8mult_lsx() local 652 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9; in common_vt_2t_and_aver_dst_32w_lsx() local 756 __m128i src6, src7, src8, src9, src10, src11, filt0; in common_vt_2t_and_aver_dst_64w_lsx() local
|
H A D | vpx_convolve8_lsx.c | 29 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_hv_8ht_8vt_4w_lsx() local 111 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_hv_8ht_8vt_8w_lsx() local 292 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, mask; in common_hv_2ht_2vt_4x8_lsx() local
|
H A D | vpx_convolve_avg_lsx.c | 132 __m128i src8, src9, src10, src11, src12, src13, src14, src15; in avg_width32_lsx() local 214 __m128i src8, src9, src10, src11, src12, src13, src14, src15; in avg_width64_lsx() local
|
H A D | vpx_convolve8_avg_lsx.c | 29 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_hv_8ht_8vt_and_aver_dst_4w_lsx() local 126 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_hv_8ht_8vt_and_aver_dst_8w_lsx() local 326 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, mask; in common_hv_2ht_2vt_and_aver_dst_4x8_lsx() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | vpx_convolve8_vert_msa.c | 19 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_4w_msa() local 70 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_8w_msa() local 124 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_16w_msa() local 205 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_16w_mult_msa() local 327 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_4x8_msa() local 393 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_8x8mult_msa() local 494 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9; in common_vt_2t_32w_msa() local 562 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_2t_64w_msa() local
|
H A D | vpx_convolve8_avg_vert_msa.c | 21 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_and_aver_dst_4w_msa() local 78 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_and_aver_dst_8w_msa() local 137 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, src10; in common_vt_8t_and_aver_dst_16w_mult_msa() local 287 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src87_r; in common_vt_2t_and_aver_dst_4x8_msa() local 360 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_2t_and_aver_dst_8x8mult_msa() local 469 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9; in common_vt_2t_and_aver_dst_32w_msa() local 541 v16u8 src6, src7, src8, src9, src10, src11, filt0; in common_vt_2t_and_aver_dst_64w_msa() local
|
H A D | vpx_convolve_avg_msa.c | 106 v16u8 src8, src9, src10, src11, src12, src13, src14, src15; in avg_width32_msa() local 147 v16u8 src8, src9, src10, src11, src12, src13, src14, src15; in avg_width64_msa() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | highbd_pickrst_neon.c | 23 const uint8_t *src8, int width, int height, int src_stride, in highbd_calc_proj_params_r0_r1_neon() 120 const uint8_t *src8, int width, int height, int src_stride, in highbd_calc_proj_params_r0_neon() 185 const uint8_t *src8, int width, int height, int src_stride, in highbd_calc_proj_params_r1_neon() 256 void av1_calc_proj_params_high_bd_neon(const uint8_t *src8, int width, in av1_calc_proj_params_high_bd_neon() 1710 const uint8_t *src8, int16_t *dgd_avg, in av1_compute_stats_highbd_neon() 1790 const uint8_t *src8, int width, int height, int src_stride, in av1_highbd_pixel_proj_error_neon()
|
/aosp_15_r20/external/libvpx/vpx_scale/generic/ |
H A D | yv12extend.c | 63 static void extend_plane_high(uint8_t *const src8, int src_stride, int width, in extend_plane_high() 181 static void memcpy_short_addr(uint8_t *dst8, const uint8_t *src8, int num) { in memcpy_short_addr()
|
/aosp_15_r20/external/libvpx/vp8/common/mips/msa/ |
H A D | sixtap_filter_msa.c | 332 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_6t_4w_msa() local 377 v16i8 src0, src1, src2, src3, src4, src7, src8, src9, src10; in common_vt_6t_8w_msa() local 425 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_6t_16w_msa() local 491 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_6ht_6vt_4w_msa() local 563 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_6ht_6vt_8w_msa() local 851 v16i8 src0, src1, src2, src7, src8, src9, src10; in common_vt_4t_8w_msa() local 1238 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_4ht_6vt_4w_msa() local 1300 v16i8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_4ht_6vt_8w_msa() local
|
/aosp_15_r20/external/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 551 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, dst0, dst1; in png_read_filter_row_avg4_msa() local 604 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, dst0, dst1; in png_read_filter_row_avg3_msa() local 662 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9; in png_read_filter_row_paeth4_msa() local 735 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, dst0, dst1; in png_read_filter_row_paeth3_msa() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | wiener_test.cc | 413 const uint8_t *src8, int h_start, in compute_stats_highbd_win_opt_c() 621 const uint8_t *src8 = CONVERT_TO_BYTEPTR(src_buf); in RunWienerTest() local 695 const uint8_t *src8 = CONVERT_TO_BYTEPTR(src_buf); in RunWienerTest_ExtremeValues() local 757 const uint8_t *src8 = CONVERT_TO_BYTEPTR(src_buf); in RunWienerTest_Overflow32bTest() local
|
/aosp_15_r20/external/libvpx/vp8/common/loongarch/ |
H A D | sixtap_filter_lsx.c | 394 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_6t_4w_lsx() local 458 __m128i src0, src1, src2, src3, src4, src7, src8, src9, src10; in common_vt_6t_8w_lsx() local 521 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_vt_6t_16w_lsx() local 595 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8, tmp0, tmp1; in common_hv_6ht_6vt_4w_lsx() local 687 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_6ht_6vt_8w_lsx() local 1032 __m128i src0, src1, src2, src7, src8, src9, src10; in common_vt_4t_8w_lsx() local 1470 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_4ht_6vt_4w_lsx() local 1551 __m128i src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hv_4ht_6vt_8w_lsx() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBlitRow_D32.cpp | 315 auto src8 = (const __m256i*)src; in blit_row_s32_blend() local 378 auto src8 = (const __m256i*)src; in blit_row_s32a_blend() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | aom_convolve.c | 173 static void highbd_convolve_horiz(const uint8_t *src8, ptrdiff_t src_stride, in highbd_convolve_horiz() 194 static void highbd_convolve_vert(const uint8_t *src8, ptrdiff_t src_stride, in highbd_convolve_vert()
|