Searched refs:highbd_dct_const_round_shift (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1334 step[0] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct4_c() 1335 step[1] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct4_c() 1338 step[2] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct4_c() 1339 step[3] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct4_c() 1380 highbd_dct_const_round_shift(input[0] * cospi_16_64, bd), bd); in vpx_highbd_idct4x4_1_add_c() 1383 out = WRAPLOW(highbd_dct_const_round_shift(out * cospi_16_64, bd), bd); in vpx_highbd_idct4x4_1_add_c() 1405 step1[4] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct8_c() 1406 step1[7] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct8_c() 1409 step1[5] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct8_c() 1410 step1[6] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct8_c() [all …]
|
D | inv_txfm.h | 62 static INLINE tran_low_t highbd_dct_const_round_shift(tran_high_t input, in highbd_dct_const_round_shift() function
|