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

/external/libvpx/vp8/encoder/
H A Dpickinter.c430 int best_intra_rd = INT_MAX; local
507 *returnintra = best_intra_rd;
649 if (this_rd < best_intra_rd)
651 best_intra_rd = this_rd;
652 *returnintra = best_intra_rd ;
673 if (this_rd < best_intra_rd)
675 best_intra_rd = this_rd;
676 *returnintra = best_intra_rd ;

Completed in 43 milliseconds