Searched refs:bmode_costs (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dmodecosts.c34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
H A Dblock.h100 int (*bmode_costs)[10][10]; member in struct:macroblock
H A Dpickinter.c192 const int *bmode_costs; local
196 bmode_costs = mb->inter_bmode_costs;
211 bmode_costs = mb->bmode_costs[A][L];
215 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
H A Dethreading.c353 z->bmode_costs = x->bmode_costs;
H A Drdopt.c637 const int *bmode_costs,
671 rate = bmode_costs[mode];
720 const int *bmode_costs; local
730 bmode_costs = mb->inter_bmode_costs;
744 bmode_costs = mb->bmode_costs[A][L];
748 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
632 rd_pick_intra4x4block( MACROBLOCK *x, BLOCK *be, BLOCKD *b, B_PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int *bestdistortion) argument
H A Donyx_int.h694 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
H A Donyx_if.c2103 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1003 int *bmode_costs,
1051 rate = bmode_costs[mode];
1153 int *bmode_costs; local
1158 bmode_costs = mb->mbmode_cost;
1173 bmode_costs = mb->y_mode_costs[A][L];
1176 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
1220 int *bmode_costs = x->mbmode_cost; local
1240 bmode_costs = x->y_mode_costs[A][L];
1250 this_rate = this_rate_tokenonly + bmode_costs[mode];
1001 rd_pick_intra4x4block(VP9_COMP *cpi, MACROBLOCK *x, int ib, MB_PREDICTION_MODE *best_mode, int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int64_t *bestdistortion, BLOCK_SIZE bsize, int64_t rd_thresh) argument

Completed in 193 milliseconds