Searched refs:is_key_pic (Results 1 – 2 of 2) sorted by relevance
1132 const bool is_key_pic = (pics_since_key_ == 0); in PopulateCodecSpecific() local1135 (inter_layer_pred_ == InterLayerPredMode::kOnKeyPic && is_key_pic)); in PopulateCodecSpecific()1172 vp9_info->inter_pic_predicted = (!is_key_pic && vp9_info->num_ref_pics > 0); in PopulateCodecSpecific()1177 const bool is_key_frame = is_key_pic && !vp9_info->inter_layer_predicted; in PopulateCodecSpecific()1367 bool is_key_pic, in SetReferences() argument1378 (inter_layer_pred_ == InterLayerPredMode::kOnKeyPic && is_key_pic); in SetReferences()1392 const size_t curr_pic_num = is_key_pic ? 0 : pics_since_key_ + 1; in SetReferences()1395 if (!is_key_pic) { in SetReferences()
75 bool is_key_pic,