Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c127 output[0] = WRAPLOW(dct_const_round_shift(s0 + s3)); in iadst4_c()
128 output[1] = WRAPLOW(dct_const_round_shift(s1 + s3)); in iadst4_c()
129 output[2] = WRAPLOW(dct_const_round_shift(s2)); in iadst4_c()
130 output[3] = WRAPLOW(dct_const_round_shift(s0 + s1 - s3)); in iadst4_c()
140 step[0] = WRAPLOW(dct_const_round_shift(temp1)); in idct4_c()
141 step[1] = WRAPLOW(dct_const_round_shift(temp2)); in idct4_c()
144 step[2] = WRAPLOW(dct_const_round_shift(temp1)); in idct4_c()
145 step[3] = WRAPLOW(dct_const_round_shift(temp2)); in idct4_c()
182 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct4x4_1_add_c()
184 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct4x4_1_add_c()
[all …]
Dinv_txfm.h38 static INLINE tran_high_t dct_const_round_shift(tran_high_t input) { in dct_const_round_shift() function
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c1106 x0 = dct_const_round_shift(s0 + s8); in iadst16_dspr2()
1107 x1 = dct_const_round_shift(s1 + s9); in iadst16_dspr2()
1108 x2 = dct_const_round_shift(s2 + s10); in iadst16_dspr2()
1109 x3 = dct_const_round_shift(s3 + s11); in iadst16_dspr2()
1110 x4 = dct_const_round_shift(s4 + s12); in iadst16_dspr2()
1111 x5 = dct_const_round_shift(s5 + s13); in iadst16_dspr2()
1112 x6 = dct_const_round_shift(s6 + s14); in iadst16_dspr2()
1113 x7 = dct_const_round_shift(s7 + s15); in iadst16_dspr2()
1114 x8 = dct_const_round_shift(s0 - s8); in iadst16_dspr2()
1115 x9 = dct_const_round_shift(s1 - s9); in iadst16_dspr2()
[all …]
Ditrans4_dspr2.c370 output[0] = dct_const_round_shift(s0); in iadst4_dspr2()
371 output[1] = dct_const_round_shift(s1); in iadst4_dspr2()
372 output[2] = dct_const_round_shift(s2); in iadst4_dspr2()
373 output[3] = dct_const_round_shift(s3); in iadst4_dspr2()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_1_add_neon.c36 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct4x4_1_add_neon()
37 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct4x4_1_add_neon()
Didct32x32_1_add_neon.c43 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct32x32_1_add_neon()
44 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct32x32_1_add_neon()
Didct8x8_1_add_neon.c40 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct8x8_1_add_neon()
41 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct8x8_1_add_neon()
Dhighbd_idct4x4_add_neon.c41 dct_const_round_shift(input[0] * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_neon()
43 dct_const_round_shift(out0 * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_neon()
Didct4x4_1_add_neon.asm30 ; out = dct_const_round_shift(input[0] * cospi_16_64)
35 ; out = dct_const_round_shift(out * cospi_16_64)
Didct16x16_1_add_neon.c36 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct16x16_1_add_neon()
37 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct16x16_1_add_neon()
Dhighbd_idct32x32_add_neon.c65 dct_const_round_shift(input[0] * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct32x32_1_add_neon()
67 dct_const_round_shift(out0 * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct32x32_1_add_neon()
Didct4x4_add_neon.asm90 ; dct_const_round_shift
141 ; dct_const_round_shift
Dhighbd_idct8x8_add_neon.c43 dct_const_round_shift(input[0] * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct8x8_1_add_neon()
45 dct_const_round_shift(out0 * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct8x8_1_add_neon()
Dhighbd_idct16x16_add_neon.c1337 dct_const_round_shift(input[0] * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct16x16_1_add_neon()
1339 dct_const_round_shift(out0 * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct16x16_1_add_neon()
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Didct4x4_1_add_neon.asm.S37 @ out = dct_const_round_shift(input[0] * cospi_16_64)
42 @ out = dct_const_round_shift(out * cospi_16_64)
Didct4x4_add_neon.asm.S98 @ dct_const_round_shift
149 @ dct_const_round_shift
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct4x4_add_sse2.c148 dct_const_round_shift(input[0] * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
150 HIGHBD_WRAPLOW(dct_const_round_shift(out * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
Dinv_txfm_sse2.c54 a = (int)dct_const_round_shift((int16_t)input[0] * cospi_16_64); in vpx_idct4x4_1_add_sse2()
55 a = (int)dct_const_round_shift(a * cospi_16_64); in vpx_idct4x4_1_add_sse2()
209 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct8x8_1_add_sse2()
211 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct8x8_1_add_sse2()
505 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct16x16_1_add_sse2()
507 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct16x16_1_add_sse2()
1225 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct32x32_1_add_sse2()
1227 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct32x32_1_add_sse2()
Dhighbd_inv_txfm_sse2.h273 dct_const_round_shift(input[0] * (tran_high_t)cospi_16_64), bd); in highbd_idct_1_add_kernel()
275 HIGHBD_WRAPLOW(dct_const_round_shift(out * (tran_high_t)cospi_16_64), bd); in highbd_idct_1_add_kernel()