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