/frameworks/base/media/libeffects/testlibs/ |
EffectsMath.h | 31 coefficients for approximating 40 order polynomial, instead of taking the coefficients from
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
apply_tns.cpp | 26 coef = Array of input coefficients. 41 TNS filter (order, filter coefficients,
|
q_normalize.cpp | 67 coef[] = Array of the spectral coefficients for one channel. [ Int32 ] 96 Upon finding the minimum q-format in the frame, the coefficients in each
|
tns_ar_filter.cpp | 103 lpc = array of lpc coefficients, minus lpc[0] which is assumed to be "1" 140 LPC coefficients passed via (const Int lpc[])
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 125 int16 nb_coef /* number of coefficients */ 278 int16 nb_coef /* number of coefficients */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
dcac_prediction.cpp | 76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ 246 int y_offset, x_offset, x_tab, y_tab; /* speedup coefficients */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastcodemb.cpp | 36 /* video->outputMB Quantized DCT coefficients. */ 265 /* video->outputMB Quantized DCT coefficients. */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_transform.c | 239 inverse scaling for a luma DC coefficients block 343 chroma DC coefficients block
|
/external/svox/pico/lib/ |
picocep.c | 77 #define PICOCEP_OUT_DATA_FORMAT PICODATA_ITEMINFO1_FRAME_PAR_DATA_FORMAT_FIXED /* we output coefficients as fixed point values */ 212 /*---------------------- coefficients --------------------------------------*/ 213 /* output coefficients buffer */ 804 * initializes the coefficients to calculate delta and delta-delta values and the squares of the coefficients [all...] |
/external/jpeg/ |
jpeglib.h | 61 /* Data structures for images (arrays of samples and of DCT coefficients). 70 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ [all...] |
jccoefct.c | 21 * the buffered coefficients.
|
jpegtran.c | 449 /* Read source file as DCT coefficients */
|
/external/webp/src/enc/ |
dsp_sse2.c | 34 // Convert coefficients to bin (within out[]). 93 // Load and concatenate the transform coefficients (we'll do two inverse 496 // transformed coefficients. [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
gain_q.cpp | 534 /* calculate energy coefficients for quantization 595 /* calculate energy coefficients for quantization */ 676 /* calculate energy coefficients for quantization */
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
YuvImageTest.java | 46 // Coefficients are taken from jcolor.c in libjpeg.
|
/external/libgsm/src/ |
rpe.c | 27 * The coefficients of the weighting filter are stored in a table
|
/external/libvpx/vpx_scale/generic/ |
bicubic_scaler.c | 370 // coefficients are multiplied by 2^12 so that fixed point math
|
/external/opencv/cv/src/ |
cvsnakes.cpp | 346 /* locate coefficients */
|
/external/openssl/crypto/ec/ |
ec_lcl.h | 217 BIGNUM a, b; /* Curve coefficients.
|
/external/openssl/crypto/sha/ |
sha256.c | 138 * is left one. This is why you might notice that rotation coefficients
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_wave.c | 71 SDL_SetError("Unknown set of MS_ADPCM coefficients");
|
/external/skia/src/core/ |
SkEdge.cpp | 384 compute coefficients with a 3*, so the safest upshift is really 6
|
/external/srec/srec/cfront/ |
spec_anl.c | 60 /* Part II. Mel cepstrum coefficients
|
/external/tremolo/Tremolo/ |
floor0.c | 439 /* take the coefficients back to a spectral envelope curve */
|
/external/webp/include/webp/ |
encode.h | 124 // DC/AC/uv coefficients for each (0..3) segments.
|