Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_bslice.c1203 UWORD8 uc_num_ref_idx_l0_active, uc_num_ref_idx_l1_active; in ih264d_get_implicit_weights() local
1208 uc_num_ref_idx_l1_active = in ih264d_get_implicit_weights()
1215 for(j = 0; j < uc_num_ref_idx_l1_active; j++) in ih264d_get_implicit_weights()
1277 for(j = 0; j < (uc_num_ref_idx_l1_active << 1); j++) in ih264d_get_implicit_weights()
Dih264d_parse_slice.c92 UWORD8 uc_num_ref_idx_l0_active, uc_num_ref_idx_l1_active; in ih264d_form_pred_weight_matrix() local
101 uc_num_ref_idx_l1_active = ps_cur_slice->u1_num_ref_idx_lx_active[1]; in ih264d_form_pred_weight_matrix()
110 for(j = 0; j < uc_num_ref_idx_l1_active; j++) in ih264d_form_pred_weight_matrix()