Home
last modified time | relevance | path

Searched refs:temporal_id (Results 1 – 15 of 15) 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.c495 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local
503 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() local
605 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/frontends/omx/
Dvid_dec_common.h76 unsigned temporal_id; \
/external/libaom/libaom/aom/
Daom_image.h208 int temporal_id; /**< Temporal layer Id of image */ member
/external/libgav1/libgav1/src/gav1/
Ddecoder_buffer.h154 int temporal_id; member
/external/libgav1/libgav1/src/
Dobu_parser.cc64 bool InTemporalLayer(int operating_point_idc, int temporal_id) { in InTemporalLayer() argument
65 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()
Dobu_parser.h66 int8_t temporal_id; member
Dbuffer_pool.h131 int temporal_id() const { return temporal_id_; } in temporal_id() function
Ddecoder_impl.cc1162 buffer_.temporal_id = frame->temporal_id(); in CopyFrameToOutputBuffer()
1547 (*film_grain_frame)->set_temporal_id(displayable_frame->temporal_id()); in ApplyFilmGrain()
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c130 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()
/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.c817 img->temporal_id = cm->temporal_layer_id; in decoder_get_frame()