Home
last modified time | relevance | path

Searched defs:Coeffs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp72 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
89 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
209 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp203 struct Coeffs { struct
204 int32_t _y, _r_v, _g_u, _g_v, _b_u, _c16;
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp360 struct ColorConverter::Coeffs { struct in android::ColorConverter
361 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