Home
last modified time | relevance | path

Searched refs:luma_weight_l1 (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_inter_pred.c148 WORD32 luma_weight_l0, luma_weight_l1; in ihevcd_inter_pred_ctb() local
206 luma_weight_l1 = 0; 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()
509 luma_weight_l1, in ihevcd_inter_pred_ctb()
592 … ps_pu->b2_pred_mode == PRED_L0 ? luma_weight_l0 : luma_weight_l1, in ihevcd_inter_pred_ctb()
/external/chromium_org/third_party/libva/va/
Dva_enc_h264.h481 signed short luma_weight_l1[32]; member
Dva.h1624 short luma_weight_l1[32]; member
/external/chromium_org/content/common/gpu/media/
Dvaapi_h264_decoder.cc404 slice_param.luma_weight_l1[i] = in SendVASliceParam()