Home
last modified time | relevance | path

Searched refs:im_stride (Results 76 – 100 of 119) sorted by relevance

12345

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/arm/
H A Dconvolve_neon.c969 const int im_stride = MAX_SB_SIZE; in av1_convolve_2d_sr_neon() local
978 im_dst_stride = im_stride; in av1_convolve_2d_sr_neon()
1307 src_stride = im_stride; in av1_convolve_2d_sr_neon()
1330 __builtin_prefetch(v_s + 0 * im_stride); in av1_convolve_2d_sr_neon()
1331 __builtin_prefetch(v_s + 1 * im_stride); in av1_convolve_2d_sr_neon()
1340 v_s += (7 * im_stride); in av1_convolve_2d_sr_neon()
1345 v_s += (im_stride << 2); in av1_convolve_2d_sr_neon()
1423 v_s += im_stride; in av1_convolve_2d_sr_neon()
1476 v_s += (7 * im_stride); in av1_convolve_2d_sr_neon()
1484 v_s += (im_stride << 2); in av1_convolve_2d_sr_neon()
[all …]
H A Djnt_convolve_neon.c328 dst_stride = im_stride; in dist_wtd_convolve_2d_horiz_neon()
610 __builtin_prefetch(s + 0 * im_stride); in dist_wtd_convolve_2d_vert_neon()
611 __builtin_prefetch(s + 1 * im_stride); in dist_wtd_convolve_2d_vert_neon()
612 __builtin_prefetch(s + 2 * im_stride); in dist_wtd_convolve_2d_vert_neon()
613 __builtin_prefetch(s + 3 * im_stride); in dist_wtd_convolve_2d_vert_neon()
614 __builtin_prefetch(s + 4 * im_stride); in dist_wtd_convolve_2d_vert_neon()
615 __builtin_prefetch(s + 5 * im_stride); in dist_wtd_convolve_2d_vert_neon()
620 s += (7 * im_stride); in dist_wtd_convolve_2d_vert_neon()
625 s += (im_stride << 2); in dist_wtd_convolve_2d_vert_neon()
677 s += (im_stride); in dist_wtd_convolve_2d_vert_neon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/arm/
H A Dconvolve_neon.c943 const int im_stride = MAX_SB_SIZE; in av1_convolve_2d_sr_neon() local
952 im_dst_stride = im_stride; in av1_convolve_2d_sr_neon()
1281 src_stride = im_stride; in av1_convolve_2d_sr_neon()
1304 __builtin_prefetch(v_s + 0 * im_stride); in av1_convolve_2d_sr_neon()
1305 __builtin_prefetch(v_s + 1 * im_stride); in av1_convolve_2d_sr_neon()
1314 v_s += (7 * im_stride); in av1_convolve_2d_sr_neon()
1319 v_s += (im_stride << 2); in av1_convolve_2d_sr_neon()
1397 v_s += im_stride; in av1_convolve_2d_sr_neon()
1450 v_s += (7 * im_stride); in av1_convolve_2d_sr_neon()
1458 v_s += (im_stride << 2); in av1_convolve_2d_sr_neon()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/arm/
H A Dconvolve_neon.c969 const int im_stride = MAX_SB_SIZE; in av1_convolve_2d_sr_neon() local
978 im_dst_stride = im_stride; in av1_convolve_2d_sr_neon()
1307 src_stride = im_stride; in av1_convolve_2d_sr_neon()
1330 __builtin_prefetch(v_s + 0 * im_stride); in av1_convolve_2d_sr_neon()
1331 __builtin_prefetch(v_s + 1 * im_stride); in av1_convolve_2d_sr_neon()
1340 v_s += (7 * im_stride); in av1_convolve_2d_sr_neon()
1345 v_s += (im_stride << 2); in av1_convolve_2d_sr_neon()
1423 v_s += im_stride; in av1_convolve_2d_sr_neon()
1476 v_s += (7 * im_stride); in av1_convolve_2d_sr_neon()
1484 v_s += (im_stride << 2); in av1_convolve_2d_sr_neon()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/x86/
H A Djnt_convolve_avx2.c352 int im_stride = 8; in av1_jnt_convolve_2d_avx2() local
404 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_jnt_convolve_2d_avx2()
410 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_jnt_convolve_2d_avx2()
411 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_jnt_convolve_2d_avx2()
412 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_jnt_convolve_2d_avx2()
413 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_jnt_convolve_2d_avx2()
414 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_jnt_convolve_2d_avx2()
415 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_jnt_convolve_2d_avx2()
426 const int16_t *data = &im_block[i * im_stride]; in av1_jnt_convolve_2d_avx2()
429 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_jnt_convolve_2d_avx2()
[all …]
H A Dhighbd_jnt_convolve_avx2.c235 int im_stride = 8; in av1_highbd_jnt_convolve_2d_avx2() local
316 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_jnt_convolve_2d_avx2()
322 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
323 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
324 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
325 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
326 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
327 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
338 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_jnt_convolve_2d_avx2()
341 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/x86/
H A Djnt_convolve_avx2.c352 int im_stride = 8; in av1_jnt_convolve_2d_avx2() local
404 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_jnt_convolve_2d_avx2()
410 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_jnt_convolve_2d_avx2()
411 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_jnt_convolve_2d_avx2()
412 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_jnt_convolve_2d_avx2()
413 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_jnt_convolve_2d_avx2()
414 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_jnt_convolve_2d_avx2()
415 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_jnt_convolve_2d_avx2()
426 const int16_t *data = &im_block[i * im_stride]; in av1_jnt_convolve_2d_avx2()
429 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_jnt_convolve_2d_avx2()
[all …]
H A Dhighbd_jnt_convolve_avx2.c235 int im_stride = 8; in av1_highbd_jnt_convolve_2d_avx2() local
316 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_jnt_convolve_2d_avx2()
322 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
323 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
324 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
325 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
326 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
327 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
338 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_jnt_convolve_2d_avx2()
341 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/x86/
H A Djnt_convolve_avx2.c352 int im_stride = 8; in av1_jnt_convolve_2d_avx2() local
404 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_jnt_convolve_2d_avx2()
410 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_jnt_convolve_2d_avx2()
411 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_jnt_convolve_2d_avx2()
412 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_jnt_convolve_2d_avx2()
413 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_jnt_convolve_2d_avx2()
414 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_jnt_convolve_2d_avx2()
415 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_jnt_convolve_2d_avx2()
426 const int16_t *data = &im_block[i * im_stride]; in av1_jnt_convolve_2d_avx2()
429 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_jnt_convolve_2d_avx2()
[all …]
H A Dhighbd_jnt_convolve_avx2.c235 int im_stride = 8; in av1_highbd_jnt_convolve_2d_avx2() local
316 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_jnt_convolve_2d_avx2()
322 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
323 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
324 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
325 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
326 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
327 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
338 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_jnt_convolve_2d_avx2()
341 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/x86/
H A Djnt_convolve_avx2.c352 int im_stride = 8; in av1_jnt_convolve_2d_avx2() local
404 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_jnt_convolve_2d_avx2()
410 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_jnt_convolve_2d_avx2()
411 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_jnt_convolve_2d_avx2()
412 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_jnt_convolve_2d_avx2()
413 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_jnt_convolve_2d_avx2()
414 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_jnt_convolve_2d_avx2()
415 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_jnt_convolve_2d_avx2()
426 const int16_t *data = &im_block[i * im_stride]; in av1_jnt_convolve_2d_avx2()
429 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_jnt_convolve_2d_avx2()
[all …]
H A Dhighbd_jnt_convolve_avx2.c235 int im_stride = 8; in av1_highbd_jnt_convolve_2d_avx2() local
316 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_jnt_convolve_2d_avx2()
322 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
323 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
324 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
325 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
326 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
327 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
338 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_jnt_convolve_2d_avx2()
341 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_jnt_convolve_2d_avx2()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbInterPrediction.c356 int32_t im_stride = w; in svt_av1_convolve_2d_sr_c() local
377 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_convolve_2d_sr_c()
482 int im_stride = w; in svt_av1_convolve_2d_scale_c() local
508 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_convolve_2d_scale_c()
561 int32_t im_stride = w; in svt_av1_jnt_convolve_2d_c() local
582 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_jnt_convolve_2d_c()
827 int32_t im_stride = w; in svt_av1_highbd_convolve_2d_sr_c() local
843 im_block[y * im_stride + x] = in svt_av1_highbd_convolve_2d_sr_c()
876 int im_stride = w; in svt_av1_highbd_convolve_2d_scale_c() local
904 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_highbd_convolve_2d_scale_c()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbInterPrediction.c356 int32_t im_stride = w; in svt_av1_convolve_2d_sr_c() local
377 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_convolve_2d_sr_c()
482 int im_stride = w; in svt_av1_convolve_2d_scale_c() local
508 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_convolve_2d_scale_c()
561 int32_t im_stride = w; in svt_av1_jnt_convolve_2d_c() local
582 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_jnt_convolve_2d_c()
827 int32_t im_stride = w; in svt_av1_highbd_convolve_2d_sr_c() local
843 im_block[y * im_stride + x] = in svt_av1_highbd_convolve_2d_sr_c()
876 int im_stride = w; in svt_av1_highbd_convolve_2d_scale_c() local
904 int16_t * src_vert = im_block + fo_vert * im_stride; in svt_av1_highbd_convolve_2d_scale_c()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/ASM_AVX2/
H A Dhighbd_jnt_convolve_avx2.c224 int32_t im_stride = 8; in svt_av1_highbd_jnt_convolve_2d_avx2() local
299 _mm256_storeu_si256((__m256i *)&im_block[i * im_stride], res); in svt_av1_highbd_jnt_convolve_2d_avx2()
305 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
306 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
307 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
308 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
309 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
310 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
321 const int16_t *data = &im_block[i * im_stride]; in svt_av1_highbd_jnt_convolve_2d_avx2()
323 const __m256i s6 = _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/x86/
H A Dhighbd_jnt_convolve_avx2.c236 int im_stride = 8; in av1_highbd_dist_wtd_convolve_2d_avx2() local
317 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_dist_wtd_convolve_2d_avx2()
323 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
324 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
325 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
326 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
327 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
328 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
339 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_dist_wtd_convolve_2d_avx2()
342 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
[all …]
H A Dconvolve_2d_avx2.c31 int im_stride = 8, i; in av1_convolve_2d_sr_avx2() local
71 int im_stride = 8, i; in av1_convolve_2d_sr_avx2() local
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/ASM_AVX2/
H A Dhighbd_jnt_convolve_avx2.c224 int32_t im_stride = 8; in svt_av1_highbd_jnt_convolve_2d_avx2() local
299 _mm256_storeu_si256((__m256i *)&im_block[i * im_stride], res); in svt_av1_highbd_jnt_convolve_2d_avx2()
305 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
306 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
307 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
308 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
309 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
310 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
321 const int16_t *data = &im_block[i * im_stride]; in svt_av1_highbd_jnt_convolve_2d_avx2()
323 const __m256i s6 = _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in svt_av1_highbd_jnt_convolve_2d_avx2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/
H A Dhighbd_jnt_convolve_avx2.c240 int im_stride = 8; in av1_highbd_dist_wtd_convolve_2d_avx2() local
321 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_dist_wtd_convolve_2d_avx2()
327 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
328 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
329 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
330 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
331 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
332 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
343 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_dist_wtd_convolve_2d_avx2()
346 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/x86/
H A Dhighbd_jnt_convolve_avx2.c236 int im_stride = 8; in av1_highbd_dist_wtd_convolve_2d_avx2() local
317 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_dist_wtd_convolve_2d_avx2()
323 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
324 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
325 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
326 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
327 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
328 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
339 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_dist_wtd_convolve_2d_avx2()
342 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/x86/
H A Dhighbd_jnt_convolve_avx2.c236 int im_stride = 8; in av1_highbd_dist_wtd_convolve_2d_avx2() local
317 _mm256_store_si256((__m256i *)&im_block[i * im_stride], res); in av1_highbd_dist_wtd_convolve_2d_avx2()
323 __m256i s0 = _mm256_loadu_si256((__m256i *)(im_block + 0 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
324 __m256i s1 = _mm256_loadu_si256((__m256i *)(im_block + 1 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
325 __m256i s2 = _mm256_loadu_si256((__m256i *)(im_block + 2 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
326 __m256i s3 = _mm256_loadu_si256((__m256i *)(im_block + 3 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
327 __m256i s4 = _mm256_loadu_si256((__m256i *)(im_block + 4 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
328 __m256i s5 = _mm256_loadu_si256((__m256i *)(im_block + 5 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
339 const int16_t *data = &im_block[i * im_stride]; in av1_highbd_dist_wtd_convolve_2d_avx2()
342 _mm256_loadu_si256((__m256i *)(data + 6 * im_stride)); in av1_highbd_dist_wtd_convolve_2d_avx2()
[all …]
H A Dconvolve_2d_avx2.c31 int im_stride = 8, i; in av1_convolve_2d_sr_avx2() local
71 int im_stride = 8, i; in av1_convolve_2d_sr_avx2() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/arm/
H A Djnt_convolve_neon.c332 dst_stride = im_stride; in jnt_convolve_2d_horiz_neon()
614 __builtin_prefetch(s + 0 * im_stride); in jnt_convolve_2d_vert_neon()
615 __builtin_prefetch(s + 1 * im_stride); in jnt_convolve_2d_vert_neon()
616 __builtin_prefetch(s + 2 * im_stride); in jnt_convolve_2d_vert_neon()
617 __builtin_prefetch(s + 3 * im_stride); in jnt_convolve_2d_vert_neon()
618 __builtin_prefetch(s + 4 * im_stride); in jnt_convolve_2d_vert_neon()
619 __builtin_prefetch(s + 5 * im_stride); in jnt_convolve_2d_vert_neon()
624 s += (7 * im_stride); in jnt_convolve_2d_vert_neon()
629 s += (im_stride << 2); in jnt_convolve_2d_vert_neon()
681 s += (im_stride); in jnt_convolve_2d_vert_neon()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/arm/
H A Djnt_convolve_neon.c328 dst_stride = im_stride; in dist_wtd_convolve_2d_horiz_neon()
610 __builtin_prefetch(s + 0 * im_stride); in dist_wtd_convolve_2d_vert_neon()
611 __builtin_prefetch(s + 1 * im_stride); in dist_wtd_convolve_2d_vert_neon()
612 __builtin_prefetch(s + 2 * im_stride); in dist_wtd_convolve_2d_vert_neon()
613 __builtin_prefetch(s + 3 * im_stride); in dist_wtd_convolve_2d_vert_neon()
614 __builtin_prefetch(s + 4 * im_stride); in dist_wtd_convolve_2d_vert_neon()
615 __builtin_prefetch(s + 5 * im_stride); in dist_wtd_convolve_2d_vert_neon()
620 s += (7 * im_stride); in dist_wtd_convolve_2d_vert_neon()
625 s += (im_stride << 2); in dist_wtd_convolve_2d_vert_neon()
677 s += (im_stride); in dist_wtd_convolve_2d_vert_neon()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/arm/
H A Djnt_convolve_neon.c332 dst_stride = im_stride; in jnt_convolve_2d_horiz_neon()
614 __builtin_prefetch(s + 0 * im_stride); in jnt_convolve_2d_vert_neon()
615 __builtin_prefetch(s + 1 * im_stride); in jnt_convolve_2d_vert_neon()
616 __builtin_prefetch(s + 2 * im_stride); in jnt_convolve_2d_vert_neon()
617 __builtin_prefetch(s + 3 * im_stride); in jnt_convolve_2d_vert_neon()
618 __builtin_prefetch(s + 4 * im_stride); in jnt_convolve_2d_vert_neon()
619 __builtin_prefetch(s + 5 * im_stride); in jnt_convolve_2d_vert_neon()
624 s += (7 * im_stride); in jnt_convolve_2d_vert_neon()
629 s += (im_stride << 2); in jnt_convolve_2d_vert_neon()
681 s += (im_stride); in jnt_convolve_2d_vert_neon()
[all …]

12345