Home
last modified time | relevance | path

Searched refs:p_cost_mvy (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dme.c61 (p_cost_mvx[(mx)<<2] + p_cost_mvy[(my)<<2])
78 + p_cost_mvx[ mx ] + p_cost_mvy[ my ];\
212 const uint16_t *p_cost_mvy = m->p_cost_mv - m->mvp[1]; in x264_me_search_ref() local
664 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
756 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
822 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
832 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
991 m->cost_mv = p_cost_mvx[bmx] + p_cost_mvy[bmy]; in refine_subpel()
1201 + p_cost_mvx[mx] + p_cost_mvy[my]; \
1236 const uint16_t *p_cost_mvx, *p_cost_mvy; in x264_me_refine_qpel_rd() local
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dme.c61 (p_cost_mvx[(mx)<<2] + p_cost_mvy[(my)<<2])
78 + p_cost_mvx[ mx ] + p_cost_mvy[ my ];\
541 p_cost_omvy = p_cost_mvy + omy*4; in x264_me_search_ref()
682 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
778 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
844 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
854 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
1018 m->cost_mv = p_cost_mvx[bmx] + p_cost_mvy[bmy]; in refine_subpel()
1240 + p_cost_mvx[mx] + p_cost_mvy[my]; \
1275 const uint16_t *p_cost_mvx, *p_cost_mvy; in x264_me_refine_qpel_rd() local
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dme.c61 (p_cost_mvx[(mx)<<2] + p_cost_mvy[(my)<<2])
78 + p_cost_mvx[ mx ] + p_cost_mvy[ my ];\
212 const uint16_t *p_cost_mvy = m->p_cost_mv - m->mvp[1]; in x264_me_search_ref() local
664 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
756 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
822 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
832 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
991 m->cost_mv = p_cost_mvx[bmx] + p_cost_mvy[bmy]; in refine_subpel()
1201 + p_cost_mvx[mx] + p_cost_mvy[my]; \
1236 const uint16_t *p_cost_mvx, *p_cost_mvy; in x264_me_refine_qpel_rd() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dme.c61 (p_cost_mvx[(mx)<<2] + p_cost_mvy[(my)<<2])
78 + p_cost_mvx[ mx ] + p_cost_mvy[ my ];\
541 p_cost_omvy = p_cost_mvy + omy*4; in x264_me_search_ref()
682 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
778 int ycost = p_cost_mvy[my<<2]; in x264_me_search_ref()
844 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
854 + p_cost_mvx[ mx ] + p_cost_mvy[ my ]; \
1018 m->cost_mv = p_cost_mvx[bmx] + p_cost_mvy[bmy]; in refine_subpel()
1240 + p_cost_mvx[mx] + p_cost_mvy[my]; \
1275 const uint16_t *p_cost_mvx, *p_cost_mvy; in x264_me_refine_qpel_rd() local
[all …]
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dmotion.cpp1250 const uint16_t *p_cost_mvy = m_cost_mvy - qmvp.y; in motionEstimate() local
1367 int ycost = p_cost_mvy[tmv.y] << 2; in motionEstimate()
/dports/multimedia/x265/source/encoder/
H A Dmotion.cpp1250 const uint16_t *p_cost_mvy = m_cost_mvy - qmvp.y; in motionEstimate() local
1367 int ycost = p_cost_mvy[tmv.y] << 2; in motionEstimate()