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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T);
43 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob,
46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
47 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob,
50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
treewriter.c 36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) function
treewriter.h 122 void vp8_cost_tokens(
rdopt.c 168 vp8_cost_tokens(c[i][j][k], p [i][j][k], vp8_coef_tree);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
modecosts.c 34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T);
43 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.sub_mv_ref_prob,
46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
47 vp8_cost_tokens(rd_costs->mbmode_cost[0], vp8_kf_ymode_prob,
50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
treewriter.c 36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) function
treewriter.h 122 void vp8_cost_tokens(
rdopt.c 169 vp8_cost_tokens(c[i][j][k], p [i][j][k], vp8_coef_tree);
    [all...]

Completed in 2140 milliseconds