HomeSort by relevance Sort by last modified time
    Searched refs:s_weight_offset (Results 1 - 6 of 6) sorted by null

  /external/libhevc/encoder/
ihevce_inter_pred.c 430 u1_is_wgt_pred_L0 = ps_ref_pic_l0->s_weight_offset.u1_luma_weight_enable_flag;
435 u1_is_wgt_pred_L1 = ps_ref_pic_l1->s_weight_offset.u1_luma_weight_enable_flag;
691 ps_weight_offset = &ps_ref_pic_l0->s_weight_offset;
697 ps_weight_offset = &ps_ref_pic_l1->s_weight_offset;
720 wgt0 = ps_ref_pic_l0->s_weight_offset.i2_luma_weight;
721 off0 = ps_ref_pic_l0->s_weight_offset.i2_luma_offset;
723 wgt1 = ps_ref_pic_l1->s_weight_offset.i2_luma_weight;
724 off1 = ps_ref_pic_l1->s_weight_offset.i2_luma_offset;
    [all...]
ihevce_frame_process.c 612 .s_weight_offset,
631 .s_weight_offset,
669 .s_weight_offset,
688 .s_weight_offset,
    [all...]
hme_subpel.c 681 ->s_weight_offset.i2_luma_weight;
683 ->s_weight_offset.i2_luma_offset;
712 ->s_weight_offset.i2_luma_weight;
714 ->s_weight_offset.i2_luma_offset;
813 ->s_weight_offset.i2_luma_weight;
815 ->s_weight_offset.i2_luma_offset;
839 ->s_weight_offset.i2_luma_weight;
841 ->s_weight_offset.i2_luma_offset;
    [all...]
ihevce_me_pass.c 787 ps_ref_desc->i2_weight = ps_recon_pic->s_weight_offset.i2_luma_weight;
788 ps_ref_desc->i2_offset = ps_recon_pic->s_weight_offset.i2_luma_offset;
    [all...]
ihevce_enc_structs.h 1091 ihevce_wght_offst_t s_weight_offset; member in struct:__anon28616
    [all...]
hme_utils.c     [all...]

Completed in 65 milliseconds