Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_vsu.c821 if (*ovlw < SC_MIN_WIDTH || bld_rect->w < SC_MIN_WIDTH) { in de_recalc_ovl_bld_for_scale()
827 bld_rect->w = SC_MIN_WIDTH; in de_recalc_ovl_bld_for_scale()
828 *ovlw = (step->hstep * SC_MIN_WIDTH) >> shift; in de_recalc_ovl_bld_for_scale()
831 *ovlw = SC_MIN_WIDTH; in de_recalc_ovl_bld_for_scale()
832 bld_rect->w = SC_MIN_WIDTH * (1 << shift) in de_recalc_ovl_bld_for_scale()
A Dde_scaler.h49 #define SC_MIN_WIDTH 32 macro

Completed in 6 milliseconds