Home
last modified time | relevance | path

Searched defs:mv1 (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1_pred.c213 int mv1, int r_x, int r_y, uint8_t* is_intra, in ff_vc1_pred_mv()
892 int mv1, int *pred_flag) in ff_vc1_pred_b_mv_intfi()
Dvp9block.c752 int mv0 = AV_RN32A(&b->mv[3][0]), mv1 = AV_RN32A(&b->mv[3][1]); in decode_mode() local
763 int n, mv0 = AV_RN32A(&b->mv[3][0]), mv1 = AV_RN32A(&b->mv[3][1]); in decode_mode() local
Dh264_direct.c646 int ref, mv0, mv1; in pred_temp_direct_motion() local
Dargo.c41 int mv1[16][2]; member
Dhevcdec.c1543 … int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) in luma_mc_bi()
1710 Mv *mv1 = &current_mv->mv[1]; in chroma_mc_bi() local
/third_party/boost/libs/units/example/
Dsystems.cpp741 quantity<liter_volume> mv1(1.0*liters); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp1015 value *mv1 = md->src[1]->gvalue(); in fold_alu_op3() local
/third_party/boost/libs/asio/test/
Dbuffer.cpp453 std::vector<mutable_buffer> mv1; in test() local
/third_party/openh264/codec/decoder/core/src/
Ddeblocking.cpp79 #define ON_MB_BS(ref_p0, ref_q0, ref_p1, ref_q1, mv0, mv1, iMbXy, iMbBn, iIndex, iNeighIndex) \ argument