Home
last modified time | relevance | path

Searched refs:weight_flag (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1511 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in luma_mc_uni() local
1537 if (!weight_flag) in luma_mc_uni()
1575 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in luma_mc_bi() local
1622 if (!weight_flag) in luma_mc_bi()
1661 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in chroma_mc_uni() local
1694 if (!weight_flag) in chroma_mc_uni()
1728 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in chroma_mc_bi() local
1794 if (!weight_flag) in chroma_mc_bi()

Completed in 6 milliseconds