Searched refs:rd_info_array (Results 1 – 2 of 2) sorted by relevance
136 TXB_RD_INFO *rd_info_array; // Points to array of size TX_TYPES. member
4996 TXB_RD_INFO *rd_info_array) { in tx_type_rd() argument5004 if (rd_info_array != NULL && rd_info_array->valid && in tx_type_rd()5005 rd_info_array->entropy_context == cur_joint_ctx) { in tx_type_rd()5007 x->e_mbd.mi[0]->txk_type[txk_type_idx] = rd_info_array->tx_type; in tx_type_rd()5011 if (ref_tx_type == rd_info_array->tx_type) { in tx_type_rd()5012 rd_stats->rate += rd_info_array->rate; in tx_type_rd()5013 rd_stats->dist += rd_info_array->dist; in tx_type_rd()5014 rd_stats->sse += rd_info_array->sse; in tx_type_rd()5015 rd_stats->skip &= rd_info_array->eob == 0; in tx_type_rd()5016 p->eobs[block] = rd_info_array->eob; in tx_type_rd()[all …]