Home
last modified time | relevance | path

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

/TwlSDK-5.2.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()
149 for ( h = 0; h < org_hgt; ++h ) in DownSampling()