Searched refs:txhpx (Results 1 – 1 of 1) sorted by relevance
1150 const int txhpx = tx_size_high[tx_size]; in build_intra_predictors_high() local1191 for (i = 0; i < txhpx; ++i) { in build_intra_predictors_high()1203 const int num_left_pixels_needed = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high()1208 assert(i == txhpx); in build_intra_predictors_high()1209 for (; i < txhpx + n_bottomleft_px; i++) in build_intra_predictors_high()1228 const int num_top_pixels_needed = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high()1278 if (need_above && need_left && (txwpx + txhpx >= 24)) { in build_intra_predictors_high()1283 intra_edge_filter_strength(txwpx, txhpx, p_angle - 90, filt_type); in build_intra_predictors_high()1284 const int n_px = n_top_px + ab_le + (need_right ? txhpx : 0); in build_intra_predictors_high()1289 txhpx, txwpx, p_angle - 180, filt_type); in build_intra_predictors_high()[all …]