Searched refs:txhpx (Results 1 – 1 of 1) sorted by relevance
1142 const int txhpx = tx_size_high[tx_size]; in build_intra_predictors_high() local1183 for (i = 0; i < txhpx; ++i) { in build_intra_predictors_high()1195 const int num_left_pixels_needed = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1200 assert(i == txhpx); in build_intra_predictors_high()1201 for (; i < txhpx + n_bottomleft_px; i++) in build_intra_predictors_high()1220 const int num_top_pixels_needed = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high()1270 if (need_above && need_left && (txwpx + txhpx >= 24)) { in build_intra_predictors_high()1275 intra_edge_filter_strength(txwpx, txhpx, p_angle - 90, filt_type); in build_intra_predictors_high()1276 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high()1281 txhpx, txwpx, p_angle - 180, filt_type); in build_intra_predictors_high()[all …]