Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_headers.c166 ps_wt_ofst->i1_luma_log2_weight_denom = u4_value; in ihevcd_parse_pred_wt_ofst()
176 if(((ps_wt_ofst->i1_luma_log2_weight_denom + value) < 0) || in ihevcd_parse_pred_wt_ofst()
177 ((ps_wt_ofst->i1_luma_log2_weight_denom + value) > 7)) in ihevcd_parse_pred_wt_ofst()
181 ps_wt_ofst->i1_chroma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom + value; in ihevcd_parse_pred_wt_ofst()
219 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()
231 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()
318 … ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()
330 ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()
Dihevcd_inter_pred.c498 shift = ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom in ihevcd_inter_pred_ctb()
585 shift = ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom in ihevcd_inter_pred_ctb()
/external/libhevc/encoder/
Dihevce_entropy_interface.c775 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()
787 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()
Dihevce_encode_header.c568 UWORD32 u4_luma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom; in ihevce_generate_pred_weight_table()
Dihevce_frame_process.c1689 ps_slice_header->s_wt_ofst.i1_luma_log2_weight_denom = in ihevce_manage_ref_pics()
/external/libhevc/common/
Dihevc_structs.h2067 WORD8 i1_luma_log2_weight_denom; member