Searched refs:dct_const_round_shift (Results 1 – 19 of 19) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 127 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 …]
|
D | inv_txfm.h | 38 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/ |
D | itrans16_dspr2.c | 1106 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 …]
|
D | itrans4_dspr2.c | 370 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/ |
D | idct4x4_1_add_neon.c | 36 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()
|
D | idct32x32_1_add_neon.c | 43 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()
|
D | idct8x8_1_add_neon.c | 40 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()
|
D | highbd_idct4x4_add_neon.c | 41 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()
|
D | idct4x4_1_add_neon.asm | 30 ; out = dct_const_round_shift(input[0] * cospi_16_64) 35 ; out = dct_const_round_shift(out * cospi_16_64)
|
D | idct16x16_1_add_neon.c | 36 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()
|
D | highbd_idct32x32_add_neon.c | 65 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()
|
D | idct4x4_add_neon.asm | 90 ; dct_const_round_shift 141 ; dct_const_round_shift
|
D | highbd_idct8x8_add_neon.c | 43 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()
|
D | highbd_idct16x16_add_neon.c | 1337 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/ |
D | idct4x4_1_add_neon.asm.S | 37 @ out = dct_const_round_shift(input[0] * cospi_16_64) 42 @ out = dct_const_round_shift(out * cospi_16_64)
|
D | idct4x4_add_neon.asm.S | 98 @ dct_const_round_shift 149 @ dct_const_round_shift
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct4x4_add_sse2.c | 148 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()
|
D | inv_txfm_sse2.c | 54 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()
|
D | highbd_inv_txfm_sse2.h | 273 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()
|