Searched refs:dct_const_round_shift (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 126 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 …]
|
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 | 369 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/ |
D | idct4x4_1_add_neon.c | 35 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()
|
D | idct32x32_1_add_neon.c | 42 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()
|
D | idct8x8_1_add_neon.c | 39 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()
|
D | idct16x16_1_add_neon.c | 35 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()
|
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 | highbd_idct32x32_add_neon.c | 65 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()
|
D | highbd_idct4x4_add_neon.c | 58 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()
|
D | idct4x4_add_neon.asm | 90 ; dct_const_round_shift 141 ; dct_const_round_shift
|
D | highbd_idct8x8_add_neon.c | 42 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()
|
D | highbd_idct16x16_add_neon.c | 1414 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/ |
D | highbd_inv_txfm_sse2.h | 42 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()
|
D | highbd_idct4x4_add_sse2.c | 141 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()
|
D | inv_txfm_sse2.c | 44 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()
|