Searched refs:temporal_id (Results 1 – 15 of 15) sorted by relevance
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;
495 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local503 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode3()509 if (!temporal_id) { in set_flags_and_fb_idx_for_temporal_mode3()514 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()522 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()567 if (temporal_id == 0) { in set_flags_and_fb_idx_for_temporal_mode3()570 if (cpi->svc.layer_context[temporal_id].is_key_frame) { in set_flags_and_fb_idx_for_temporal_mode3()580 } else if (temporal_id == 1) { in set_flags_and_fb_idx_for_temporal_mode3()603 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode2() local605 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode2()[all …]
74 WORD32 temporal_id,
157 WORD32 temporal_id, in ihevce_get_cur_frame_qp() argument183 i4_curr_qp = static_params_frame_qp + temporal_id + 1; in ihevce_get_cur_frame_qp()
76 unsigned temporal_id; \
208 int temporal_id; /**< Temporal layer Id of image */ member
154 int temporal_id; member
64 bool InTemporalLayer(int operating_point_idc, int temporal_id) { in InTemporalLayer() argument65 return ((operating_point_idc >> temporal_id) & 1) != 0; in InTemporalLayer()1946 (InTemporalLayer(index, obu_headers_.back().temporal_id) && in ParseFrameParameters()2179 current_frame_->set_temporal_id(obu_headers_.back().temporal_id); in ParseFrameHeader()2628 obu_header.temporal_id = scratch; in ParseHeader()2636 obu_header.temporal_id = 0; in ParseHeader()2712 obu_header.temporal_id) || in ParseOneFrame()
66 int8_t temporal_id; member
131 int temporal_id() const { return temporal_id_; } in temporal_id() function
1162 buffer_.temporal_id = frame->temporal_id(); in CopyFrameToOutputBuffer()1547 (*film_grain_frame)->set_temporal_id(displayable_frame->temporal_id()); in ApplyFilmGrain()
130 if (priv->codec_data.h265.temporal_id == 0 && in set_poc()954 priv->codec_data.h265.temporal_id = nuh_temporal_id_plus1 - 1; in vid_dec_h265_Decode()
985 dst->temporal_id = src->temporal_id; in av1_add_film_grain()
817 img->temporal_id = cm->temporal_layer_id; in decoder_get_frame()