Searched refs:txwpx (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 1141 const int txwpx = tx_size_wide[tx_size]; in build_intra_predictors_high() local 1184 aom_memset16(dst, val, txwpx); in build_intra_predictors_high() 1195 const int num_left_pixels_needed = txhpx + (need_bottom ? txwpx : 0); in build_intra_predictors_high() 1220 const int num_top_pixels_needed = txwpx + (need_right ? txhpx : 0); in build_intra_predictors_high() 1225 assert(n_top_px == txwpx); in build_intra_predictors_high() 1226 memcpy(above_row + txwpx, above_ref + txwpx, 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() 1281 txhpx, txwpx, p_angle - 180, filt_type); in build_intra_predictors_high() 1282 const int n_px = n_left_px + ab_le + (need_bottom ? txwpx : 0); in build_intra_predictors_high() [all …]
|