Displaying 1 result from an estimated 1 matches for "unitfragments".
2005 Mar 02
1
Patch that fixes distortions during static scenes
...ceed with the frame update. */
+ UpdateFrame(cpi);
+
if ( cpi->MotionScore > 0 ){
cpi->DropCount = 0;
- /* Proceed with the frame update. */
- UpdateFrame(cpi);
-
/* Note the Quantizer used for each block coded. */
for ( i = 0; i < cpi->pb.UnitFragments; i++ ){
if ( cpi->pb.display_fragments[i] ){
@@ -862,8 +862,8 @@
/* Set key frame data rate target; this is nominal keyframe size */
cpi->Configuration.KeyFrameDataTarget = (c->keyframe_data_target_bitrate *
- c->fps_numerator /...