/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra.c | 36 * aligned on a 4-byte boundary. The output coefficients are 57 * coefficients (QF) of the current block
|
omxVCM4P2_QuantInvInter_I.c | 29 * block. Supports bits_per_pixel = 8. The output coefficients are clipped to
|
armVCM4P2_ACDCPredict.c | 55 * [out] pPreACPredict pointer to the predicted coefficients buffer. 58 * the quantized coefficients (QF) of the current 63 * between predicted and unpredicted coefficients
|
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c | 35 * Performs VLC decoding and inverse zigzag scan of AC and DC coefficients 38 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC 88 * - The number of coefficients is greater than 64
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
threshold.fs | 16 // Store our coefficients here 51 //Now we need to normalize the weights because all our coefficients need to add up to one
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/ |
threshold.rs | 16 // Store our coefficients here 51 //Now we need to normalize the weights because all our coefficients need to add up to one
|
/external/freetype/src/cff/ |
cffobjs.h | 106 FT_Fixed xx, xy; /* transformation matrix coefficients */
|
/external/skia/src/utils/ |
SkCubicInterval.cpp | 56 // First compute our coefficients in X
|
/external/srec/srec/cfront/ |
chelmel4.c | 87 log_report("Cepstrum coefficients: "); 165 // cepdata *a, /* lpc coefficients */ 166 // cepdata *r, /* autocorrelation coefficients */ 200 // cepdata *c, /* cepstral coefficients */
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
BicubicShader.h | 42 void use(const AffineTransform&, const AffineTransform& texTransform, const float coefficients[16], const float imageIncrement[2], float alpha);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
int_lpc.c | 36 Word16 Az[] /* output: LP coefficients in 4 subframes */
|
levinson.c | 33 * A[i] filter coefficients. * 34 * K reflection coefficients. * 110 Word16 A[], /* (o) Q12 : A[M] LPC coefficients (m = 16) */ 111 Word16 rc[], /* (o) Q15 : rc[M] Reflection coefficients. */ 194 rc[0] = old_rc[0]; /* only two rc coefficients are needed */
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Private.h | 113 Biquad_Instance_t HPCoefs; /* High pass filter coefficients */ 114 Biquad_Instance_t LPCoefs; /* Low pass filter coefficients */ 115 Biquad_Instance_t RevLPCoefs[4]; /* Reverb low pass filters coefficients */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 77 ;// Fill in coefficients loop 127 BEQ.W EndNoError ;// Finished if no coefficients 259 ;// Write coefficients to output array
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 77 ;// Fill in coefficients loop 127 BEQ.W EndNoError ;// Finished if no coefficients 259 ;// Write coefficients to output array
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | [all...] |
/external/aac/libFDK/include/ |
mdct.h | 150 * \param nr right window slope offset (amount of window coefficients assumed to be 1.0) 152 * \param wrs pointer to the right side overlap window coefficients. 205 * \param wls pointer to the left side overlap window coefficients. 221 * \param wls pointer to the left side overlap window coefficients. 223 * \param wrs pointer to the right side overlap window coefficients of all individual IMDCTs.
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.cpp | 42 This file contains the functions that calculate the energy coefficients 98 frac_en = energy coefficients (4), fraction part, buffer type Word16 99 exp_en = energy coefficients (4), exponent part, buffer type Word16 104 frac_en buffer containing new fractional parts of energy coefficients 105 exp_en buffer containing new exponential parts of energy coefficients 121 This function calculates several energy coefficients for unfiltered 152 Word16 frac_en[], // o : energy coefficients (4), fraction part, Q15 153 Word16 exp_en[], // o : energy coefficients (4), exponent part, Q0 271 Word16 frac_en[], /* o : energy coefficients (4), fraction part, Q15 */ 272 Word16 exp_en[], /* o : energy coefficients (4), exponent part, Q0 * [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 29 ; * output coefficients are saturated to the range 49 ; * the quantized coefficients (QF) of the current 276 VLD4 {dtemp0,dtemp1,dtemp2,dtemp3},[pSrcDst] ;// Loading coefficients Interleaving by 4 282 VLD4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2] ;// Loading next 16 coefficients Interleaving by 4 293 VLD4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp2]! ;// Loading coefficients Interleaving by 4
|
/external/jpeg/ |
armv6_idct.S | 20 * coefficients just like other methods. 24 * on page 52 of the JPEG textbook by Pennebaker and Mitchell. Coefficients 35 * general, we let r0 to r7 hold the coefficients; r10 and r11 hold four 46 * time. Rearranging coefficients also helps, but that requires to change a 48 * up quantization values by 13 bits, so the coefficients are scaled up by 91 // Load coefficients. (c[4, 1, 2, 3, 0, 5, 6, 7]) 243 // Load coefficients. (c[0, 1, 2, 3, 4, 5, 6, 7])
|
/external/qemu/distrib/jpeg-6b/ |
armv6_idct.S | 20 * coefficients just like other methods. 24 * on page 52 of the JPEG textbook by Pennebaker and Mitchell. Coefficients 35 * general, we let r0 to r7 hold the coefficients; r10 and r11 hold four 46 * time. Rearranging coefficients also helps, but that requires to change a 48 * up quantization values by 13 bits, so the coefficients are scaled up by 91 // Load coefficients. (c[4, 1, 2, 3, 0, 5, 6, 7]) 243 // Load coefficients. (c[0, 1, 2, 3, 4, 5, 6, 7])
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
a_refl.h | 49 Purpose : Convert from direct form coefficients to 50 reflection coefficients 103 * PURPOSE: Convert from direct form coefficients to reflection coefficients 106 * reflection coefficients Q15 109 Word16 a[], /* i : Directform coefficients */ 110 Word16 refl[], /* o : Reflection coefficients */
|
/external/aac/libAACenc/src/ |
aacenc_tns.cpp | 795 /* non-linear quantization of TNS lattice coefficients with given resolution */ 834 /* non-linear quantization of TNS lattice coefficients with given resolution */ [all...] |