Searched refs:tile_top (Results 1 – 6 of 6) sorted by relevance
50 int tile_top, tile_left; member in rtengine::RawImageSource99 int rr = r+tile_top; in FC()104 if( rr >= (tile_top+(int)(rawData.GetHeight())) ) { in FC()105 int dr = rr - (tile_top+rawData.GetHeight()) + 1; in FC()106 rr = tile_top + (int)(rawData.GetHeight()) - dr - 1; in FC()
87 tile_top = ir->valid.top; in ca_correct()204 tile_top = ir->valid.top; in amaze_demosaic()279 tile_top = ir->valid.top; in rcd_demosaic()354 tile_top = ir->valid.top; in lmmse_demosaic()402 tile_top = ir->valid.top; in igv_demosaic()477 tile_top = ir->valid.top; in xtrans_demosaic()
227 int tile_top, tile_left, tile_bottom, tile_right; in av1_cdef_frame() local231 tile_top = boundary_tl & TILE_ABOVE_BOUNDARY; in av1_cdef_frame()378 if (tile_top) { in av1_cdef_frame()
65 unsigned tile_top; member156 …uint8_t *packed_bgr = cb->out_bmp->write_ptr() + static_cast<ptrdiff_t>(i + cb->task->tile_top) * … in pack_bmp()
1536 int tile_left,tile_right,tile_top,tile_bot; in copy_background_rect() local1545 tile_top = top / bm->bm_h; in copy_background_rect()1553 for (y=tile_top;y<=tile_bot;y++) { in copy_background_rect()