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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c628 static void block_yrd(VP9_COMP *cpi, MACROBLOCK *x, RD_COST *this_rdc, argument
658 model_rd_for_sb_y(cpi, bsize, x, xd, &this_rdc->rate, &this_rdc->dist,
671 model_rd_for_sb_y(cpi, bsize, x, xd, &this_rdc->rate, &this_rdc->dist,
728 this_rdc->rate = 0;
732 this_rdc->dist = *sse;
738 this_rdc->dist = 0;
748 this_rdc->rate += (int)abs(qcoeff[0]);
750 this_rdc
763 model_rd_for_sb_uv(VP9_COMP *cpi, BLOCK_SIZE plane_bsize, MACROBLOCK *x, MACROBLOCKD *xd, RD_COST *this_rdc, unsigned int *var_y, unsigned int *sse_y, int start_plane, int stop_plane) argument
978 RD_COST this_rdc; local
1079 RD_COST this_rdc, best_rdc; local
1229 vp9_NEWMV_diff_bias(const NOISE_ESTIMATE *ne, MACROBLOCKD *xd, PREDICTION_MODE this_mode, RD_COST *this_rdc, BLOCK_SIZE bsize, int mv_row, int mv_col, int is_last_frame, int lowvar_highsumdiff, int is_skin) argument
1327 RD_COST this_rdc; local
1435 RD_COST this_rdc, best_rdc; local
2359 RD_COST this_rdc; local
[all...]
H A Dvp9_encodeframe.c2892 RD_COST this_rdc, sum_rdc, best_rdc; local
2930 vp9_rd_cost_init(&this_rdc);
3038 rd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, &this_rdc, bsize, ctx,
3040 if (this_rdc.rate != INT_MAX) {
3042 this_rdc.rate += cpi->partition_cost[pl][PARTITION_NONE];
3043 this_rdc.rdcost =
3044 RDCOST(x->rdmult, x->rddiv, this_rdc.rate, this_rdc.dist);
3047 if (this_rdc.rdcost < best_rdc.rdcost) {
3050 best_rdc = this_rdc;
3631 RD_COST this_rdc, sum_rdc, best_rdc; local
3873 RD_COST this_rdc; local
[all...]

Completed in 145 milliseconds