Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/tcl/tcl-1/src/
Dmain.c36 void DownSampling( const u16* org_img, int org_wdt, int org_hgt,
126 void DownSampling( const u16* org_img, int org_wdt, int org_hgt, in DownSampling() argument
138 new_img[ h * new_wdt + w ] = org_img[ ( h * org_hgt / new_hgt ) * org_wdt + in DownSampling()
153 thumb_img[ h * new_wdt + w ] = org_img[ i ]; in DownSampling()