Lines Matching +full:- +full:bd
35 int eob, int bd) { in av1_highbd_iwht4x4_add() argument
37 av1_highbd_iwht4x4_16_add(input, dest, stride, bd); in av1_highbd_iwht4x4_add()
39 av1_highbd_iwht4x4_1_add(input, dest, stride, bd); in av1_highbd_iwht4x4_add()
44 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in highbd_inv_txfm_add_4x4_c()
45 int eob = txfm_param->eob; in highbd_inv_txfm_add_4x4_c()
46 int bd = txfm_param->bd; in highbd_inv_txfm_add_4x4_c() local
47 int lossless = txfm_param->lossless; in highbd_inv_txfm_add_4x4_c()
49 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_inv_txfm_add_4x4_c()
52 av1_highbd_iwht4x4_add(input, dest, stride, eob, bd); in highbd_inv_txfm_add_4x4_c()
56 av1_inv_txfm2d_add_4x4_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, bd); in highbd_inv_txfm_add_4x4_c()
61 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in highbd_inv_txfm_add_4x8_c()
64 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_4x8_c()
69 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in highbd_inv_txfm_add_8x4_c()
72 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_8x4_c()
80 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_16x32_c()
88 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_32x16_c()
96 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_16x4_c()
104 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_4x16_c()
112 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_32x8_c()
120 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_8x32_c()
128 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_32x64_c()
136 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_64x32_c()
144 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_16x64_c()
152 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_64x16_c()
157 int bd = txfm_param->bd; in highbd_inv_txfm_add_8x8_c() local
158 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_inv_txfm_add_8x8_c()
161 av1_inv_txfm2d_add_8x8_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, bd); in highbd_inv_txfm_add_8x8_c()
167 int bd = txfm_param->bd; in highbd_inv_txfm_add_16x16_c() local
168 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_inv_txfm_add_16x16_c()
172 bd); in highbd_inv_txfm_add_16x16_c()
180 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_8x16_c()
188 txfm_param->tx_type, txfm_param->bd); in highbd_inv_txfm_add_16x8_c()
194 const int bd = txfm_param->bd; in highbd_inv_txfm_add_32x32_c() local
195 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_inv_txfm_add_32x32_c()
199 bd); in highbd_inv_txfm_add_32x32_c()
205 const int bd = txfm_param->bd; in highbd_inv_txfm_add_64x64_c() local
206 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_inv_txfm_add_64x64_c()
210 bd); in highbd_inv_txfm_add_64x64_c()
217 txfm_param->tx_type = tx_type; in init_txfm_param()
218 txfm_param->tx_size = tx_size; in init_txfm_param()
219 txfm_param->eob = eob; in init_txfm_param()
220 txfm_param->lossless = xd->lossless[xd->mi[0]->segment_id]; in init_txfm_param()
221 txfm_param->bd = xd->bd; in init_txfm_param()
222 txfm_param->is_hbd = is_cur_buf_hbd(xd); in init_txfm_param()
223 txfm_param->tx_set_type = av1_get_ext_tx_set_type( in init_txfm_param()
224 txfm_param->tx_size, is_inter_block(xd->mi[0]), reduced_tx_set); in init_txfm_param()
229 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_c()
230 const TX_SIZE tx_size = txfm_param->tx_size; in av1_highbd_inv_txfm_add_c()
298 const TX_SIZE tx_size = txfm_param->tx_size; in av1_inv_txfm_add_c()