Searched refs:MV_CONTEXT (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropymv.c | 14 const MV_CONTEXT vp8_mv_update_probs[2] = { 30 const MV_CONTEXT vp8_default_mv_context[2] = {
|
D | entropymv.h | 41 } MV_CONTEXT; typedef 43 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
|
D | onyxc_int.h | 47 MV_CONTEXT mvc[2];
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.h | 21 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *); 22 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc,
|
D | encodemv.c | 56 const MV_CONTEXT *mvc) { in vp8_encode_motion_vector() 118 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, in vp8_build_component_cost_table() 306 MV_CONTEXT *mvc = cpi->common.fc.mvc; in vp8_write_mvprobs() 317 cpi->mb.mvcost, (const MV_CONTEXT *)cpi->common.fc.mvc, flags); in vp8_write_mvprobs()
|
D | block.h | 117 MV_CONTEXT *mvc;
|
D | bitstream.c | 348 const MV_CONTEXT *mvc) { in write_mv() 412 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs() 544 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *)mvc); in pack_inter_mode_mvs()
|
D | onyx_int.h | 71 MV_CONTEXT mvc[2];
|
D | ratectrl.c | 256 cpi->mb.mvcost, (const MV_CONTEXT *)cpi->common.fc.mvc, flag); in vp8_setup_key_frame()
|
D | firstpass.c | 534 (const MV_CONTEXT *)cm->fc.mvc, flag); in vp8_first_pass()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 64 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) { in read_mvcomponent() 91 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) { in read_mv() 96 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) { in read_mvcontexts() 124 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in mb_mode_mv_init() 190 MV_CONTEXT *const mvc, int mb_to_left_edge, in decode_split_mv() 385 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in read_mb_modes_mv() 416 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *)mvc); in read_mb_modes_mv()
|