Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c1200 int need_bottom = extend_modes[mode] & NEED_BOTTOMLEFT; in build_intra_predictors_high() local
1201 if (use_filter_intra) need_bottom = 0; in build_intra_predictors_high()
1202 if (is_dr_mode) need_bottom = p_angle > 180; in build_intra_predictors_high()
1203 const int num_left_pixels_needed = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high()
1207 if (need_bottom && n_bottomleft_px > 0) { in build_intra_predictors_high()
1274 const int need_bottom = p_angle > 180; in build_intra_predictors_high() local
1290 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors_high()
1303 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high()
1386 int need_bottom = extend_modes[mode] & NEED_BOTTOMLEFT; in build_intra_predictors() local
1387 if (use_filter_intra) need_bottom = 0; in build_intra_predictors()
[all …]