OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mv_context
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
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];
/external/libvpx/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)
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);
Completed in 28 milliseconds