Searched refs:ps_wt_ofst (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_parse_headers.c155 pred_wt_ofst_t *ps_wt_ofst = &ps_slice_hdr->s_wt_ofst; local
159 ps_wt_ofst->i1_luma_log2_weight_denom = value;
164 ps_wt_ofst->i1_chroma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom + value;
170 ps_wt_ofst->i1_luma_weight_l0_flag[i] = value;
180 ps_wt_ofst->i1_chroma_weight_l0_flag[i] = value;
187 ps_wt_ofst->i1_chroma_weight_l0_flag[i] = 0;
194 if(ps_wt_ofst->i1_luma_weight_l0_flag[i])
199 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst
[all...]

Completed in 102 milliseconds