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

  /external/libvpx/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 37 typedef struct mv_context struct
40 } MV_CONTEXT;
42 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
onyxc_int.h 44 MV_CONTEXT mvc[2];
  /external/libvpx/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], const MV_CONTEXT *mvc, int mvc_flag[2]);
block.h 120 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)
138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2])
225 struct mv_context *cur_mvc,
226 const struct mv_context *default_mvc_,
227 const struct mv_context *update_mvc,
360 MV_CONTEXT *mvc = cpi->common.fc.mvc;
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
bitstream.c 452 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc
521 const MV_CONTEXT *mvc = pc->fc.mvc;
698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc);
    [all...]
onyx_int.h 72 MV_CONTEXT mvc[2];
ratectrl.c 310 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
firstpass.c 575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 76 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc)
111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc)
154 MV_CONTEXT *const mvc = pbi->common.fc.mvc;
233 MV_CONTEXT *const mvc, int mb_to_left_edge,
457 MV_CONTEXT *const mvc = pbi->common.fc.mvc;
495 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc);

Completed in 606 milliseconds