HomeSort by relevance Sort by last modified time
    Searched refs:temporal_id (Results 1 - 10 of 10) sorted by null

  /external/libhevc/encoder/
ihevce_frame_process_utils.h 74 WORD32 temporal_id,
ihevce_frame_process_utils.c 132 * @param[in] temporal_id
134 * temporal layer ID. I and P frames have temporal_id set to 0.
157 WORD32 temporal_id,
183 i4_curr_qp = static_params_frame_qp + temporal_id + 1;
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 59 bool ContinuousLayer(int temporal_id, int tl0_pic_id) const;
decoding_state.cc 232 bool VCMDecodingState::ContinuousLayer(int temporal_id, int tl0_pic_id) const {
234 if (temporal_id == kNoTemporalIdx || tl0_pic_id == kNoTl0PicIdx)
239 temporal_id == 0)
243 if (temporal_id != 0)
  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
vid_dec.h 98 unsigned temporal_id; \
vid_dec_h265.c 130 if (priv->codec_data.h265.temporal_id == 0 &&
951 priv->codec_data.h265.temporal_id = nuh_temporal_id_plus1 - 1;
  /external/libaom/libaom/aom/
aom_image.h 178 int temporal_id; /**< Temporal layer Id of image */ member in struct:aom_image
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 482 int spatial_id, temporal_id; local
490 temporal_id = cpi->svc.temporal_layer_id =
496 if (!temporal_id) {
501 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) {
509 } else if (temporal_id == 1) {
554 if (temporal_id == 0) {
557 if (cpi->svc.layer_context[temporal_id].is_key_frame) {
567 } else if (temporal_id == 1) {
588 int spatial_id, temporal_id; local
590 temporal_id = cpi->svc.temporal_layer_id
    [all...]
  /external/libaom/libaom/aom_dsp/
grain_synthesis.c     [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 831 img->temporal_id = cm->temporal_layer_id;
    [all...]

Completed in 500 milliseconds