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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c1838 int* other_cost,
1852 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0);
1853 rd->rate2 += *other_cost;
1903 *other_cost += prob_skip_cost;
1917 RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x)
1921 other_cost +=
1925 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost),
2027 int other_cost = 0; local
2412 this_rd = calculate_final_rd_costs(this_rd, &rd, &other_cost,
2471 update_best_mode(&best_mode, this_rd, &rd, other_cost,
1836 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
1916 update_best_mode(BEST_MODE* best_mode, int this_rd, RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x) argument
2538 int other_cost = 0; local
[all...]

Completed in 70 milliseconds