search for: activemaxq

Displaying 2 results from an estimated 2 matches for "activemaxq".

Did you mean: activemail
2008 Feb 18
2
dynamic change video quality........
I am going to change video quality parameter frame by frame. So i find a parameter called* thisframequalityvalue* for this task. so i changed *cpi-> Configuration.ActiveMaxQ*(set "1" for half of the frames and set "63" for other half of frames)* *manually to change *thisframequalityvalue *parameter in *UpdateFrame *frame function. But quality was not changed. Why is that..Please help me to achieve my task.... -- Asanka Dilruk Department of Compute...
2005 Feb 17
1
Fix a bug that causes the encoder to spend way to many bits on keyframes
...i->pb.ThisFrameQualityValue < cpi->pb.QThreshTable[50] ) - cpi->pb.ThisFrameQualityValue = cpi->pb.QThreshTable[50]; - } - /* Limit the Q value to the maximum available value */ if (cpi->pb.ThisFrameQualityValue > cpi->pb.QThreshTable[cpi->Configuration.ActiveMaxQ]) { Aaron