/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.c | 206 nmv_context *fc = &cm->fc.nmvc; 207 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; 246 cm->fc.nmvc = default_nmv_context;
|
vp9_onyxc_int.h | 55 nmv_context nmvc; member in struct:frame_contexts
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 378 const nmv_context *nmvc = &cm->fc.nmvc; local 481 &mi->best_mv[0].as_mv, nmvc, allow_hp); 485 &mi->best_mv[1].as_mv, nmvc, allow_hp); 494 &mi->best_mv[0].as_mv, nmvc, allow_hp); 498 &mi->best_mv[1].as_mv, nmvc, allow_hp); [all...] |
vp9_encodemv.c | 217 nmv_context *mvc = &cpi->common.fc.nmvc;
|
vp9_rdopt.c | 268 &cm->fc.nmvc, [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 373 &cm->fc.nmvc, mv_counts, allow_hp); 376 &cm->fc.nmvc, mv_counts, allow_hp);
|
vp9_decodframe.c | 1214 nmv_context *const nmvc = &fc->nmvc; local [all...] |