HomeSort by relevance Sort by last modified time
    Searched full:coeffs (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/libwebp/dec/
frame.c 588 const int16_t* coeffs = dec->coeffs_; local
623 VP8Transform(coeffs + n * 16, dst, 0);
625 VP8TransformDC(coeffs + n * 16, dst);
635 VP8Transform(coeffs + n * 16, dst, 0);
637 VP8TransformDC(coeffs + n * 16, dst);
  /external/webp/src/dec/
frame.c 588 const int16_t* coeffs = dec->coeffs_; local
623 VP8Transform(coeffs + n * 16, dst, 0);
625 VP8TransformDC(coeffs + n * 16, dst);
635 VP8Transform(coeffs + n * 16, dst, 0);
637 VP8TransformDC(coeffs + n * 16, dst);
  /external/aac/libFDK/src/
autocorr2nd.cpp 113 autoCorr2nd_real (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
187 autoCorr2nd_cplx (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 206 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathColorGenProc)(GrGLenum color, GrGLenum genMode, GrGLenum colorFormat, const GrGLfloat *coeffs);
207 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathTexGenProc)(GrGLenum texCoordSet, GrGLenum genMode, GrGLint components, const GrGLfloat *coeffs);
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 80 eob = i; // last nonzero coeffs
144 eob = idx_arr[i]; // last nonzero coeffs
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 99 /* each projection matrices has 3x4 coeffs */
172 /* each projection matrices has 3x4 coeffs */
  /external/skia/include/gpu/gl/
GrGLFunctions.h 206 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathColorGenProc)(GrGLenum color, GrGLenum genMode, GrGLenum colorFormat, const GrGLfloat *coeffs);
207 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathTexGenProc)(GrGLenum texCoordSet, GrGLenum genMode, GrGLint components, const GrGLfloat *coeffs);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 765 outplQ15[n] = rcQ15[n]; // Refl. coeffs
770 outphQ15[n] = rcQ15[n]; // Refl. coeffs
940 /* lo band LAR coeffs */
947 /* hi band LAR coeffs */
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 61 eob = i; /* last nonzero coeffs */
97 eob = i; /* last nonzero coeffs */
149 eob = i; /* last nonzero coeffs */
258 eob = i; /* last nonzero coeffs */
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 65 ; get DC and first 15 AC coeffs
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 217 typeDCStore *predDC; /* The DC coeffs for each MB */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 124 ;// Packed Coeffs.
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 218 inline Transform& operator*=(const ScalingType& s) { return scale(s.coeffs()); }
552 linear().diagonal() = s.coeffs();
561 res.scale(s.coeffs());
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 37 ; filter coeffs to make them u8. Then, use vmlsl for negtive coeffs. After multiplication,
40 ; negtive number. To avoid that error, apply filter coeffs in the order of 0, 1, 4 ,5 ,2,
  /external/opencv/cv/src/
_cvipp.h 224 const double* coeffs, int interpolate ))
241 const double* coeffs, int interpolate ))
259 const double* coeffs, int interpolate ))
    [all...]
  /external/speex/libspeex/
ltp.c 357 int p, /* Number of LPC coeffs */
539 int p, /* Number of LPC coeffs */
766 int p, /* Number of LPC coeffs */
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 772 * Usually coverage is applied after color blending. The color is blended using the coeffs
773 * specified by setBlendFunc(). The blended color is then combined with dst using coeffs
776 * control over the blend coeffs. When set, there will be a single blend step controlled by
    [all...]
  /external/eigen/doc/
QuickReference.dox 490 <tr><td>\code vec1.head(n)\endcode</td><td>\code vec1.head<n>()\endcode</td><td>the first \c n coeffs </td></tr>
491 <tr><td>\code vec1.tail(n)\endcode</td><td>\code vec1.tail<n>()\endcode</td><td>the last \c n coeffs </td></tr>
493 <td>the \c n coeffs in \n the range [\c pos : \c pos + \c n [</td></tr>
  /external/skia/src/gpu/
GrDrawState.h 772 * Usually coverage is applied after color blending. The color is blended using the coeffs
773 * specified by setBlendFunc(). The blended color is then combined with dst using coeffs
776 * control over the blend coeffs. When set, there will be a single blend step controlled by
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_enc_coeffs.c 21 * This file contains the Windowing coeffs for synthesis filter
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c 230 * The generated pixel interpolators will pick up the coeffs from
lp_bld_interp.c 220 /* Nothing to do as the position coeffs are already setup in slot 0 */
426 /* Nothing to do as the position coeffs are already setup in slot 0 */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 230 * The generated pixel interpolators will pick up the coeffs from
lp_bld_interp.c 220 /* Nothing to do as the position coeffs are already setup in slot 0 */
426 /* Nothing to do as the position coeffs are already setup in slot 0 */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 52 IIR high pass coeffs

Completed in 2268 milliseconds

1 2 34 5 6 7