Searched refs:need_right (Results 1 – 1 of 1) sorted by relevance
1225 int need_right = extend_modes[mode] & NEED_ABOVERIGHT; in build_intra_predictors_high() local1226 if (use_filter_intra) need_right = 0; in build_intra_predictors_high()1227 if (is_dr_mode) need_right = p_angle < 90; in build_intra_predictors_high()1228 const int num_top_pixels_needed = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high()1232 if (need_right && n_topright_px > 0) { in build_intra_predictors_high()1273 const int need_right = p_angle < 90; in build_intra_predictors_high() local1284 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high()1297 const int n_px = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high()1414 int need_right = extend_modes[mode] & NEED_ABOVERIGHT; in build_intra_predictors() local1415 if (use_filter_intra) need_right = 0; in build_intra_predictors()[all …]