Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1838 int* other_cost, in calculate_final_rd_costs() argument
1852 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()
1853 rd->rate2 += *other_cost; in calculate_final_rd_costs()
1903 *other_cost += prob_skip_cost; in calculate_final_rd_costs()
1917 RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x) in update_best_mode() argument
1921 other_cost += in update_best_mode()
1925 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost), in update_best_mode()
2027 int other_cost = 0; in vp8_rd_pick_inter_mode() local
2412 this_rd = calculate_final_rd_costs(this_rd, &rd, &other_cost, in vp8_rd_pick_inter_mode()
2471 update_best_mode(&best_mode, this_rd, &rd, other_cost, x); in vp8_rd_pick_inter_mode()
[all …]