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

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c576 int best_intra_rd = INT_MAX; local
871 if (this_rd < best_intra_rd) {
872 best_intra_rd = this_rd;
897 if (this_rd < best_intra_rd) {
898 best_intra_rd = this_rd;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3059 int64_t best_intra_rd = INT64_MAX; local
3471 if (this_rd < best_intra_rd) {
3472 best_intra_rd = this_rd;

Completed in 114 milliseconds