Searched refs:highbd_dct_const_round_shift (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1325 step[0] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct4_c() 1326 step[1] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct4_c() 1329 step[2] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct4_c() 1330 step[3] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct4_c() 1371 highbd_dct_const_round_shift(input[0] * cospi_16_64, bd), bd); in vpx_highbd_idct4x4_1_add_c() 1374 out = WRAPLOW(highbd_dct_const_round_shift(out * cospi_16_64, bd), bd); in vpx_highbd_idct4x4_1_add_c() 1396 step1[4] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct8_c() 1397 step1[7] = WRAPLOW(highbd_dct_const_round_shift(temp2, bd), bd); in vpx_highbd_idct8_c() 1400 step1[5] = WRAPLOW(highbd_dct_const_round_shift(temp1, bd), bd); in vpx_highbd_idct8_c() 1401 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
|