comparison DOCS/tech/libavc-options.txt @ 8804:b233200c3fca

oops
author michael
date Sun, 05 Jan 2003 16:44:44 +0000
parents 324afc962aee
children c21430ed38a9
comparison
equal deleted inserted replaced
8803:324afc962aee 8804:b233200c3fca
318 by the IDCT, which is obviously not the case) it simply finds a block for the minimum of 318 by the IDCT, which is obviously not the case) it simply finds a block for the minimum of
319 error + lambda*bits 319 error + lambda*bits
320 lambda is a qp dependant constant 320 lambda is a qp dependant constant
321 bits is the amount of bits needed to encode the block 321 bits is the amount of bits needed to encode the block
322 error is simple the sum of squared errors of the quantization 322 error is simple the sum of squared errors of the quantization
323 Tip: this
324 323
325 last_pred (0-99) amount of motion predictors from the previous frame 324 last_pred (0-99) amount of motion predictors from the previous frame
326 0 (default) 325 0 (default)
327 a -> will use 2a+1 x 2a+1 MB square of MV predictors from the previous frame 326 a -> will use 2a+1 x 2a+1 MB square of MV predictors from the previous frame
328 327