HomeSort by relevance Sort by last modified time
    Searched refs:bmode_costs (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
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...]
ethreading.c 353 z->bmode_costs = x->bmode_costs;
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
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1153 int *bmode_costs; local
1220 int *bmode_costs = x->mbmode_cost; local
    [all...]

Completed in 109 milliseconds