HomeSort by relevance Sort by last modified time
    Searched refs:bmode_costs (Results 1 - 5 of 5) 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);
block.h 93 unsigned int bmode_costs[10][10][10]; member in struct:__anon8477
ethreading.c 332 vpx_memcpy(z->bmode_costs, x->bmode_costs, sizeof(x->bmode_costs));
rdopt.c 602 unsigned int *bmode_costs,
630 rate = bmode_costs[mode];
680 unsigned int *bmode_costs; local
690 bmode_costs = mb->inter_bmode_costs;
704 bmode_costs = mb->bmode_costs[A][L];
708 cpi, mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
    [all...]
pickinter.c 183 mode_costs = x->bmode_costs[above][left];

Completed in 864 milliseconds