Searched refs:enc_layer_conf (Results 1 – 1 of 1) sorted by relevance
1220 vpx_svc_ref_frame_config_t enc_layer_conf = {{0}}; in FillReferenceIndices() local1221 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() local1336 vpx_codec_control(encoder_, VP9E_GET_SVC_REF_FRAME_CONFIG, &enc_layer_conf); in UpdateReferenceBuffers()[all …]