Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c18 static INLINE int32x4_t dct_const_round_shift_high_4(const int64x2x2_t in) { in dct_const_round_shift_high_4() function
28 *d0 = dct_const_round_shift_high_4(in[0]); in dct_const_round_shift_high_4_dual()
29 *d1 = dct_const_round_shift_high_4(in[1]); in dct_const_round_shift_high_4_dual()
35 out.val[0] = dct_const_round_shift_high_4(in[0]); in dct_const_round_shift_high_4x2_int64x2x2()
36 out.val[1] = dct_const_round_shift_high_4(in[1]); in dct_const_round_shift_high_4x2_int64x2x2()
750 return dct_const_round_shift_high_4(t); in highbd_idct_cospi_lane0()
770 return dct_const_round_shift_high_4(t); in highbd_idct_cospi_lane1()