Home
last modified time | relevance | path

Searched refs:cand_up (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c110 int cand_up = lc->na.cand_up; in FUNC() local
146 if (cand_up == 1 && on_pu_edge_y) { in FUNC()
150 cand_up = 0; in FUNC()
152 cand_up |= (MVF(x_top_pu + i, y_top_pu).pred_flag == PF_INTRA); in FUNC()
170 if (cand_up) in FUNC()
188 if (cand_bottom_left || cand_left || cand_up_left || cand_up || cand_up_right) { in FUNC()
259 } else if (cand_up) { in FUNC()
268 cand_up = 1; in FUNC()
283 if (!cand_up) in FUNC()
Dhevc_mvs.c49 lc->na.cand_up = (lc->ctb_up_flag || y0b); in ff_hevc_set_neighbour_available()
51 lc->na.cand_up_left = (x0b || y0b) ? lc->na.cand_left && lc->na.cand_up : lc->ctb_up_left_flag; in ff_hevc_set_neighbour_available()
54 lc->ctb_up_right_flag && !y0b : lc->na.cand_up; in ff_hevc_set_neighbour_available()
301 const int cand_up = lc->na.cand_up; in derive_spatial_merge_candidates() local
357 is_available_b1 = AVAILABLE(cand_up, B1); in derive_spatial_merge_candidates()
617 const int cand_up = lc->na.cand_up; in ff_hevc_luma_mv_mvp_mode() local
690 is_available_b1 = AVAILABLE(cand_up, B1); in ff_hevc_luma_mv_mvp_mode()
Dhevcdec.h354 int cand_up; member
Dhevcdec.c1979 int cand_up = (lc->ctb_up_flag || y0b) ? in luma_intra_pred_mode() local
1993 cand_up = INTRA_DC; in luma_intra_pred_mode()
1995 if (cand_left == cand_up) { in luma_intra_pred_mode()
2007 candidate[1] = cand_up; in luma_intra_pred_mode()
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c1948 int cand_up = lc->na.cand_up; in ff_intra_pred_8_16x16_msa() local
2012 if (cand_up == 1 && on_pu_edge_y) { in ff_intra_pred_8_16x16_msa()
2020 cand_up = 0; in ff_intra_pred_8_16x16_msa()
2022 cand_up |= in ff_intra_pred_8_16x16_msa()
2056 if (cand_up) { in ff_intra_pred_8_16x16_msa()
2090 if (cand_bottom_left || cand_left || cand_up_left || cand_up in ff_intra_pred_8_16x16_msa()
2323 } else if (cand_up) { in ff_intra_pred_8_16x16_msa()
2341 cand_up = 1; in ff_intra_pred_8_16x16_msa()
2360 if (!cand_up) { in ff_intra_pred_8_16x16_msa()
2465 int cand_up = lc->na.cand_up; in ff_intra_pred_8_32x32_msa() local
[all …]