Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c529 const int base_inc = 1 << upsample_above; in av1_dr_prediction_z1_c() local
543 for (c = 0; c < bw; ++c, base += base_inc) { in av1_dr_prediction_z1_c()
607 const int base_inc = 1 << upsample_left; in av1_dr_prediction_z3_c() local
613 for (r = 0; r < bh; ++r, base += base_inc) { in av1_dr_prediction_z3_c()
665 const int base_inc = 1 << upsample_above; in av1_highbd_dr_prediction_z1_c() local
679 for (c = 0; c < bw; ++c, base += base_inc) { in av1_highbd_dr_prediction_z1_c()
745 const int base_inc = 1 << upsample_left; in av1_highbd_dr_prediction_z3_c() local
751 for (r = 0; r < bh; ++r, base += base_inc) { in av1_highbd_dr_prediction_z3_c()