Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_avx2.c1685 const int height_div16 = (height >> 4); in lowbd_fwd_txfm2d_64x64_avx2() local
1692 for (int j = 0; j < AOMMIN(2, height_div16); ++j) { in lowbd_fwd_txfm2d_64x64_avx2()
1697 for (int i = 0; i < AOMMIN(2, height_div16); i++) { in lowbd_fwd_txfm2d_64x64_avx2()
1824 const int height_div16 = (height >> 4); in lowbd_fwd_txfm2d_64x32_avx2() local
1831 for (int j = 0; j < AOMMIN(4, height_div16); ++j) { in lowbd_fwd_txfm2d_64x32_avx2()
1836 for (int i = 0; i < AOMMIN(2, height_div16); i++) { in lowbd_fwd_txfm2d_64x32_avx2()
1874 const int height_div16 = (height >> 4); in lowbd_fwd_txfm2d_32x64_avx2() local
1881 for (int j = 0; j < AOMMIN(2, height_div16); ++j) { in lowbd_fwd_txfm2d_32x64_avx2()
1886 for (int i = 0; i < AOMMIN(2, height_div16); i++) { in lowbd_fwd_txfm2d_32x64_avx2()
1925 const int height_div16 = (height >> 4); in lowbd_fwd_txfm2d_16x64_avx2() local
[all …]