Home
last modified time | relevance | path

Searched refs:COST_MV_X3_DIR (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dmotion.cpp229 #define COST_MV_X3_DIR(m0x, m0y, m1x, m1y, m2x, m2y, costs) \ macro
690 COST_MV_X3_DIR(-2, 0, -1, 2, 1, 2, costs); in motionEstimate()
695 COST_MV_X3_DIR(2, 0, 1, -2, -1, -2, costs); in motionEstimate()
708 COST_MV_X3_DIR(hex2[dir + 0].x, hex2[dir + 0].y, in motionEstimate()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dme.c81 #define COST_MV_X3_DIR( m0x, m0y, m1x, m1y, m2x, m2y, costs )\ macro
367 COST_MV_X3_DIR( -2,0, -1, 2, 1, 2, costs ); in x264_me_search_ref()
368 COST_MV_X3_DIR( 2,0, 1,-2, -1,-2, costs+4 ); /* +4 for 16-byte alignment */ in x264_me_search_ref()
386 COST_MV_X3_DIR( hex2[dir+0][0], hex2[dir+0][1], in x264_me_search_ref()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dme.c81 #define COST_MV_X3_DIR( m0x, m0y, m1x, m1y, m2x, m2y, costs )\ macro
373 COST_MV_X3_DIR( -2,0, -1, 2, 1, 2, costs ); in x264_me_search_ref()
374 COST_MV_X3_DIR( 2,0, 1,-2, -1,-2, costs+4 ); /* +4 for 16-byte alignment */ in x264_me_search_ref()
394 COST_MV_X3_DIR( hex2[dir+0][0], hex2[dir+0][1], in x264_me_search_ref()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dme.c81 #define COST_MV_X3_DIR( m0x, m0y, m1x, m1y, m2x, m2y, costs )\ macro
367 COST_MV_X3_DIR( -2,0, -1, 2, 1, 2, costs ); in x264_me_search_ref()
368 COST_MV_X3_DIR( 2,0, 1,-2, -1,-2, costs+4 ); /* +4 for 16-byte alignment */ in x264_me_search_ref()
386 COST_MV_X3_DIR( hex2[dir+0][0], hex2[dir+0][1], in x264_me_search_ref()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dme.c81 #define COST_MV_X3_DIR( m0x, m0y, m1x, m1y, m2x, m2y, costs )\ macro
373 COST_MV_X3_DIR( -2,0, -1, 2, 1, 2, costs ); in x264_me_search_ref()
374 COST_MV_X3_DIR( 2,0, 1,-2, -1,-2, costs+4 ); /* +4 for 16-byte alignment */ in x264_me_search_ref()
394 COST_MV_X3_DIR( hex2[dir+0][0], hex2[dir+0][1], in x264_me_search_ref()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dmotion.cpp246 #define COST_MV_X3_DIR(m0x, m0y, m1x, m1y, m2x, m2y, costs) \ macro
867 COST_MV_X3_DIR(-2, 0, -1, 2, 1, 2, costs); in motionEstimate()
877 COST_MV_X3_DIR(2, 0, 1, -2, -1, -2, costs); in motionEstimate()
897 COST_MV_X3_DIR(hex2[dir + 0].x, hex2[dir + 0].y, in motionEstimate()
/dports/multimedia/x265/source/encoder/
H A Dmotion.cpp246 #define COST_MV_X3_DIR(m0x, m0y, m1x, m1y, m2x, m2y, costs) \ macro
867 COST_MV_X3_DIR(-2, 0, -1, 2, 1, 2, costs); in motionEstimate()
877 COST_MV_X3_DIR(2, 0, 1, -2, -1, -2, costs); in motionEstimate()
897 COST_MV_X3_DIR(hex2[dir + 0].x, hex2[dir + 0].y, in motionEstimate()