Home
last modified time | relevance | path

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

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