Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c197 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_64x64_sse4_1()
243 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_64x32_sse4_1()
292 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_32x64_sse4_1()
Dhighbd_fwd_txfm_sse4.c219 const int txw_idx = get_txw_idx(TX_4X4); in av1_fwd_txfm2d_4x4_sse4_1()
848 const int txw_idx = get_txw_idx(TX_8X8); in av1_fwd_txfm2d_8x8_sse4_1()
1754 const int txw_idx = get_txw_idx(TX_16X16); in av1_fwd_txfm2d_16x16_sse4_1()
2122 const int txw_idx = get_txw_idx(TX_16X8); in av1_fwd_txfm2d_16x8_sse4_1()
2157 const int txw_idx = get_txw_idx(TX_8X16); in av1_fwd_txfm2d_8x16_sse4_1()
2186 const int txw_idx = get_txw_idx(TX_4X16); in av1_fwd_txfm2d_4x16_sse4_1()
2215 const int txw_idx = get_txw_idx(TX_16X4); in av1_fwd_txfm2d_16x4_sse4_1()
2246 const int txw_idx = get_txw_idx(TX_16X32); in av1_fwd_txfm2d_16x32_sse4_1()
2278 const int txw_idx = get_txw_idx(TX_32X64); in av1_fwd_txfm2d_32x64_sse4_1()
2313 const int txw_idx = get_txw_idx(TX_64X32); in av1_fwd_txfm2d_64x32_sse4_1()
[all …]
Dav1_fwd_txfm_sse2.c2132 const int txw_idx = get_txw_idx(TX_4X4); in av1_lowbd_fwd_txfm2d_4x4_sse2()
2171 const int txw_idx = get_txw_idx(TX_4X8); in av1_lowbd_fwd_txfm2d_4x8_sse2()
2209 const int txw_idx = get_txw_idx(TX_4X16); in av1_lowbd_fwd_txfm2d_4x16_sse2()
2251 const int txw_idx = get_txw_idx(TX_8X4); in av1_lowbd_fwd_txfm2d_8x4_sse2()
2288 const int txw_idx = get_txw_idx(TX_8X8); in av1_lowbd_fwd_txfm2d_8x8_sse2()
2325 const int txw_idx = get_txw_idx(TX_8X16); in av1_lowbd_fwd_txfm2d_8x16_sse2()
2367 const int txw_idx = get_txw_idx(TX_8X32); in av1_lowbd_fwd_txfm2d_8x32_sse2()
2411 const int txw_idx = get_txw_idx(TX_16X4); in av1_lowbd_fwd_txfm2d_16x4_sse2()
2454 const int txw_idx = get_txw_idx(TX_16X8); in av1_lowbd_fwd_txfm2d_16x8_sse2()
2497 const int txw_idx = get_txw_idx(TX_16X16); in av1_lowbd_fwd_txfm2d_16x16_sse2()
[all …]
Dav1_fwd_txfm2d_avx2.c1583 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_16x16_avx2()
1624 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_32x32_avx2()
1677 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_64x64_avx2()
1725 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_16x32_avx2()
1769 const int txw_idx = get_txw_idx(TX_32X16); in lowbd_fwd_txfm2d_32x16_avx2()
1816 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_64x32_avx2()
1866 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_32x64_avx2()
1916 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_16x64_avx2()
1960 const int txw_idx = get_txw_idx(tx_size); in lowbd_fwd_txfm2d_64x16_avx2()
2696 const int txw_idx = get_txw_idx(TX_8X16); in lowbd_fwd_txfm2d_8x16_avx2()
[all …]
Dhighbd_fwd_txfm_avx2.c551 const int txw_idx = get_txw_idx(tx_size); in av1_fwd_txfm2d_8x8_avx2()
1322 const int txw_idx = get_txw_idx(TX_8X16); in av1_fwd_txfm2d_8x16_avx2()
1383 const int txw_idx = get_txw_idx(TX_16X8); in av1_fwd_txfm2d_16x8_avx2()
1409 const int txw_idx = get_txw_idx(tx_size); in av1_fwd_txfm2d_16x16_avx2()
2053 const int txw_idx = get_txw_idx(tx_size); in av1_fwd_txfm2d_32x32_avx2()
3118 const int txw_idx = get_txw_idx(tx_size); in av1_fwd_txfm2d_64x64_avx2()
/external/libaom/libaom/av1/common/
Dav1_txfm.h220 static INLINE int get_txw_idx(TX_SIZE tx_size) { in get_txw_idx() function
Dav1_inv_txfm2d.c192 const int txw_idx = get_txw_idx(tx_size); in av1_get_inv_txfm_cfg()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c2423 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_idtx_ssse3()
2449 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_4x4_ssse3()
2515 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_no_identity_ssse3()
2587 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_h_identity_ssse3()
2631 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_v_identity_ssse3()
2721 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_4x8_ssse3()
2761 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_8x4_ssse3()
2801 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_4x16_ssse3()
2847 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_16x4_ssse3()
Dav1_inv_txfm_avx2.c1618 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_no_identity_avx2()
1752 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_idtx_avx2()
1774 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_h_identity_avx2()
1814 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_v_identity_avx2()
Dhighbd_inv_txfm_sse4.c650 const int txw_idx = get_txw_idx(TX_4X4); in av1_inv_txfm2d_add_4x4_sse4_1()
1356 const int txw_idx = get_txw_idx(TX_8X8); in av1_inv_txfm2d_add_8x8_sse4_1()
5337 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_h_identity_ssse41()
5399 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_v_identity_ssse41()
5476 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_idtx_ssse41()
5536 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_no_identity_sse41()
5621 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_4x8_sse41()
5678 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_8x4_sse41()
5732 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_4x16_sse4_1()
5791 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_16x4_sse4_1()
Dhighbd_inv_txfm_avx2.c4223 const int txw_idx = get_txw_idx(tx_size); in highbd_inv_txfm2d_add_no_identity_avx2()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c3690 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_idtx_neon()
3761 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_v_identity_neon()
3842 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_h_identity_neon()
3915 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_4x4_neon()
3977 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_4x8_neon()
4041 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_8x4_neon()
4105 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_4x16_neon()
4167 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_16x4_neon()
4229 const int txw_idx = get_txw_idx(tx_size); in lowbd_inv_txfm2d_add_no_identity_neon()