Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h352 int *rcol0, int *rcol1, int *rrow0,
Drestoration.c1314 int *rcol0, int *rcol1, int *rrow0, in av1_loop_restoration_corners_in_sb() argument
1316 assert(rcol0 && rcol1 && rrow0 && rrow1); in av1_loop_restoration_corners_in_sb()
1376 *rrow0 = (mi_rel_row0 * mi_to_num_y + rnd_y) / denom_y; in av1_loop_restoration_corners_in_sb()
1384 return *rcol0 < *rcol1 && *rrow0 < *rrow1; in av1_loop_restoration_corners_in_sb()
/external/libaom/libaom/av1/encoder/
Dbitstream.c1615 int rcol0, rcol1, rrow0, rrow1; in write_modes_sb() local
1617 &rcol0, &rcol1, &rrow0, &rrow1)) { in write_modes_sb()
1619 for (int rrow = rrow0; rrow < rrow1; ++rrow) { in write_modes_sb()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1351 int rcol0, rcol1, rrow0, rrow1; in decode_partition() local
1353 &rcol0, &rcol1, &rrow0, &rrow1)) { in decode_partition()
1355 for (int rrow = rrow0; rrow < rrow1; ++rrow) { in decode_partition()