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

  /external/libvpx/vp8/encoder/
modecosts.c 32 vp8_cost_tokens((int *)c->mb.bmode_costs[i][j], x->kf_bmode_prob[i][j], T);
38 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.bmode_prob, T);
40 vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.sub_mv_ref_prob, vp8_sub_mv_ref_tree);
42 vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
43 vp8_cost_tokens(c->mb.mbmode_cost[0], x->kf_ymode_prob, vp8_kf_ymode_tree);
45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree);
46 vp8_cost_tokens(c->mb.intra_uv_mode_cost[0], x->kf_uv_mode_prob, vp8_uv_mode_tree);
treewriter.c 36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) function
treewriter.h 118 void vp8_cost_tokens(
rdopt.c 153 vp8_cost_tokens((int *)(c [i][j][k]), p [i][j][k], vp8_coef_tree);
    [all...]

Completed in 169 milliseconds