Home
last modified time | relevance | path

Searched refs:ME_MAP_SIZE (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmotion_est_template.c86 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
88 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
90 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
92 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
656 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
680 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
H A Dmotion_est.c60 memset(c->map, 0, sizeof(uint32_t)*ME_MAP_SIZE); in update_map_generation()
308 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); in ff_init_me()
311 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me()
425 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
426 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
427 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
428 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmotion_est_template.c86 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
88 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
90 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
92 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
656 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
680 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
H A Dmotion_est.c60 memset(c->map, 0, sizeof(uint32_t)*ME_MAP_SIZE); in update_map_generation()
308 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); in ff_init_me()
311 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me()
425 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
426 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
427 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
428 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmotion_est_template.c86 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
88 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
90 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
92 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
655 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
679 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
H A Dmotion_est.c60 memset(c->map, 0, sizeof(uint32_t)*ME_MAP_SIZE); in update_map_generation()
308 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); in ff_init_me()
311 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me()
425 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
426 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
427 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
428 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmotion_est_template.c86 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
88 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
90 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
92 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
655 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
679 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmotion_est_template.c152 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
154 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
168 assert(map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
170 assert(map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
172 assert(map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
174 assert(map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
501 const int index= (((y)<<ME_MAP_SHIFT) + (x))&(ME_MAP_SIZE-1);\
529 const int index= (((y)<<ME_MAP_SHIFT) + (x))&(ME_MAP_SIZE-1);\
782 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
808 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmotion_est_template.c85 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
87 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
89 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
91 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
102 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
104 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
362 const int index= (((y)<<ME_MAP_SHIFT) + (x))&(ME_MAP_SIZE-1);\
388 const int index= (((y)<<ME_MAP_SHIFT) + (x))&(ME_MAP_SIZE-1);\
654 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
678 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.c61 memset(c->map, 0, sizeof(uint32_t)*ME_MAP_SIZE); in update_map_generation()
303 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); in ff_init_me()
306 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me()
422 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
423 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
424 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
425 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmotion_est_template.c86 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
88 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
90 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
92 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
655 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
679 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
H A Dmotion_est.c60 memset(c->map, 0, sizeof(uint32_t)*ME_MAP_SIZE); in update_map_generation()
308 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); in ff_init_me()
311 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me()
425 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
426 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
427 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
428 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmotion_est_template.c85 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
87 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
89 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)] in hpel_motion_search()
91 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] in hpel_motion_search()
102 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
104 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
362 const int index= (((y)<<ME_MAP_SHIFT) + (x))&(ME_MAP_SIZE-1);\
388 const int index= (((y)<<ME_MAP_SHIFT) + (x))&(ME_MAP_SIZE-1);\
654 const int index= (((ay)<<ME_MAP_SHIFT) + (ax))&(ME_MAP_SIZE-1);\
678 #define MAX_SAB_SIZE ME_MAP_SIZE
[all …]
H A Dmotion_est.c61 memset(c->map, 0, sizeof(uint32_t)*ME_MAP_SIZE); in update_map_generation()
303 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); in ff_init_me()
306 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me()
422 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
423 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
424 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
425 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dmotion_est.h38 #define ME_MAP_SIZE 64 macro

123