Searched refs:rcol0 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.h | 352 int *rcol0, int *rcol1, int *rrow0,
|
D | restoration.c | 1314 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() 1375 *rcol0 = (mi_rel_col0 * mi_to_num_x + rnd_x) / denom_x; 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/ |
D | bitstream.c | 1615 int rcol0, rcol1, rrow0, rrow1; in write_modes_sb() local 1617 &rcol0, &rcol1, &rrow0, &rrow1)) { in write_modes_sb() 1620 for (int rcol = rcol0; rcol < rcol1; ++rcol) { in write_modes_sb()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1351 int rcol0, rcol1, rrow0, rrow1; in decode_partition() local 1353 &rcol0, &rcol1, &rrow0, &rrow1)) { in decode_partition() 1356 for (int rcol = rcol0; rcol < rcol1; ++rcol) { in decode_partition()
|