Searched refs:need_bottom (Results 1 – 1 of 1) sorted by relevance
1192 int need_bottom = !!(extend_modes[mode] & NEED_BOTTOMLEFT); in build_intra_predictors_high() local1193 if (use_filter_intra) need_bottom = 0; in build_intra_predictors_high()1194 if (is_dr_mode) need_bottom = p_angle > 180; in build_intra_predictors_high()1195 const int num_left_pixels_needed = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1199 if (need_bottom && n_bottomleft_px > 0) { in build_intra_predictors_high()1266 const int need_bottom = p_angle > 180; in build_intra_predictors_high() local1282 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1295 const int n_px = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1377 int need_bottom = !!(extend_modes[mode] & NEED_BOTTOMLEFT); in build_intra_predictors() local1378 if (use_filter_intra) need_bottom = 0; in build_intra_predictors()[all …]