Searched refs:this_frame_mv_in_out (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1542 double * this_frame_mv_in_out,
1555 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct;
1588 double this_frame_mv_in_out )
1603 * The range for this_frame_mv_in_out is -1.0 to +1.0
1605 if (this_frame_mv_in_out > 0.0)
1606 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0);
1609 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0);
1633 double this_frame_mv_in_out = 0.0; local
1647 &this_frame_mv_in_out, &mv_in_out_accumulator,
1651 r = calc_frame_boost( cpi, &this_frame, this_frame_mv_in_out );
1539 accumulate_frame_motion_stats( VP8_COMP *cpi, FIRSTPASS_STATS * this_frame, double * this_frame_mv_in_out, double * mv_in_out_accumulator, double * abs_mv_in_out_accumulator, double * mv_ratio_accumulator ) argument
1755 double this_frame_mv_in_out = 0.0; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1180 double this_frame_mv_in_out) {
1193 // (zoom in). The range for this_frame_mv_in_out is -1.0 to +1.0.
1194 if (this_frame_mv_in_out > 0.0)
1195 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0);
1198 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0);
1211 double this_frame_mv_in_out = 0.0; local
1225 &this_frame_mv_in_out, &mv_in_out_accumulator,
1242 this_frame_mv_in_out);
1251 this_frame_mv_in_out = 0.0;
1263 &this_frame_mv_in_out,
1178 calc_frame_boost(const TWO_PASS *twopass, const FIRSTPASS_STATS *this_frame, double this_frame_mv_in_out) argument
1534 double this_frame_mv_in_out = 0.0; local
[all...]

Completed in 3064 milliseconds