Lines Matching refs:this
183 if (this == &other) return *this;
185 this->cir_num_mbs = other.cir_num_mbs;
186 return *this;
196 if (this == &other) return *this;
198 this->airMBs= other.airMBs;
199 this->airThreshold= other.airThreshold;
200 this->airAuto = other.airAuto;
201 return *this;
210 if (this == &other) return *this;
212 this->frameRateNum = other.frameRateNum;
213 this->frameRateDenom = other.frameRateDenom;
214 return *this;
223 if (this == &other) return *this;
225 this->width = other.width;
226 this->height = other.height;
227 return *this;
247 if (this == &other) return *this;
249 this->bitRate = other.bitRate;
250 this->initQP = other.initQP;
251 this->minQP = other.minQP;
252 this->maxQP = other.maxQP;
253 this->I_minQP = other.I_minQP;
254 this->I_maxQP = other.I_maxQP;
255 this->windowSize = other.windowSize;
256 this->targetPercentage = other.targetPercentage;
257 this->disableFrameSkip = other.disableFrameSkip;
258 this->disableBitsStuffing = other.disableBitsStuffing;
259 this->enableIntraFrameQPControl = other.enableIntraFrameQPControl;
260 this->temporalFrameRate = other.temporalFrameRate;
261 this->temporalID = other.temporalID;
263 return *this;
272 if (this == &other) return *this;
274 this->iSliceNum = other.iSliceNum;
275 this->pSliceNum= other.pSliceNum;
276 return *this;
295 if (this == &other) return *this;
297 this->LeftOffset = other.LeftOffset;
298 this->RightOffset = other.RightOffset;
299 this->TopOffset = other.TopOffset;
300 this->BottomOffset = other.BottomOffset;
301 return *this;
310 if (this == &other) return *this;
312 this->SarWidth = other.SarWidth;
313 this->SarHeight = other.SarHeight;
314 return *this;
357 if (this == &other) return *this;
358 this->type = other.type;
359 this->size = other.size;
360 return *this;
392 if (this == &other) return *this;
395 this->profile = other.profile;
396 this->level = other.level;
397 this->rawFormat = other.rawFormat;
398 this->resolution = other.resolution;
399 this->frameRate = other.frameRate;
400 this->intraPeriod = other.intraPeriod;
401 this->rcMode = other.rcMode;
402 this->rcParams = other.rcParams;
403 this->refreshType = other.refreshType;
404 this->cyclicFrameInterval = other.cyclicFrameInterval;
405 this->airParams = other.airParams;
406 this->disableDeblocking = other.disableDeblocking;
407 this->syncEncMode = other.syncEncMode;
408 this->codedBufNum = other.codedBufNum;
409 this->numberOfLayer = other.numberOfLayer;
410 return *this;
443 if (this == &other) return *this;
446 this->basicUnitSize = other.basicUnitSize;
447 this->VUIFlag = other.VUIFlag;
448 this->maxSliceSize = other.maxSliceSize;
449 this->idrInterval = other.idrInterval;
450 this->ipPeriod = other.ipPeriod;
451 this->refFrames = other.refFrames;
452 this->sliceNum = other.sliceNum;
453 this->delimiterType = other.delimiterType;
454 this->crop.LeftOffset = other.crop.LeftOffset;
455 this->crop.RightOffset = other.crop.RightOffset;
456 this->crop.TopOffset = other.crop.TopOffset;
457 this->crop.BottomOffset = other.crop.BottomOffset;
458 this->SAR.SarWidth = other.SAR.SarWidth;
459 this->SAR.SarHeight = other.SAR.SarHeight;
461 this->refIdx10ActiveMinus1 = other.refIdx10ActiveMinus1;
462 this->refIdx11ActiveMinus1 = other.refIdx11ActiveMinus1;
463 this->bFrameMBsOnly = other.bFrameMBsOnly;
464 this->bMBAFF = other.bMBAFF;
465 this->bEntropyCodingCABAC = other.bEntropyCodingCABAC;
466 this->bWeightedPPrediction = other.bWeightedPPrediction;
467 this->weightedBipredicitonMode = other.weightedBipredicitonMode;
468 this->bConstIpred = other.bConstIpred;
469 this->bDirect8x8Inference = other.bDirect8x8Inference;
470 this->bDirectSpatialTemporal = other.bDirectSpatialTemporal;
471 this->cabacInitIdc = other.cabacInitIdc;
472 return *this;