Home
last modified time | relevance | path

Searched defs:NormalizationParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DTextureOp.cpp102 struct NormalizationParams { struct
103 float fIW; // 1 / width of texture, or 1.0 for texture rectangles
104 float fInvH; // 1 / height of texture, or 1.0 for tex rects, X -1 if bottom-left origin
105 float fYOffset; // 0 for top-left origin, height of [normalized] tex if bottom-left
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
H A Dpreprocessing_steps.proto94 message NormalizationParams { message