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

/external/libvpx/libvpx/vp8/encoder/
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 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
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1016 int *bmode_costs,
1064 rate = bmode_costs[mode];
1166 int *bmode_costs; local
1171 bmode_costs = mb->mbmode_cost;
1184 bmode_costs = mb->y_mode_costs[A][L];
1187 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
1231 int *bmode_costs = x->mbmode_cost; local
1250 bmode_costs = x->y_mode_costs[A][L];
1260 this_rate = this_rate_tokenonly + bmode_costs[mode];
1014 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 122 milliseconds