Searched refs:multiply_shift_and_narrow_s32_dual (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_135_add_neon.c | 117 s1[16] = multiply_shift_and_narrow_s32_dual(in[1], cospi_31_64); in vpx_highbd_idct32_12_neon() 118 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_12_neon() 120 s1[18] = multiply_shift_and_narrow_s32_dual(in[9], cospi_23_64); in vpx_highbd_idct32_12_neon() 121 s1[29] = multiply_shift_and_narrow_s32_dual(in[9], cospi_9_64); in vpx_highbd_idct32_12_neon() 123 s1[19] = multiply_shift_and_narrow_s32_dual(in[7], -cospi_25_64); in vpx_highbd_idct32_12_neon() 124 s1[28] = multiply_shift_and_narrow_s32_dual(in[7], cospi_7_64); in vpx_highbd_idct32_12_neon() 126 s1[20] = multiply_shift_and_narrow_s32_dual(in[5], cospi_27_64); in vpx_highbd_idct32_12_neon() 127 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_12_neon() 129 s1[21] = multiply_shift_and_narrow_s32_dual(in[11], -cospi_21_64); in vpx_highbd_idct32_12_neon() 130 s1[26] = multiply_shift_and_narrow_s32_dual(in[11], cospi_11_64); in vpx_highbd_idct32_12_neon() [all …]
|
D | highbd_idct32x32_34_add_neon.c | 70 s1[16] = multiply_shift_and_narrow_s32_dual(in[1], cospi_31_64); in vpx_highbd_idct32_6_neon() 72 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_6_neon() 74 s1[20] = multiply_shift_and_narrow_s32_dual(in[5], cospi_27_64); in vpx_highbd_idct32_6_neon() 75 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_6_neon() 77 s1[23] = multiply_shift_and_narrow_s32_dual(in[3], -cospi_29_64); in vpx_highbd_idct32_6_neon() 78 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_6_neon() 81 s2[8] = multiply_shift_and_narrow_s32_dual(in[2], cospi_30_64); in vpx_highbd_idct32_6_neon() 82 s2[15] = multiply_shift_and_narrow_s32_dual(in[2], cospi_2_64); in vpx_highbd_idct32_6_neon() 85 s1[4] = multiply_shift_and_narrow_s32_dual(in[4], cospi_28_64); in vpx_highbd_idct32_6_neon() 86 s1[7] = multiply_shift_and_narrow_s32_dual(in[4], cospi_4_64); in vpx_highbd_idct32_6_neon() [all …]
|
D | idct_neon.h | 168 multiply_shift_and_narrow_s32_dual(const int32x4x2_t a, const int32_t a_const) { in multiply_shift_and_narrow_s32_dual() function
|