Searched refs:temporal_id (Results 1 – 3 of 3) sorted by relevance
412 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local420 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode3()426 if (!temporal_id) { in set_flags_and_fb_idx_for_temporal_mode3()431 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()439 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()484 if (temporal_id == 0) { in set_flags_and_fb_idx_for_temporal_mode3()487 if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()497 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()516 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode2() local518 temporal_id = cpi->svc.temporal_layer_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;