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

/external/libvpx/vp8/encoder/
H A Dpickinter.c48 extern int vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, MV *best_ref_mv, int best_rd, int *, int *, int *, int, int *mvcost[2], int, int fullpixel);
176 int best_rd = INT_MAX; // 1<<30 local
199 if (this_rd < best_rd)
203 best_rd = this_rd;
211 return best_rd;
429 int best_rd = INT_MAX; // 1 << 30; local
545 if (best_rd <= cpi->rd_threshes[mode_index])
845 if (this_rd < best_rd || x->skip)
852 best_rd = this_rd;
938 return best_rd;
[all...]
H A Drdopt.c611 int best_rd = INT_MAX; local
646 if (this_rd < best_rd)
651 best_rd = this_rd;
665 return best_rd;
669 int *rate_y, int *Distortion, int best_rd)
717 if(total_rd >= (long long)best_rd)
721 if(total_rd >= (long long)best_rd)
740 int best_rd = INT_MAX; local
757 if (this_rd < best_rd)
760 best_rd
668 vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *Rate, int *rate_y, int *Distortion, int best_rd) argument
810 int best_rd = INT_MAX; local
1302 vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, MV *best_ref_mv, int best_rd, int *mdcounts, int *returntotrate, int *returnyrate, int *returndistortion, int mvthresh) argument
1744 int best_rd = INT_MAX; // 1 << 30; local
[all...]

Completed in 18 milliseconds