Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c198 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_64x64_sse4_1()
244 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_64x32_sse4_1()
293 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_32x64_sse4_1()
Dhighbd_fwd_txfm_sse4.c220 const int txh_idx = get_txh_idx(TX_4X4); in av1_fwd_txfm2d_4x4_sse4_1()
849 const int txh_idx = get_txh_idx(TX_8X8); in av1_fwd_txfm2d_8x8_sse4_1()
1755 const int txh_idx = get_txh_idx(TX_16X16); in av1_fwd_txfm2d_16x16_sse4_1()
2123 const int txh_idx = get_txh_idx(TX_16X8); in av1_fwd_txfm2d_16x8_sse4_1()
2158 const int txh_idx = get_txh_idx(TX_8X16); in av1_fwd_txfm2d_8x16_sse4_1()
2187 const int txh_idx = get_txh_idx(TX_4X16); in av1_fwd_txfm2d_4x16_sse4_1()
2216 const int txh_idx = get_txh_idx(TX_16X4); in av1_fwd_txfm2d_16x4_sse4_1()
2247 const int txh_idx = get_txh_idx(TX_16X32); in av1_fwd_txfm2d_16x32_sse4_1()
2279 const int txh_idx = get_txh_idx(TX_32X64); in av1_fwd_txfm2d_32x64_sse4_1()
2314 const int txh_idx = get_txh_idx(TX_64X32); in av1_fwd_txfm2d_64x32_sse4_1()
[all …]
Dav1_fwd_txfm_sse2.c2133 const int txh_idx = get_txh_idx(TX_4X4); in av1_lowbd_fwd_txfm2d_4x4_sse2()
2172 const int txh_idx = get_txh_idx(TX_4X8); in av1_lowbd_fwd_txfm2d_4x8_sse2()
2210 const int txh_idx = get_txh_idx(TX_4X16); in av1_lowbd_fwd_txfm2d_4x16_sse2()
2252 const int txh_idx = get_txh_idx(TX_8X4); in av1_lowbd_fwd_txfm2d_8x4_sse2()
2289 const int txh_idx = get_txh_idx(TX_8X8); in av1_lowbd_fwd_txfm2d_8x8_sse2()
2326 const int txh_idx = get_txh_idx(TX_8X16); in av1_lowbd_fwd_txfm2d_8x16_sse2()
2368 const int txh_idx = get_txh_idx(TX_8X32); in av1_lowbd_fwd_txfm2d_8x32_sse2()
2412 const int txh_idx = get_txh_idx(TX_16X4); in av1_lowbd_fwd_txfm2d_16x4_sse2()
2455 const int txh_idx = get_txh_idx(TX_16X8); in av1_lowbd_fwd_txfm2d_16x8_sse2()
2498 const int txh_idx = get_txh_idx(TX_16X16); in av1_lowbd_fwd_txfm2d_16x16_sse2()
[all …]
Dav1_fwd_txfm2d_avx2.c1584 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_16x16_avx2()
1625 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_32x32_avx2()
1678 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_64x64_avx2()
1726 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_16x32_avx2()
1770 const int txh_idx = get_txh_idx(TX_32X16); in lowbd_fwd_txfm2d_32x16_avx2()
1817 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_64x32_avx2()
1867 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_32x64_avx2()
1917 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_16x64_avx2()
1961 const int txh_idx = get_txh_idx(tx_size); in lowbd_fwd_txfm2d_64x16_avx2()
2697 const int txh_idx = get_txh_idx(TX_8X16); in lowbd_fwd_txfm2d_8x16_avx2()
[all …]
Dhighbd_fwd_txfm_avx2.c552 const int txh_idx = get_txh_idx(tx_size); in av1_fwd_txfm2d_8x8_avx2()
1323 const int txh_idx = get_txh_idx(TX_8X16); in av1_fwd_txfm2d_8x16_avx2()
1384 const int txh_idx = get_txh_idx(TX_16X8); in av1_fwd_txfm2d_16x8_avx2()
1410 const int txh_idx = get_txh_idx(tx_size); in av1_fwd_txfm2d_16x16_avx2()
2054 const int txh_idx = get_txh_idx(tx_size); in av1_fwd_txfm2d_32x32_avx2()
3119 const int txh_idx = get_txh_idx(tx_size); in av1_fwd_txfm2d_64x64_avx2()
/external/libaom/libaom/av1/common/
Dav1_txfm.h223 static INLINE int get_txh_idx(TX_SIZE tx_size) { in get_txh_idx() function
Dav1_inv_txfm2d.c193 const int txh_idx = get_txh_idx(tx_size); in av1_get_inv_txfm_cfg()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c2424 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_idtx_ssse3()
2450 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_4x4_ssse3()
2516 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_no_identity_ssse3()
2588 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_h_identity_ssse3()
2632 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_v_identity_ssse3()
2722 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_4x8_ssse3()
2762 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_8x4_ssse3()
2802 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_4x16_ssse3()
2848 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_16x4_ssse3()
Dav1_inv_txfm_avx2.c1619 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_no_identity_avx2()
1753 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_idtx_avx2()
1775 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_h_identity_avx2()
1815 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_v_identity_avx2()
Dhighbd_inv_txfm_sse4.c651 const int txh_idx = get_txh_idx(TX_4X4); in av1_inv_txfm2d_add_4x4_sse4_1()
1357 const int txh_idx = get_txh_idx(TX_8X8); in av1_inv_txfm2d_add_8x8_sse4_1()
5338 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_h_identity_ssse41()
5400 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_v_identity_ssse41()
5477 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_idtx_ssse41()
5537 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_no_identity_sse41()
5622 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_4x8_sse41()
5679 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_8x4_sse41()
5733 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_4x16_sse4_1()
5792 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_16x4_sse4_1()
Dhighbd_inv_txfm_avx2.c4224 const int txh_idx = get_txh_idx(tx_size); in highbd_inv_txfm2d_add_no_identity_avx2()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c3691 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_idtx_neon()
3762 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_v_identity_neon()
3843 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_h_identity_neon()
3916 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_4x4_neon()
3978 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_4x8_neon()
4042 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_8x4_neon()
4106 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_4x16_neon()
4168 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_16x4_neon()
4230 const int txh_idx = get_txh_idx(tx_size); in lowbd_inv_txfm2d_add_no_identity_neon()