Home
last modified time | relevance | path

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

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