Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_entropy_interface.c773 ps_entropy_ctxt->ps_pic_level_info->i2_luma_weight_l0[i] = in ihevce_entropy_encode_frame()
774 (DOUBLE)ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[i] / in ihevce_entropy_encode_frame()
Dihevce_enc_structs.h1787 DOUBLE i2_luma_weight_l0[MAX_DPB_SIZE]; member
Dihevce_encode_header.c616 ps_bitstrm, ps_wt_ofst->i2_luma_weight_l0[i] - delta_luma_weight, return_status); in ihevce_generate_pred_weight_table()
618 "delta_luma_weight_l0[ i ]", ps_wt_ofst->i2_luma_weight_l0[i] - delta_luma_weight); in ihevce_generate_pred_weight_table()
Dihevce_frame_process.c1705 ps_slice_header->s_wt_ofst.i2_luma_weight_l0[i] = in ihevce_manage_ref_pics()
/external/libhevc/decoder/
Dihevcd_inter_pred.c238 luma_weight_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
Dihevcd_parse_headers.c214 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()
226 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()
/external/libhevc/common/
Dihevc_structs.h2093 WORD16 i2_luma_weight_l0[MAX_DPB_SIZE]; member