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

  /external/libvpx/vp8/common/
entropymv.c 14 const MV_CONTEXT vp8_mv_update_probs[2] =
29 const MV_CONTEXT vp8_default_mv_context[2] =
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];
onyxc_int.h 45 MV_CONTEXT mvc[2];
46 MV_CONTEXT pre_mvc[2]; /* not to caculate the mvcost for the frame if mvc doesn't change. */
  /external/libvpx/vp8/encoder/
encodemv.h 18 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
19 void vp8_build_component_cost_table(int *mvcost[2], int *mvsadcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
block.h 111 MV_CONTEXT *mvc;
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);
onyx_int.h 67 MV_CONTEXT mvc[2];
bitstream.c 802 vp8_writer *w, const MV *mv, const MV *ref, const MV_CONTEXT *mvc
850 const MV_CONTEXT *mvc = pc->fc.mvc;
1034 write_mv(w, &b->mv.as_mv, &best_mv, (const MV_CONTEXT *) mvc);
    [all...]
ratectrl.c 313 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
encodeframe.c     [all...]
firstpass.c 543 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 139 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc)
174 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
181 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc)
245 MV_CONTEXT *const mvc = pbi->common.fc.mvc;
288 MV_CONTEXT *const mvc = pbi->common.fc.mvc;
363 read_mv(bc, mv, (const MV_CONTEXT *) mvc);
444 read_mv(bc, mv, (const MV_CONTEXT *) mvc);

Completed in 681 milliseconds