Home
last modified time | relevance | path

Searched refs:temporal_id (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c388 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local
393 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() local
476 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 …]
/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc232 bool VCMDecodingState::ContinuousLayer(int temporal_id, int tl0_pic_id) const { in ContinuousLayer() argument
234 if (temporal_id == kNoTemporalIdx || tl0_pic_id == kNoTl0PicIdx) in ContinuousLayer()
239 temporal_id == 0) in ContinuousLayer()
243 if (temporal_id != 0) in ContinuousLayer()
Ddecoding_state.h59 bool ContinuousLayer(int temporal_id, int tl0_pic_id) const;