/external/libvpx/vp8/encoder/ |
rdopt.h | 15 int vp8_rd_pick_intra4x4mby_modes(VP8_COMP *cpi, MACROBLOCK *mb, int *rate, int *rate_to, int *distortion, int best_rd);
|
pickinter.c | 48 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...] |
rdopt.c | 611 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 = this_rd 810 int best_rd = INT_MAX; local 1744 int best_rd = INT_MAX; \/\/ 1 << 30; local [all...] |