HomeSort by relevance Sort by last modified time
    Searched refs:bmode_costs (Results 1 - 10 of 10) 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 220 const int *bmode_costs; local
224 bmode_costs = mb->inter_bmode_costs;
237 bmode_costs = mb->bmode_costs[A][L];
240 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 1189 const int *bmode_costs = cpi->mbmode_cost; local
1247 int *bmode_costs; local
    [all...]
vp9_pickmode.c 1122 int *bmode_costs; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 4808 const int *bmode_costs; local
    [all...]

Completed in 829 milliseconds