Home
last modified time | relevance | path

Searched refs:max_temporal_layers (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Drealtime_temporal_layers.cc273 int max_temporal_layers, in Create() argument
275 return new RealTimeTemporalLayers(max_temporal_layers, initial_tl0_pic_idx); in Create()
/external/libhevc/test/encoder/
Dvid_enc_cfg.txt51 --max_temporal_layers 0 /* B pyramid layers {3}[0:3] */
/external/libhevc/encoder/
Dihevce_lap_interface.c825 WORD32 max_temporal_layers = ps_lap_struct->s_lap_static_params.i4_max_temporal_layers; in ref_b_pic_population() local
853 if(ps_lap_out->i4_temporal_lyr_id == max_temporal_layers) in ref_b_pic_population()
864 if(ps_lap_out->i4_temporal_lyr_id >= max_temporal_layers) in ref_b_pic_population()
866 ps_lap_out->i4_temporal_lyr_id = max_temporal_layers; in ref_b_pic_population()