Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp64 double gKm[9]; variable
326 db_Multiply3x3_3x3(Htemp1, H, gKm); in UpdateWarpTransformation()
350 db_Multiply3x3_3x3(Htemp1, H, gKm); in UpdateWarpTransformation()
405 gKm[0] = wm / 2.0 - 0.5; in AllocateTextureMemory()
406 gKm[1] = 0.0; in AllocateTextureMemory()
407 gKm[2] = wm / 2.0 - 0.5; in AllocateTextureMemory()
408 gKm[3] = 0.0; in AllocateTextureMemory()
409 gKm[4] = hm / 2.0 - 0.5; in AllocateTextureMemory()
410 gKm[5] = hm / 2.0 - 0.5; in AllocateTextureMemory()
411 gKm[6] = 0.0; in AllocateTextureMemory()
[all …]