Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos.TWL/tcl/tcl-1/src/
Dmain.c37 u16* new_img, int new_wdt, int new_hgt );
128 u16* new_img, int new_wdt, int new_hgt ) in DownSampling() argument
139 new_img[ h * new_wdt + w ] = org_img[ ( h * org_hgt / new_hgt ) * org_wdt + in DownSampling()
147 u16* thumb_img = &new_img[ ( HEIGHT - SSP_JPEG_THUMBNAIL_HEIGHT ) / 2 * WIDTH + in DownSampling()