Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c412 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local
420 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() local
518 temporal_id = cpi->svc.temporal_layer_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;
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec.h101 unsigned temporal_id; \
Dvid_dec_h265.c130 if (priv->codec_data.h265.temporal_id == 0 && in set_poc()
951 priv->codec_data.h265.temporal_id = nuh_temporal_id_plus1 - 1; in vid_dec_h265_Decode()