Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c126 output[0] = WRAPLOW(dct_const_round_shift(s0 + s3)); in iadst4_c()
127 output[1] = WRAPLOW(dct_const_round_shift(s1 + s3)); in iadst4_c()
128 output[2] = WRAPLOW(dct_const_round_shift(s2)); in iadst4_c()
129 output[3] = WRAPLOW(dct_const_round_shift(s0 + s1 - s3)); in iadst4_c()
139 step[0] = WRAPLOW(dct_const_round_shift(temp1)); in idct4_c()
140 step[1] = WRAPLOW(dct_const_round_shift(temp2)); in idct4_c()
143 step[2] = WRAPLOW(dct_const_round_shift(temp1)); in idct4_c()
144 step[3] = WRAPLOW(dct_const_round_shift(temp2)); in idct4_c()
180 tran_low_t out = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct4x4_1_add_c()
182 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.c369 output[0] = dct_const_round_shift(s0); in iadst4_dspr2()
370 output[1] = dct_const_round_shift(s1); in iadst4_dspr2()
371 output[2] = dct_const_round_shift(s2); in iadst4_dspr2()
372 output[3] = dct_const_round_shift(s3); in iadst4_dspr2()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_1_add_neon.c35 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct4x4_1_add_neon()
36 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct4x4_1_add_neon()
Didct32x32_1_add_neon.c42 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct32x32_1_add_neon()
43 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct32x32_1_add_neon()
Didct8x8_1_add_neon.c39 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct8x8_1_add_neon()
40 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct8x8_1_add_neon()
Didct16x16_1_add_neon.c35 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct16x16_1_add_neon()
36 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct16x16_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)
Dhighbd_idct32x32_add_neon.c65 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct32x32_1_add_neon()
67 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct32x32_1_add_neon()
Dhighbd_idct4x4_add_neon.c58 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_neon()
60 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_neon()
Didct4x4_add_neon.asm90 ; dct_const_round_shift
141 ; dct_const_round_shift
Dhighbd_idct8x8_add_neon.c42 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct8x8_1_add_neon()
44 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct8x8_1_add_neon()
Dhighbd_idct16x16_add_neon.c1414 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct16x16_1_add_neon()
1416 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct16x16_1_add_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse2.h42 out = HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in highbd_idct_1_add_kernel()
43 out = HIGHBD_WRAPLOW(dct_const_round_shift(out * cospi_16_64), bd); in highbd_idct_1_add_kernel()
Dhighbd_idct4x4_add_sse2.c141 out = HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
142 out = HIGHBD_WRAPLOW(dct_const_round_shift(out * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
Dinv_txfm_sse2.c44 a = (int)dct_const_round_shift(input[0] * cospi_16_64); in vpx_idct4x4_1_add_sse2()
45 a = (int)dct_const_round_shift(a * cospi_16_64); in vpx_idct4x4_1_add_sse2()
324 a = (int)dct_const_round_shift(input[0] * cospi_16_64); in vpx_idct8x8_1_add_sse2()
325 a = (int)dct_const_round_shift(a * cospi_16_64); in vpx_idct8x8_1_add_sse2()
1094 a = (int)dct_const_round_shift(input[0] * cospi_16_64); in vpx_idct16x16_1_add_sse2()
1095 a = (int)dct_const_round_shift(a * cospi_16_64); in vpx_idct16x16_1_add_sse2()
3230 a = (int)dct_const_round_shift(input[0] * cospi_16_64); in vpx_idct32x32_1_add_sse2()
3231 a = (int)dct_const_round_shift(a * cospi_16_64); in vpx_idct32x32_1_add_sse2()