Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin-isp/
Dsunxi_isp.h70 struct isp_lbc_cfg wdr_raw_lbc; member
Dsunxi_isp.c307 isp->wdr_raw_lbc.line_tar_bits = roundup(wth*bitdepth + wth/32*2, 512); in isp_wdr_pingpong_alloc()
309 isp->wdr_raw_lbc.line_tar_bits = roundup(cmp_ratio*wth*bitdepth/1000, 512); in isp_wdr_pingpong_alloc()
310 isp->wdr_raw_lbc.mb_min_bit = clamp(((cmp_ratio*bitdepth + 500)/1000-1)*32+16, 0, 511); in isp_wdr_pingpong_alloc()
312 isp->wdr_pingpong[0].size = isp->wdr_raw_lbc.line_tar_bits * isp->mf.height / 8; in isp_wdr_pingpong_alloc()
353 bsp_isp_set_wdr_raw_lbc_ctrl(isp->id, &isp->wdr_raw_lbc, 0); in isp_wdr_pingpong_set()
355 bsp_isp_set_wdr_raw_lbc_ctrl(isp->id, &isp->wdr_raw_lbc, 1); in isp_wdr_pingpong_set()
356 bsp_isp_set_wdr_stride(isp->id, isp->wdr_raw_lbc.line_tar_bits / 32); in isp_wdr_pingpong_set()