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

  /external/libvpx/vp8/common/
entropymv.h 35 typedef struct mv_context struct
38 } MV_CONTEXT;
40 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
  /external/libvpx/vp8/encoder/
encodemv.c 26 const struct mv_context *mvc
68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc)
140 void vp8_build_component_cost_table(int *mvcost[2], int *mvsadcost[2], const MV_CONTEXT *mvc, int mvc_flag[2])
254 struct mv_context *cur_mvc,
255 const struct mv_context *default_mvc_,
256 const struct mv_context *update_mvc,
426 MV_CONTEXT *mvc = cpi->common.fc.mvc;
439 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);

Completed in 24 milliseconds