Home
last modified time | relevance | path

Searched refs:left_ref (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconintra.c1147 const uint16_t *left_ref = ref - 1; in build_intra_predictors_high() local
1181 val = (n_left_px > 0) ? left_ref[0] : base - 1; in build_intra_predictors_high()
1198 for (; i < n_left_px; i++) left_col[i] = left_ref[i * ref_stride]; in build_intra_predictors_high()
1202 left_col[i] = left_ref[i * ref_stride]; in build_intra_predictors_high()
1235 aom_memset16(above_row, left_ref[0], num_top_pixels_needed); in build_intra_predictors_high()
1248 above_row[-1] = left_ref[0]; in build_intra_predictors_high()
1323 const uint8_t *left_ref = ref - 1; in build_intra_predictors() local
1366 val = (n_left_px > 0) ? left_ref[0] : 127; in build_intra_predictors()
1383 for (; i < n_left_px; i++) left_col[i] = left_ref[i * ref_stride]; in build_intra_predictors()
1387 left_col[i] = left_ref[i * ref_stride]; in build_intra_predictors()
[all …]