Lines Matching refs:rdc
972 RD_COUNTS *const rdc = &td->rd_counts; in update_state() local
1086 rdc->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff; in update_state()
1087 rdc->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff; in update_state()
1088 rdc->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff; in update_state()
1091 rdc->filter_diff[i] += ctx->best_filter_diff[i]; in update_state()
3881 RD_COUNTS *const rdc = &cpi->td.rd_counts; in encode_frame_internal() local
3887 vp9_zero(rdc->coef_counts); in encode_frame_internal()
3888 vp9_zero(rdc->comp_pred_diff); in encode_frame_internal()
3889 vp9_zero(rdc->filter_diff); in encode_frame_internal()
4029 RD_COUNTS *const rdc = &cpi->td.rd_counts; in vp9_encode_frame() local
4063 mode_thrs[i] = (mode_thrs[i] + rdc->comp_pred_diff[i] / cm->MBs) / 2; in vp9_encode_frame()
4066 filter_thrs[i] = (filter_thrs[i] + rdc->filter_diff[i] / cm->MBs) / 2; in vp9_encode_frame()