Searched refs:dia_size (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est_template.c | 259 if(s->me.dia_size>=2){ in qpel_motion_search() 463 int dia_size; in funny_diamond_search() local 471 for(dia_size=1; dia_size<=4; dia_size++){ in funny_diamond_search() 476 if(dia_size&(dia_size-1)) continue; in funny_diamond_search() 478 if( x + dia_size > xmax in funny_diamond_search() 479 || x - dia_size < xmin in funny_diamond_search() 480 || y + dia_size > ymax in funny_diamond_search() 481 || y - dia_size < ymin) in funny_diamond_search() 484 for(dir= 0; dir<dia_size; dir+=2){ in funny_diamond_search() 487 CHECK_MV(x + dir , y + dia_size - dir); in funny_diamond_search() [all …]
|
D | motion_est.h | 73 int dia_size; member
|
D | svq1enc.c | 324 s->m.me.dia_size = s->avctx->dia_size; in svq1_encode_plane()
|
D | snowenc.c | 1135 … int dia_size = s->iterative_dia_size ? s->iterative_dia_size : FFMAX(s->avctx->dia_size, 1); in iterative_me() local 1137 for(i=0; i < dia_size; i++){ in iterative_me() 1694 s->m.me.dia_size = avctx->dia_size; in encode_frame()
|
D | motion_est.c | 309 int dia_size= FFMAX(FFABS(s->avctx->dia_size)&255, FFABS(s->avctx->pre_dia_size)&255); in ff_init_me() local 311 if(FFMIN(s->avctx->dia_size, s->avctx->pre_dia_size) < -FFMIN(ME_MAP_SIZE, MAX_SAB_SIZE)){ in ff_init_me() 321 if(cache_size < 2*dia_size && !c->stride){ in ff_init_me()
|
D | avcodec.h | 964 int dia_size; member
|
D | options_table.h | 221 {"dia_size", "diamond type & size for motion estimation", OFFSET(dia_size), AV_OPT_TYPE_INT, {.i64 …
|
D | mpegvideo_enc.c | 2793 s->me.dia_size= s->avctx->pre_dia_size; in pre_estimate_motion_thread() 2810 s->me.dia_size= s->avctx->dia_size; in estimate_motion_thread()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_mcdeint.c | 144 enc_ctx->dia_size = 2; in config_props()
|
/third_party/ffmpeg/tests/fate/ |
D | vcodec.mak | 413 -motion_est iter -dia_size 2 \ 417 -motion_est iter -dia_size 2 \
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 564 @item dia_size @var{integer} (@emph{encoding,video})
|