Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_ved_scaling.c109 static void tng_calculate_scaler_coeff( float fPitch, in tng_calculate_scaler_coeff() argument
117 float fScale = 1.0f / fPitch; in tng_calculate_scaler_coeff()
Dtng_hostcode.c2511 static void VIDEO_CalcCoefs_FromPitch (IMG_FLOAT fPitch, IMG_UINT8 aui8Table[4][16]) in VIDEO_CalcCoefs_FromPitch() argument
2523 if (fPitch < 1.0f) { in VIDEO_CalcCoefs_FromPitch()
2526 fScale = 1.0f / fPitch; in VIDEO_CalcCoefs_FromPitch()