Searched defs:Coeffs (Results 1 – 3 of 3) sorted by relevance
72 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local89 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local209 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
203 struct Coeffs { struct204 int32_t _y, _r_v, _g_u, _g_v, _b_u, _c16;
360 struct ColorConverter::Coeffs { struct in android::ColorConverter361 int32_t _y;362 int32_t _r_v;363 int32_t _g_u;364 int32_t _g_v;365 int32_t _b_u;366 int32_t _c16; // 16 for limited range matrix, 0 for full rance