Searched refs:av1_round_shift_rect_array_32_sse4_1 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
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 | 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() 2267 av1_round_shift_rect_array_32_sse4_1(outcoef128, outcoef128, 128, -shift[2], in av1_fwd_txfm2d_16x32_sse4_1() 2302 av1_round_shift_rect_array_32_sse4_1(outcoef128, outcoef128, 512, -shift[2], in av1_fwd_txfm2d_32x64_sse4_1() 2347 av1_round_shift_rect_array_32_sse4_1(outcoef128, outcoef128, 512 >> 1, in av1_fwd_txfm2d_64x32_sse4_1() 2376 av1_round_shift_rect_array_32_sse4_1(outcoef128, outcoef128, 128, -shift[2], in av1_fwd_txfm2d_32x16_sse4_1() 2474 av1_round_shift_rect_array_32_sse4_1(in, outcoeff128, txfm_size_row, in av1_fwd_txfm2d_4x8_sse4_1() 2503 av1_round_shift_rect_array_32_sse4_1(outcoeff128, in, txfm_size_col, in av1_fwd_txfm2d_8x4_sse4_1()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_txfm_sse4.h | 45 static INLINE void av1_round_shift_rect_array_32_sse4_1(__m128i *input, in av1_round_shift_rect_array_32_sse4_1() function
|
D | highbd_inv_txfm_sse4.c | 5361 av1_round_shift_rect_array_32_sse4_1(buf0, buf0, input_stride, 0, in highbd_inv_txfm2d_add_h_identity_ssse41() 5427 av1_round_shift_rect_array_32_sse4_1( in highbd_inv_txfm2d_add_v_identity_ssse41() 5496 av1_round_shift_rect_array_32_sse4_1(buf0, buf0, input_stride, 0, in highbd_inv_txfm2d_add_idtx_ssse41() 5570 av1_round_shift_rect_array_32_sse4_1( in highbd_inv_txfm2d_add_no_identity_sse41() 5641 av1_round_shift_rect_array_32_sse4_1(buf0, buf0, txfm_size_row, 0, in highbd_inv_txfm2d_add_4x8_sse41() 5702 av1_round_shift_rect_array_32_sse4_1(buf1, buf0, txfm_size_col, 0, in highbd_inv_txfm2d_add_8x4_sse41()
|