Searched refs:need_right (Results 1 – 1 of 1) sorted by relevance
1217 int need_right = !!(extend_modes[mode] & NEED_ABOVERIGHT); in build_intra_predictors_high() local1218 if (use_filter_intra) need_right = 0; in build_intra_predictors_high()1219 if (is_dr_mode) need_right = p_angle < 90; in build_intra_predictors_high()1220 const int num_top_pixels_needed = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high()1224 if (need_right && n_topright_px > 0) { in build_intra_predictors_high()1265 const int need_right = p_angle < 90; in build_intra_predictors_high() local1276 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high()1289 const int n_px = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high()1402 int need_right = !!(extend_modes[mode] & NEED_ABOVERIGHT); in build_intra_predictors() local1403 if (use_filter_intra) need_right = 0; in build_intra_predictors()[all …]