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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 34 vp8_cost_tokens(rd_costs->bmode_costs[i][j],
block.h 97 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 351 z->bmode_costs = x->bmode_costs;
rdopt.c 632 const int *bmode_costs,
666 rate = bmode_costs[mode];
715 const int *bmode_costs; local
725 bmode_costs = mb->inter_bmode_costs;
739 bmode_costs = mb->bmode_costs[A][L];
743 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
    [all...]
onyx_int.h 708 int bmode_costs[10][10][10]; member in struct:VP8_COMP::rd_costs_struct
onyx_if.c     [all...]

Completed in 57 milliseconds