Home | History | Annotate | Download | only in encoder

Lines Matching refs:this_segment_rd

1113     int this_segment_rd = 0;
1153 this_segment_rd += RDCOST(x->rdmult, x->rddiv, rate, 0);
1345 this_segment_rd += best_label_rd;
1347 if (this_segment_rd >= bsi->segment_rd)
1352 if (this_segment_rd < bsi->segment_rd)
1357 bsi->segment_rd = this_segment_rd;