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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 30 vp8_cost_tokens(rd_costs->bmode_costs[i][j], vp8_kf_bmode_prob[i][j],
block.h 98 int (*bmode_costs)[10][10]; member in struct:macroblock
pickinter.c 221 const int *bmode_costs; local
225 bmode_costs = mb->inter_bmode_costs;
238 bmode_costs = mb->bmode_costs[A][L];
241 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
    [all...]
ethreading.c 359 z->bmode_costs = x->bmode_costs;
rdopt.c 521 const int *bmode_costs, ENTROPY_CONTEXT *a,
551 rate = bmode_costs[mode];
598 const int *bmode_costs; local
608 bmode_costs = mb->inter_bmode_costs;
620 bmode_costs = mb->bmode_costs[A][L];
624 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
    [all...]
onyx_int.h 690 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 1198 const int *bmode_costs = cpi->mbmode_cost; local
1256 int *bmode_costs; local
    [all...]
vp9_pickmode.c 1099 int *bmode_costs; local
    [all...]

Completed in 111 milliseconds