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

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c702 unsigned int sse = UINT_MAX, best_rd_sse = UINT_MAX; local
1015 distortion2 = best_rd_sse;
1333 best_rd_sse = sse;
1408 best_sse = best_rd_sse;
H A Drdopt.c1985 best_rd_sse = UINT_MAX; local
2431 if (sse < best_rd_sse)
2432 best_rd_sse = sse;
2528 best_sse = best_rd_sse;

Completed in 114 milliseconds