Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h351 int *rcol0, int *rcol1, int *rrow0,
Drestoration.c1297 int *rcol0, int *rcol1, int *rrow0, in av1_loop_restoration_corners_in_sb() argument
1299 assert(rcol0 && rcol1 && rrow0 && rrow1); in av1_loop_restoration_corners_in_sb()
1359 *rrow0 = (mi_rel_row0 * mi_to_num_y + rnd_y) / denom_y; in av1_loop_restoration_corners_in_sb()
1367 return *rcol0 < *rcol1 && *rrow0 < *rrow1; in av1_loop_restoration_corners_in_sb()
/external/libaom/libaom/av1/encoder/
Dbitstream.c1600 int rcol0, rcol1, rrow0, rrow1; in write_modes_sb() local
1602 &rcol0, &rcol1, &rrow0, &rrow1)) { in write_modes_sb()
1604 for (int rrow = rrow0; rrow < rrow1; ++rrow) { in write_modes_sb()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1761 int rcol0, rcol1, rrow0, rrow1; in decode_partition() local
1763 &rcol0, &rcol1, &rrow0, &rrow1)) { in decode_partition()
1765 for (int rrow = rrow0; rrow < rrow1; ++rrow) { in decode_partition()