TOOLCMP 3535 source/encoder/encoder.cpp TOOLCMP(oldParam->maxNumReferences, newParam->maxNumReferences, "ref=%d to %d\n"); TOOLCMP 3536 source/encoder/encoder.cpp TOOLCMP(oldParam->bEnableFastIntra, newParam->bEnableFastIntra, "fast-intra=%d to %d\n"); TOOLCMP 3537 source/encoder/encoder.cpp TOOLCMP(oldParam->bEnableEarlySkip, newParam->bEnableEarlySkip, "early-skip=%d to %d\n"); TOOLCMP 3538 source/encoder/encoder.cpp TOOLCMP(oldParam->bEnableRecursionSkip, newParam->bEnableRecursionSkip, "rskip=%d to %d\n"); TOOLCMP 3539 source/encoder/encoder.cpp TOOLCMP(oldParam->searchMethod, newParam->searchMethod, "me=%d to %d\n"); TOOLCMP 3540 source/encoder/encoder.cpp TOOLCMP(oldParam->searchRange, newParam->searchRange, "merange=%d to %d\n"); TOOLCMP 3541 source/encoder/encoder.cpp TOOLCMP(oldParam->subpelRefine, newParam->subpelRefine, "subme= %d to %d\n"); TOOLCMP 3542 source/encoder/encoder.cpp TOOLCMP(oldParam->rdLevel, newParam->rdLevel, "rd=%d to %d\n"); TOOLCMP 3543 source/encoder/encoder.cpp TOOLCMP(oldParam->rdoqLevel, newParam->rdoqLevel, "rdoq=%d to %d\n" ); TOOLCMP 3544 source/encoder/encoder.cpp TOOLCMP(oldParam->bEnableRectInter, newParam->bEnableRectInter, "rect=%d to %d\n"); TOOLCMP 3545 source/encoder/encoder.cpp TOOLCMP(oldParam->maxNumMergeCand, newParam->maxNumMergeCand, "max-merge=%d to %d\n"); TOOLCMP 3546 source/encoder/encoder.cpp TOOLCMP(oldParam->bIntraInBFrames, newParam->bIntraInBFrames, "b-intra=%d to %d\n"); TOOLCMP 3547 source/encoder/encoder.cpp TOOLCMP(oldParam->scalingLists, newParam->scalingLists, "scalinglists=%s to %s\n"); TOOLCMP 3548 source/encoder/encoder.cpp TOOLCMP(oldParam->rc.vbvMaxBitrate, newParam->rc.vbvMaxBitrate, "vbv-maxrate=%d to %d\n"); TOOLCMP 3549 source/encoder/encoder.cpp TOOLCMP(oldParam->rc.vbvBufferSize, newParam->rc.vbvBufferSize, "vbv-bufsize=%d to %d\n"); TOOLCMP 3550 source/encoder/encoder.cpp TOOLCMP(oldParam->rc.bitrate, newParam->rc.bitrate, "bitrate=%d to %d\n"); TOOLCMP 3551 source/encoder/encoder.cpp TOOLCMP(oldParam->rc.rfConstant, newParam->rc.rfConstant, "crf=%f to %f\n");