Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c531 const int base_inc = 1 << upsample_above; in av1_dr_prediction_z1_c() local
545 for (c = 0; c < bw; ++c, base += base_inc) { in av1_dr_prediction_z1_c()
609 const int base_inc = 1 << upsample_left; in av1_dr_prediction_z3_c() local
615 for (r = 0; r < bh; ++r, base += base_inc) { in av1_dr_prediction_z3_c()
668 const int base_inc = 1 << upsample_above; in av1_highbd_dr_prediction_z1_c() local
682 for (c = 0; c < bw; ++c, base += base_inc) { in av1_highbd_dr_prediction_z1_c()
748 const int base_inc = 1 << upsample_left; in av1_highbd_dr_prediction_z3_c() local
754 for (r = 0; r < bh; ++r, base += base_inc) { in av1_highbd_dr_prediction_z3_c()