/external/libvpx/libvpx/vp8/encoder/ |
block.h | 100 int (*bmode_costs)[10][10]; member in struct:macroblock
|
pickinter.c | 192 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); [all...] |
rdopt.c | 637 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, [all...] |
onyx_int.h | 694 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 1153 int *bmode_costs; local 1220 int *bmode_costs = x->mbmode_cost; local [all...] |