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

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1585 static double calc_frame_boost( function
1651 r = calc_frame_boost( cpi, &this_frame, this_frame_mv_in_out );
1702 r = calc_frame_boost( cpi, &this_frame, this_frame_mv_in_out );
1828 r = calc_frame_boost( cpi, &next_frame, this_frame_mv_in_out );
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1178 static double calc_frame_boost(const TWO_PASS *twopass, function
1241 boost_score += decay_accumulator * calc_frame_boost(twopass, this_frame,
1279 boost_score += decay_accumulator * calc_frame_boost(twopass, this_frame,
1632 boost_score += decay_accumulator * calc_frame_boost(twopass, &next_frame,

Completed in 248 milliseconds