HomeSort by relevance Sort by last modified time
    Searched refs:rd_costs (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 19 struct rd_costs_struct *rd_costs = &c->rd_costs; local
30 vp8_cost_tokens(rd_costs->bmode_costs[i][j], vp8_kf_bmode_prob[i][j],
35 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T);
37 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob,
40 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
41 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob,
44 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
46 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
onyx_int.h 694 } rd_costs; member in struct:VP8_COMP
ratectrl.c 190 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts);
225 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts);
    [all...]
onyx_if.c     [all...]

Completed in 90 milliseconds