Home
last modified time | relevance | path

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

/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/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c482 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local
490 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode3()
496 if (!temporal_id) { in set_flags_and_fb_idx_for_temporal_mode3()
501 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()
509 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()
554 if (temporal_id == 0) { in set_flags_and_fb_idx_for_temporal_mode3()
557 if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()
567 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()
588 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode2() local
590 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode2()
[all …]
/external/libhevc/encoder/
Dihevce_frame_process_utils.h74 WORD32 temporal_id,
Dihevce_frame_process_utils.c157 WORD32 temporal_id, in ihevce_get_cur_frame_qp() argument
183 i4_curr_qp = static_params_frame_qp + temporal_id + 1; in ihevce_get_cur_frame_qp()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec.h98 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()
/external/libaom/libaom/aom/
Daom_image.h178 int temporal_id; /**< Temporal layer Id of image */ member
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c985 dst->temporal_id = src->temporal_id; in av1_add_film_grain()
/external/libaom/libaom/av1/
Dav1_dx_iface.c831 img->temporal_id = cm->temporal_layer_id; in decoder_get_frame()