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

  /external/libvpx/vp8/encoder/
modecosts.c 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);
block.h 94 unsigned int inter_bmode_costs[B_MODE_COUNT]; member in struct:__anon8477
ethreading.c 327 vpx_memcpy(z->inter_bmode_costs, x->inter_bmode_costs, sizeof(x->inter_bmode_costs));
pickinter.c 187 mode_costs = x->inter_bmode_costs;
rdopt.c 690 bmode_costs = mb->inter_bmode_costs;
945 cost = x->inter_bmode_costs[ m];
    [all...]

Completed in 1156 milliseconds