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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3145 int64_t best_rd_so_far) {
3164 int64_t best_rd = best_rd_so_far;
3728 if (best_rd >= best_rd_so_far)
3847 int64_t best_rd_so_far) {
3864 int64_t best_rd = best_rd_so_far;
3865 int64_t best_yrd = best_rd_so_far; // FIXME(rbultje) more precise
4476 if (best_rd >= best_rd_so_far)
3138 vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, int mi_row, int mi_col, int *returnrate, int64_t *returndistortion, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd_so_far) argument
3840 vp9_rd_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, int mi_row, int mi_col, int *returnrate, int64_t *returndistortion, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd_so_far) argument

Completed in 516 milliseconds