Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1220 vpx_svc_ref_frame_config_t enc_layer_conf = {{0}}; in FillReferenceIndices() local
1221 vpx_codec_control(encoder_, VP9E_GET_SVC_REF_FRAME_CONFIG, &enc_layer_conf); in FillReferenceIndices()
1224 if (enc_layer_conf.reference_last[layer_id.spatial_layer_id]) { in FillReferenceIndices()
1226 enc_layer_conf.lst_fb_idx[layer_id.spatial_layer_id]; in FillReferenceIndices()
1235 if (enc_layer_conf.reference_alt_ref[layer_id.spatial_layer_id]) { in FillReferenceIndices()
1237 enc_layer_conf.alt_fb_idx[layer_id.spatial_layer_id]; in FillReferenceIndices()
1246 if (enc_layer_conf.reference_golden[layer_id.spatial_layer_id]) { in FillReferenceIndices()
1248 enc_layer_conf.gld_fb_idx[layer_id.spatial_layer_id]; in FillReferenceIndices()
1335 vpx_svc_ref_frame_config_t enc_layer_conf = {{0}}; in UpdateReferenceBuffers() local
1336 vpx_codec_control(encoder_, VP9E_GET_SVC_REF_FRAME_CONFIG, &enc_layer_conf); in UpdateReferenceBuffers()
[all …]