Searched refs:best_label_rd (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Drdopt.c1087 int best_label_rd = INT_MAX; local
1121 if (best_label_rd < label_mv_thresh)
1238 if (this_rd < best_label_rd)
1244 best_label_rd = this_rd;
1261 this_segment_rd += best_label_rd;

Completed in 37 milliseconds