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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 35 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
block.h 104 int (*bmode_costs)[10][10]; member in struct:macroblock
ethreading.c 369 z->bmode_costs = x->bmode_costs;
pickinter.c 293 const int *bmode_costs; local
297 bmode_costs = mb->inter_bmode_costs;
312 bmode_costs = mb->bmode_costs[A][L];
316 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
    [all...]
rdopt.c 635 const int *bmode_costs,
669 rate = bmode_costs[mode];
718 const int *bmode_costs; local
728 bmode_costs = mb->inter_bmode_costs;
742 bmode_costs = mb->bmode_costs[A][L];
746 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
    [all...]
onyx_int.h 712 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
modecosts.c 34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
block.h 104 int (*bmode_costs)[10][10]; member in struct:macroblock
pickinter.c 193 const int *bmode_costs; local
197 bmode_costs = mb->inter_bmode_costs;
213 bmode_costs = mb->bmode_costs[A][L];
217 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
    [all...]
ethreading.c 353 z->bmode_costs = x->bmode_costs;
rdopt.c 634 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,
    [all...]
onyx_int.h 698 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 767 const int *bmode_costs,
801 int rate = bmode_costs[mode];
905 int rate = bmode_costs[mode];
1017 const int *bmode_costs = cpi->mbmode_cost; local
1079 int *bmode_costs; local
    [all...]
vp9_pickmode.c 986 int *bmode_costs; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1187 const int *bmode_costs = mb->mbmode_cost; local
1250 int *bmode_costs = x->mbmode_cost; local
    [all...]

Completed in 566 milliseconds