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

  /external/libvpx/libvpx/vp8/encoder/
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...]
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_int.h 697 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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...]
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
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 624 const int *bmode_costs,
659 int rate = bmode_costs[mode];
767 const int *bmode_costs = cpi->mbmode_cost; local
783 bmode_costs = cpi->y_mode_costs[A][L];
786 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
830 int *bmode_costs = cpi->mbmode_cost; local
846 bmode_costs = cpi->y_mode_costs[A][L];
856 this_rate = this_rate_tokenonly + bmode_costs[mode];
    [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 326 milliseconds