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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1832 int* other_cost,
1846 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0);
1847 rd->rate2 += *other_cost;
1897 *other_cost += prob_skip_cost;
1911 RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x)
1915 other_cost +=
1919 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost),
2021 int other_cost = 0; local
2402 this_rd = calculate_final_rd_costs(this_rd, &rd, &other_cost,
2461 update_best_mode(&best_mode, this_rd, &rd, other_cost,
1830 calculate_final_rd_costs(int this_rd, RATE_DISTORTION* rd, int* other_cost, int disable_skip, int uv_intra_tteob, int intra_rd_penalty, VP8_COMP *cpi, MACROBLOCK *x) argument
1910 update_best_mode(BEST_MODE* best_mode, int this_rd, RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x) argument
2523 int other_cost = 0; local
[all...]

Completed in 76 milliseconds