Searched refs:height_div16 (Results 1 – 1 of 1) sorted by relevance
1685 const int height_div16 = (height >> 4); in lowbd_fwd_txfm2d_64x64_avx2() local1692 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() local1831 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() local1881 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 …]