Home
last modified time | relevance | path

Searched refs:erb (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddcaenc.h48 static const uint16_t erb[] = { variable
H A Ddcaenc.c127 double h = (f - fc[i]) / erb[i]; in gammafilter()
/third_party/lame/misc/
H A Dath.c184 erb = 4, enumerator
754 " type: linear, logarithm, square, cubic, erb, recip\n" in usage()
763 " ath erb 700 22000 600 3 0.0001 > result1\n" in usage()
764 " ath erb 1400 16 360 3 0.0001 > result2\n" in usage()
786 system ( "./ath erb 700 22000 600 3 0.0001 > result1" ); in main()
787 system ( "./ath erb 1400 16 360 3 0.0001 > result2" ); in main()
801 else if ( 0 == strncmp ( argv[1], "er" , 2) ) genmode = erb; in main()
/third_party/mesa3d/src/glx/
H A Dglxcmds.c548 int major_op, erb, evb; in glXQueryExtension() local
551 rv = XQueryExtension(dpy, GLX_EXTENSION_NAME, &major_op, &evb, &erb); in glXQueryExtension()
554 *errorBase = erb; in glXQueryExtension()

Completed in 8 milliseconds