HomeSort by relevance Sort by last modified time
    Searched refs:multiply_shift_and_narrow_s16 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_135_add_neon.c 106 s1[16] = multiply_shift_and_narrow_s16(in[1], cospi_31_64);
107 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64);
109 s1[18] = multiply_shift_and_narrow_s16(in[9], cospi_23_64);
110 s1[29] = multiply_shift_and_narrow_s16(in[9], cospi_9_64);
112 s1[19] = multiply_shift_and_narrow_s16(in[7], -cospi_25_64);
113 s1[28] = multiply_shift_and_narrow_s16(in[7], cospi_7_64);
115 s1[20] = multiply_shift_and_narrow_s16(in[5], cospi_27_64);
116 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64);
118 s1[21] = multiply_shift_and_narrow_s16(in[11], -cospi_21_64);
119 s1[26] = multiply_shift_and_narrow_s16(in[11], cospi_11_64)
    [all...]
idct32x32_34_add_neon.c 62 s1[16] = multiply_shift_and_narrow_s16(in[1], cospi_31_64);
64 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64);
66 s1[20] = multiply_shift_and_narrow_s16(in[5], cospi_27_64);
67 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64);
69 s1[23] = multiply_shift_and_narrow_s16(in[3], -cospi_29_64);
70 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64);
73 s2[8] = multiply_shift_and_narrow_s16(in[2], cospi_30_64);
74 s2[15] = multiply_shift_and_narrow_s16(in[2], cospi_2_64);
77 s1[4] = multiply_shift_and_narrow_s16(in[4], cospi_28_64);
78 s1[7] = multiply_shift_and_narrow_s16(in[4], cospi_4_64)
    [all...]
idct_neon.h 82 static INLINE int16x8_t multiply_shift_and_narrow_s16(const int16x8_t a, function
    [all...]

Completed in 442 milliseconds