Home
last modified time | relevance | path

Searched refs:this_frame_mv_in_out (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c377 double this_frame_mv_in_out, double max_boost) { in calc_frame_boost() argument
396 if (this_frame_mv_in_out > 0.0) in calc_frame_boost()
397 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()
400 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()
416 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local
429 this_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
447 calc_frame_boost(cpi, this_frame, this_frame_mv_in_out, GF_MAX_BOOST); in calc_arf_boost()
456 this_frame_mv_in_out = 0.0; in calc_arf_boost()
467 this_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
485 calc_frame_boost(cpi, this_frame, this_frame_mv_in_out, GF_MAX_BOOST); in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1455 double *this_frame_mv_in_out, in accumulate_frame_motion_stats() argument
1468 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1494 double this_frame_mv_in_out) { in calc_frame_boost() argument
1511 if (this_frame_mv_in_out > 0.0) { in calc_frame_boost()
1512 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()
1515 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()
1533 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local
1545 cpi, &this_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1549 r = calc_frame_boost(cpi, &this_frame, this_frame_mv_in_out); in calc_arf_boost()
1579 this_frame_mv_in_out = 0.0; in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1882 double this_frame_mv_in_out) { in calc_frame_boost() argument
1894 if (this_frame_mv_in_out > 0.0) in calc_frame_boost()
1895 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()
1920 double this_frame_mv_in_out, in calc_kf_frame_boost() argument
1939 if (this_frame_mv_in_out > 0.0) in calc_kf_frame_boost()
1940 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_kf_frame_boost()
1957 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local
1970 this_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1985 calc_frame_boost(cpi, this_frame, this_frame_mv_in_out); in calc_arf_boost()
1994 this_frame_mv_in_out = 0.0; in calc_arf_boost()
[all …]