Home
last modified time | relevance | path

Searched defs:mvc (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c24 const struct mv_context *mvc) { in encode_mvcomponent()
62 const MV_CONTEXT *mvc) { in vp8_encode_motion_vector()
92 const struct mv_context *mvc) { in cost_mvcomponent()
124 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, in vp8_build_component_cost_table()
312 MV_CONTEXT *mvc = cpi->common.fc.mvc; in vp8_write_mvprobs() local
Dbitstream.c355 const MV_CONTEXT *mvc) { in write_mv()
419 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs() local
Dblock.h117 MV_CONTEXT *mvc; member
Donyx_int.h68 MV_CONTEXT mvc[2]; member
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c63 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() local
190 MV_CONTEXT *const mvc, int mb_to_left_edge, in decode_split_mv()
386 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in read_mb_modes_mv() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c175 nmv_context *const mvc = &cm->fc->nmvc; in vp9_write_nmv_probs() local
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h47 MV_CONTEXT mvc[2]; member
/external/v8/src/s390/
Dassembler-s390.cc1850 void Assembler::mvc(const MemOperand& opnd1, const MemOperand& opnd2, in mvc() function in v8::internal::Assembler