/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.h | 38 const __m128i b = scale_round_sse2(a, NewSqrt2); in fidentity4x4_new_sse2() 52 const __m128i b_lo = scale_round_sse2(a_lo, NewSqrt2); in fidentity8x4_new_sse2() 53 const __m128i b_hi = scale_round_sse2(a_hi, NewSqrt2); in fidentity8x4_new_sse2() 80 const __m128i b_lo = scale_round_sse2(a_lo, 2 * NewSqrt2); in fidentity8x16_new_sse2() 81 const __m128i b_hi = scale_round_sse2(a_hi, 2 * NewSqrt2); in fidentity8x16_new_sse2()
|
D | av1_fwd_txfm2d_sse4.c | 273 av1_round_shift_rect_array_32_sse4_1(bufA, bufA, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_64x32_sse4_1() 274 av1_round_shift_rect_array_32_sse4_1(bufB, bufB, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_64x32_sse4_1() 322 av1_round_shift_rect_array_32_sse4_1(bufA, bufA, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_32x64_sse4_1() 323 av1_round_shift_rect_array_32_sse4_1(bufB, bufB, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_32x64_sse4_1()
|
D | highbd_fwd_txfm_sse4.c | 193 __m128i fact = _mm_set1_epi32(NewSqrt2); in idtx4x4_sse4_1() 1739 __m128i fact = _mm_set1_epi32(2 * NewSqrt2); in idtx16x16_sse4_1() 2146 av1_round_shift_rect_array_32_sse4_1(in, in, 16, -shift[2], NewSqrt2); in av1_fwd_txfm2d_16x8_sse4_1() 2174 av1_round_shift_rect_array_32_sse4_1(in, in, 16, -shift[2], NewSqrt2); in av1_fwd_txfm2d_8x16_sse4_1() 2268 NewSqrt2); in av1_fwd_txfm2d_16x32_sse4_1() 2303 NewSqrt2); in av1_fwd_txfm2d_32x64_sse4_1() 2348 -shift[2], NewSqrt2); in av1_fwd_txfm2d_64x32_sse4_1() 2377 NewSqrt2); in av1_fwd_txfm2d_32x16_sse4_1() 2475 -shift[2], NewSqrt2); in av1_fwd_txfm2d_4x8_sse4_1() 2504 -shift[2], NewSqrt2); in av1_fwd_txfm2d_8x4_sse4_1()
|
D | av1_fwd_txfm2d_avx2.c | 1419 const __m256i b_lo = scale_round_avx2(a_lo, 2 * NewSqrt2); in fidentity16x16_new_avx2() 1420 const __m256i b_hi = scale_round_avx2(a_hi, 2 * NewSqrt2); in fidentity16x16_new_avx2() 1484 const __m256i b_lo = scale_round_avx2(a_lo, NewSqrt2); in store_rect_16bit_to_32bit_avx2() 1485 const __m256i b_hi = scale_round_avx2(a_hi, NewSqrt2); in store_rect_16bit_to_32bit_avx2() 1846 av1_round_shift_rect_array_32_avx2(bufA, bufA, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_64x32_avx2() 1847 av1_round_shift_rect_array_32_avx2(bufB, bufB, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_64x32_avx2() 1896 av1_round_shift_rect_array_32_avx2(bufA, bufA, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_32x64_avx2() 1897 av1_round_shift_rect_array_32_avx2(bufB, bufB, 32, -shift[2], NewSqrt2); in lowbd_fwd_txfm2d_32x64_avx2() 2606 const __m256i b_lo = scale_round_avx2(a_lo, 2 * NewSqrt2); in fidentity8x16_new_avx2() 2607 const __m256i b_hi = scale_round_avx2(a_hi, 2 * NewSqrt2); in fidentity8x16_new_avx2()
|
D | highbd_fwd_txfm_avx2.c | 1271 __m256i fact = _mm256_set1_epi32(2 * NewSqrt2); in av1_idtx16_avx2() 1339 av1_round_shift_rect_array_32_avx2(in, in, 16, -shift[2], NewSqrt2); in av1_fwd_txfm2d_8x16_avx2() 1400 av1_round_shift_rect_array_32_avx2(in, in, 16, -shift[2], NewSqrt2); in av1_fwd_txfm2d_16x8_avx2()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_txfm_sse2.h | 124 const __m128i b_lo = scale_round_sse2(a_lo, NewSqrt2); in store_rect_16bit_to_32bit_w4() 133 const __m128i b_lo = scale_round_sse2(a_lo, NewSqrt2); in store_rect_16bit_to_32bit() 134 const __m128i b_hi = scale_round_sse2(a_hi, NewSqrt2); in store_rect_16bit_to_32bit()
|
D | av1_inv_txfm_ssse3.c | 2239 const int16_t scale_fractional = (NewSqrt2 - (1 << NewSqrt2Bits)); in iidentity4_new_ssse3() 2258 const int16_t scale_fractional = 2 * (NewSqrt2 - (1 << NewSqrt2Bits)); in iidentity16_new_ssse3()
|
D | highbd_inv_txfm_sse4.c | 609 __m128i fact = _mm_set1_epi32(NewSqrt2); in iidentity4_sse4_1() 3166 __m128i fact = _mm_set1_epi32(2 * NewSqrt2); in iidentity16_sse4_1()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | txfm_common_avx2.h | 281 const __m256i b_lo = scale_round_avx2(a_lo, NewSqrt2); in store_rect_16bit_to_32bit_w8_avx2() 282 const __m256i b_hi = scale_round_avx2(a_hi, NewSqrt2); in store_rect_16bit_to_32bit_w8_avx2()
|
/external/libaom/libaom/av1/common/ |
D | av1_txfm.h | 44 static const int32_t NewSqrt2 = 5793; variable
|
D | av1_inv_txfm1d.c | 1039 output[i] = round_shift((int64_t)NewSqrt2 * input[i], NewSqrt2Bits); in av1_iidentity4_c() 1056 output[i] = round_shift((int64_t)NewSqrt2 * 2 * input[i], NewSqrt2Bits); in av1_iidentity16_c()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm2d.c | 118 (int64_t)output[r * txfm_size_col + c] * NewSqrt2, NewSqrt2Bits); in fwd_txfm2d_c()
|
D | av1_fwd_txfm1d.c | 1068 output[i] = round_shift((int64_t)input[i] * NewSqrt2, NewSqrt2Bits); in av1_fidentity4_c() 1084 output[i] = round_shift((int64_t)input[i] * 2 * NewSqrt2, NewSqrt2Bits); in av1_fidentity16_c()
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 530 int16_t scale = (int16_t)(2 * NewSqrt2); in identity16_new_neon()
|