Searched refs:temporal_id (Results 1 – 3 of 3) sorted by relevance
388 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local393 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode3()398 if (!temporal_id) { in set_flags_and_fb_idx_for_temporal_mode3()403 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()409 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()448 if (temporal_id == 0) { in set_flags_and_fb_idx_for_temporal_mode3()455 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()474 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode2() local476 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode2()481 if (!temporal_id) { in set_flags_and_fb_idx_for_temporal_mode2()[all …]
232 bool VCMDecodingState::ContinuousLayer(int temporal_id, int tl0_pic_id) const { in ContinuousLayer() argument234 if (temporal_id == kNoTemporalIdx || tl0_pic_id == kNoTl0PicIdx) in ContinuousLayer()239 temporal_id == 0) in ContinuousLayer()243 if (temporal_id != 0) in ContinuousLayer()
59 bool ContinuousLayer(int temporal_id, int tl0_pic_id) const;