Searched refs:yi (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/tools/resampler_tools/ |
D | fir.cpp | 268 int64_t yi = toint(y, 1ULL<<(nc-1)); in main() local 270 printf("0x%08x,", int32_t(yi)); in main() 272 printf("0x%04x,", int32_t(yi)&0xffff); in main() 294 int64_t yi = toint(y, 1ULL<<(nc-1)); in main() local 296 printf("0x%08x,", int32_t(yi)); in main() 298 printf("0x%04x,", int32_t(yi)&0xffff); in main()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_file_with_long_name | 10 (ZZ�X艦�IS�?�� Ś�B�|���yi"�*��N��l~�
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | test-resampler.cpp | 237 int16_t yi = floor(y * 32767.0 + 0.5); in main() local 239 in[i*channels + j] = yi / (1 + j); in main()
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 585 float yi = y[i]; in solveUnweightedLeastSquaresDeg2() local 589 float xiyi = xi*yi; in solveUnweightedLeastSquaresDeg2() 590 float xi2yi = xi2*yi; in solveUnweightedLeastSquaresDeg2() 596 syi += yi; in solveUnweightedLeastSquaresDeg2()
|