Home
last modified time | relevance | path

Searched refs:width_div16 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_avx2.c1414 const int width_div16 = (width >> 4); in av1_fwd_txfm2d_16x16_avx2() local
1419 av1_round_shift_32_8xn_avx2(in, size, shift[0], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1422 av1_round_shift_32_8xn_avx2(out, size, shift[1], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1431 av1_round_shift_32_8xn_avx2(in, size, shift[0], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1434 av1_round_shift_32_8xn_avx2(out, size, shift[1], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1443 av1_round_shift_32_8xn_avx2(in, size, shift[0], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1446 av1_round_shift_32_8xn_avx2(out, size, shift[1], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1455 av1_round_shift_32_8xn_avx2(in, size, shift[0], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1458 av1_round_shift_32_8xn_avx2(out, size, shift[1], width_div16); in av1_fwd_txfm2d_16x16_avx2()
1467 av1_round_shift_32_8xn_avx2(in, size, shift[0], width_div16); in av1_fwd_txfm2d_16x16_avx2()
[all …]
Dav1_fwd_txfm2d_avx2.c1684 const int width_div16 = (width >> 4); in lowbd_fwd_txfm2d_64x64_avx2() local
1687 for (int i = 0; i < width_div16; i++) { in lowbd_fwd_txfm2d_64x64_avx2()
1823 const int width_div16 = (width >> 4); in lowbd_fwd_txfm2d_64x32_avx2() local
1826 for (int i = 0; i < width_div16; i++) { in lowbd_fwd_txfm2d_64x32_avx2()
1873 const int width_div16 = (width >> 4); in lowbd_fwd_txfm2d_32x64_avx2() local
1876 for (int i = 0; i < width_div16; i++) { in lowbd_fwd_txfm2d_32x64_avx2()
1924 const int width_div16 = (width >> 4); in lowbd_fwd_txfm2d_16x64_avx2() local
1927 for (int i = 0; i < width_div16; i++) { in lowbd_fwd_txfm2d_16x64_avx2()
1942 for (int j = 0; j < width_div16; ++j) { in lowbd_fwd_txfm2d_16x64_avx2()
1968 const int width_div16 = (width >> 4); in lowbd_fwd_txfm2d_64x16_avx2() local
[all …]