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

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c146 int best_rd = INT_MAX; local
165 if (this_rd < best_rd)
169 best_rd = this_rd;
176 return best_rd;
583 int best_rd = INT_MAX; local
704 if (best_rd <= cpi->rd_threshes[mode_index])
1097 if (this_rd < best_rd || x->skip)
1105 best_rd = this_rd;
1204 if (this_rd < best_rd)
H A Drdopt.c641 int best_rd = INT_MAX; local
683 if (this_rd < best_rd)
688 best_rd = this_rd;
700 return best_rd;
704 int *rate_y, int *Distortion, int best_rd)
753 if(total_rd >= (int64_t)best_rd)
757 if(total_rd >= (int64_t)best_rd)
777 int best_rd = INT_MAX; local
799 if (this_rd < best_rd)
802 best_rd
703 rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate, int *rate_y, int *Distortion, int best_rd) argument
875 int best_rd = INT_MAX; local
1380 vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, int best_rd, int *mdcounts, int *returntotrate, int *returnyrate, int *returndistortion, int mvthresh) argument
[all...]

Completed in 45 milliseconds