Searched refs:inter_layer_pred_ (Results 1 – 2 of 2) sorted by relevance
244 inter_layer_pred_(InterLayerPredMode::kOn), in VP9EncoderImpl()314 inter_layer_pred_ == InterLayerPredMode::kOff || in SetSvcRates()315 inter_layer_pred_ == InterLayerPredMode::kOnKeyPic; in SetSvcRates()594 inter_layer_pred_ = inst->VP9().interLayerPred; in InitEncode()609 inter_layer_pred_ == InterLayerPredMode::kOn; in InitEncode()761 switch (inter_layer_pred_) { in InitAndSetControlSettings()777 inter_layer_pred_ == InterLayerPredMode::kOn && in InitAndSetControlSettings()1134 (inter_layer_pred_ == InterLayerPredMode::kOn || in PopulateCodecSpecific()1135 (inter_layer_pred_ == InterLayerPredMode::kOnKeyPic && is_key_pic)); in PopulateCodecSpecific()1285 if (inter_layer_pred_ != InterLayerPredMode::kOn) { in FillReferenceIndices()[all …]
125 InterLayerPredMode inter_layer_pred_; variable