Searched refs:r_tx_size (Results 1 – 1 of 1) sorted by relevance
867 int r_tx_size = 0; in choose_tx_size_from_rd() local870 r_tx_size += vp9_cost_zero(tx_probs[m]); in choose_tx_size_from_rd()872 r_tx_size += vp9_cost_one(tx_probs[m]); in choose_tx_size_from_rd()878 r[n][1] += r_tx_size; in choose_tx_size_from_rd()885 r[n][1] -= r_tx_size; in choose_tx_size_from_rd()888 rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1 + r_tx_size, sse[n]); in choose_tx_size_from_rd()