Home
last modified time | relevance | path

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

/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()
239 … chroma_weight_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cb[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
240 … chroma_weight_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cr[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
242 luma_offset_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
243 … chroma_offset_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cb[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
244 … chroma_offset_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cr[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
254 luma_weight_l1 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l1[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()
255 … chroma_weight_l1_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l1_cb[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()
256 … chroma_weight_l1_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l1_cr[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()
258 luma_offset_l1 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l1[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()
[all …]
Dihevcd_parse_headers.c158 pred_wt_ofst_t *ps_wt_ofst = &ps_slice_hdr->s_wt_ofst; in ihevcd_parse_pred_wt_ofst()
/external/libhevc/encoder/
Dihevce_entropy_interface.c774 (DOUBLE)ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[i] / in ihevce_entropy_encode_frame()
775 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()
777 ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[i]; in ihevce_entropy_encode_frame()
786 (DOUBLE)ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_weight_l1[i] / 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()
789 ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_offset_l1[i]; in ihevce_entropy_encode_frame()
Dihevce_frame_process.c1687 ps_slice_header->s_wt_ofst.i1_chroma_log2_weight_denom = in ihevce_manage_ref_pics()
1689 ps_slice_header->s_wt_ofst.i1_luma_log2_weight_denom = in ihevce_manage_ref_pics()
1699 ps_slice_header->s_wt_ofst.i1_luma_weight_l0_flag[i] = in ihevce_manage_ref_pics()
1703 if(1 == ps_slice_header->s_wt_ofst.i1_luma_weight_l0_flag[i]) in ihevce_manage_ref_pics()
1705 ps_slice_header->s_wt_ofst.i2_luma_weight_l0[i] = in ihevce_manage_ref_pics()
1707 ps_slice_header->s_wt_ofst.i2_luma_offset_l0[i] = in ihevce_manage_ref_pics()
1737 ps_slice_header->s_wt_ofst.i1_chroma_weight_l0_flag[i] = in ihevce_manage_ref_pics()
1741 if(1 == ps_slice_header->s_wt_ofst.i1_chroma_weight_l0_flag[i]) in ihevce_manage_ref_pics()
1743 ps_slice_header->s_wt_ofst.i2_chroma_weight_l0_cb[i] = in ihevce_manage_ref_pics()
1745 ps_slice_header->s_wt_ofst.i2_chroma_offset_l0_cb[i] = in ihevce_manage_ref_pics()
[all …]
Dihevce_encode_header.c567 pred_wt_ofst_t *ps_wt_ofst = &ps_slice_hdr->s_wt_ofst; in ihevce_generate_pred_weight_table()
/external/libhevc/common/
Dihevc_structs.h3118 pred_wt_ofst_t s_wt_ofst; member