Searched refs:intra_penalty (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideoenc.h | 115 {"intra_penalty", "Penalty for intra blocks in block decision", FF_MPV_OFFSET(intra_penalty), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX/2, FF_MPV_OPT_FLAGS }, \
|
H A D | mpegvideo.h | 538 int intra_penalty; member
|
H A D | snow.h | 180 int intra_penalty; member
|
H A D | motion_est.c | 976 if (vard*2 + 200*256 > varc && !s->intra_penalty) in ff_estimate_p_frame_motion() 1045 intra_score += c->mb_penalty_factor*16 + s->intra_penalty; in ff_estimate_p_frame_motion()
|
H A D | mpegvideo_enc.c | 3592 ff_fix_long_p_mvs(s, s->intra_penalty ? CANDIDATE_MB_TYPE_INTER : CANDIDATE_MB_TYPE_INTRA); in encode_picture() 3593 ff_fix_long_mvs(s, NULL, 0, s->p_mv_table, s->f_code, CANDIDATE_MB_TYPE_INTER, !!s->intra_penalty); in encode_picture() 3599 s->p_field_mv_table[i][j], s->f_code, CANDIDATE_MB_TYPE_INTER_I, !!s->intra_penalty); in encode_picture()
|
H A D | snowenc.c | 930 rd= get_block_rd(s, mb_x, mb_y, 0, obmc_edged) + s->intra_penalty * !!intra; in check_block() 1906 { "intra_penalty", "Penalty for intra blocks in block decission", OFFSET(intra_penalty), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
|
Completed in 17 milliseconds