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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmodecosts.c34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
H A Dblock.h104 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.c368 z->bmode_costs = x->bmode_costs;
H A Donyx_int.h698 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
H A Drdopt.c633 const int *bmode_costs,
667 rate = bmode_costs[mode];
716 const int *bmode_costs; local
726 bmode_costs = mb->inter_bmode_costs;
740 bmode_costs = mb->bmode_costs[A][L];
744 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
628 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_if.c2160 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs;
/external/libvpx/libvpx/vp8/encoder/
H A Dmodecosts.c34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
H A Dblock.h104 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.c634 const int *bmode_costs,
668 rate = bmode_costs[mode];
717 const int *bmode_costs; local
727 bmode_costs = mb->inter_bmode_costs;
741 bmode_costs = mb->bmode_costs[A][L];
745 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
629 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.h698 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
H A Donyx_if.c2110 cpi->mb.bmode_costs = cpi->rd_costs.bmode_costs;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c638 const int *bmode_costs,
673 int rate = bmode_costs[mode];
781 const int *bmode_costs = cpi->mbmode_cost; local
797 bmode_costs = cpi->y_mode_costs[A][L];
800 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
844 int *bmode_costs = cpi->mbmode_cost; local
860 bmode_costs = cpi->y_mode_costs[A][L];
870 this_rate = this_rate_tokenonly + bmode_costs[mode];
636 rd_pick_intra4x4block(VP9_COMP *cpi, MACROBLOCK *x, int ib, PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int64_t *bestdistortion, BLOCK_SIZE bsize, int64_t rd_thresh) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1044 const int *bmode_costs,
1079 int rate = bmode_costs[mode];
1187 const int *bmode_costs = mb->mbmode_cost; local
1203 bmode_costs = mb->y_mode_costs[A][L];
1206 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
1250 int *bmode_costs = x->mbmode_cost; local
1269 bmode_costs = x->y_mode_costs[A][L];
1279 this_rate = this_rate_tokenonly + bmode_costs[mode];
1042 rd_pick_intra4x4block(VP9_COMP *cpi, MACROBLOCK *x, int ib, MB_PREDICTION_MODE *best_mode, const 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 233 milliseconds