Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_avx2.h40 const __m256i scale = _mm256_set1_epi16(NewInvSqrt2 * 8); in round_shift_avx2()
Dhighbd_inv_txfm_sse4.c5362 NewInvSqrt2); in highbd_inv_txfm2d_add_h_identity_ssse41()
5428 buf0, buf0, (buf_size_nonzero_w_div8 << 3), 0, NewInvSqrt2); in highbd_inv_txfm2d_add_v_identity_ssse41()
5497 NewInvSqrt2); in highbd_inv_txfm2d_add_idtx_ssse41()
5571 buf0, buf0, buf_size_nonzero_w_div8 << 3, 0, NewInvSqrt2); in highbd_inv_txfm2d_add_no_identity_sse41()
5642 NewInvSqrt2); in highbd_inv_txfm2d_add_4x8_sse41()
5703 NewInvSqrt2); in highbd_inv_txfm2d_add_8x4_sse41()
Dav1_inv_txfm_ssse3.c2373 _mm_set1_epi16(NewInvSqrt2 << (15 - NewSqrt2Bits)); in iidentity_row_8xn_ssse3()
2502 const __m128i scale = _mm_set1_epi16(NewInvSqrt2 * 8); in round_shift_ssse3()
Dav1_inv_txfm_avx2.c1705 _mm256_set1_epi16(NewInvSqrt2 << (15 - NewSqrt2Bits)); in iidentity_row_16xn_avx2()
Dhighbd_inv_txfm_avx2.c4256 buf0, buf0, buf_size_nonzero_w_div8 << 3, 0, NewInvSqrt2); in highbd_inv_txfm2d_add_no_identity_avx2()
/external/libaom/libaom/av1/common/
Dav1_txfm.h46 static const int32_t NewInvSqrt2 = 2896; variable
Dav1_inv_txfm2d.c294 temp_in[c] = round_shift((int64_t)input[c] * NewInvSqrt2, NewSqrt2Bits); in inv_txfm2d_add_c()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c513 out_low = vmull_n_s16(vget_low_s16(input[z]), (int16_t)NewInvSqrt2); in round_shift_for_rect()
514 out_high = vmull_n_s16(vget_high_s16(input[z]), (int16_t)NewInvSqrt2); in round_shift_for_rect()
3999 temp_in[j] = round_shift((int64_t)input[j] * NewInvSqrt2, NewSqrt2Bits); in lowbd_inv_txfm2d_add_4x8_neon()
4063 temp_in[j] = round_shift((int64_t)input[j] * NewInvSqrt2, NewSqrt2Bits); in lowbd_inv_txfm2d_add_8x4_neon()