Searched defs:bmode_costs (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dblock.h93 unsigned int bmode_costs[10][10][10]; member in struct:__anon6917
H A Drdopt.c602 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,
596 rd_pick_intra4x4block( VP8_COMP *cpi, MACROBLOCK *x, BLOCK *be, BLOCKD *b, B_PREDICTION_MODE *best_mode, unsigned int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int *bestdistortion) argument

Completed in 127 milliseconds