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

  /external/chromium_org/third_party/libvpx/source/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 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 368 z->bmode_costs = x->bmode_costs;
onyx_int.h 698 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
rdopt.c 633 const int *bmode_costs,
667 rate = bmode_costs[mode];
716 const int *bmode_costs; local
726 bmode_costs = mb->inter_bmode_costs;
740 bmode_costs = mb->bmode_costs[A][L];
744 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
    [all...]
onyx_if.c     [all...]
  /external/libvpx/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 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 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...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 638 const int *bmode_costs,
673 int rate = bmode_costs[mode];
781 const int *bmode_costs = cpi->mbmode_cost; local
797 bmode_costs = cpi->y_mode_costs[A][L];
800 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
844 int *bmode_costs = cpi->mbmode_cost; local
860 bmode_costs = cpi->y_mode_costs[A][L];
870 this_rate = this_rate_tokenonly + bmode_costs[mode];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1187 const int *bmode_costs = mb->mbmode_cost; local
1250 int *bmode_costs = x->mbmode_cost; 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 345 milliseconds