Home
last modified time | relevance | path

Searched defs:Q30 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daac_defines.h47 #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/
Djdcoefct.c445 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/
Djdcoefct.c445 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/
DkeyofAndIndexedAccess.ts65 type Q30 = [string, number][0]; // string alias