Searched defs:Q30 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aac_defines.h | 47 #define Q30(x) (int)((x)*1073741824.0 + 0.5) macro 97 #define Q30(x) ((float)(x)) macro
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdcoefct.c | 445 JLONG Q00, Q01, Q02, Q03 = 0, Q10, Q11, Q12 = 0, Q20, Q21 = 0, Q30 = 0, num; in decompress_smooth_data() local
|
/third_party/libjpeg-turbo/ |
D | jdcoefct.c | 445 JLONG Q00, Q01, Q02, Q03 = 0, Q10, Q11, Q12 = 0, Q20, Q21 = 0, Q30 = 0, num; in decompress_smooth_data() local
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 65 type Q30 = [string, number][0]; // string alias
|