Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c107 …int cand_bottom_left = lc->na.cand_bottom_left && cur_tb_addr > MIN_TB_ADDR_ZS( x_tb - 1, (y_tb + … in FUNC() local
125 if (cand_bottom_left == 1 && on_pu_edge_x) { in FUNC()
129 cand_bottom_left = 0; in FUNC()
131 cand_bottom_left |= (MVF(x_left_pu, y_bottom_pu + i).pred_flag == PF_INTRA); in FUNC()
180 if (cand_bottom_left) { in FUNC()
188 if (cand_bottom_left || cand_left || cand_up_left || cand_up || cand_up_right) { in FUNC()
193 int j = size + (cand_bottom_left? bottom_left_size: 0) -1; in FUNC()
198 if (!cand_bottom_left) { in FUNC()
202 if (cand_bottom_left || cand_left || cand_up_left) { in FUNC()
226 if (cand_bottom_left || cand_left) { in FUNC()
[all …]
Dhevc_mvs.c58 lc->na.cand_bottom_left = ((y0 + nPbH) >= lc->end_of_tiles_y) ? 0 : lc->na.cand_left; in ff_hevc_set_neighbour_available()
298 const int cand_bottom_left = lc->na.cand_bottom_left; in derive_spatial_merge_candidates() local
382 is_available_a0 = AVAILABLE(cand_bottom_left, A0) && in derive_spatial_merge_candidates()
614 const int cand_bottom_left = lc->na.cand_bottom_left; in ff_hevc_luma_mv_mvp_mode() local
628 is_available_a0 = AVAILABLE(cand_bottom_left, A0) && in ff_hevc_luma_mv_mvp_mode()
Dhevcdec.h352 int cand_bottom_left; member
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c1942 int cand_bottom_left = lc->na.cand_bottom_left in ff_intra_pred_8_16x16_msa() local
1971 if (cand_bottom_left == 1 && on_pu_edge_x) { in ff_intra_pred_8_16x16_msa()
1980 cand_bottom_left = 0; in ff_intra_pred_8_16x16_msa()
1982 cand_bottom_left |= in ff_intra_pred_8_16x16_msa()
2076 if (cand_bottom_left) { 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()
2098 int j = 16 + (cand_bottom_left ? bottom_left_size : 0) - 1; in ff_intra_pred_8_16x16_msa()
2103 if (!cand_bottom_left) { in ff_intra_pred_8_16x16_msa()
2107 if (cand_bottom_left || cand_left || cand_up_left) { in ff_intra_pred_8_16x16_msa()
2209 if (cand_bottom_left || cand_left) { in ff_intra_pred_8_16x16_msa()
[all …]