HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 201 - 225 of 265) sorted by null

1 2 3 4 5 6 7 891011

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 203 * Compute the point->coef[] array dadx, dady, a0 values.
lp_setup_line.c 161 * Compute the tri->coef[] array dadx, dady, a0 values.
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 404 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
439 struct jpeg_c_coef_controller * coef; member in struct:jpeg_compress_struct
552 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
673 struct jpeg_d_coef_controller * coef; member in struct:jpeg_decompress_struct
    [all...]
jdmainct.c 355 if (! (*cinfo->coef->decompress_data) (cinfo, mainp->buffer))
394 if (! (*cinfo->coef->decompress_data) (cinfo,
jdhuff.c 200 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
958 if (s != 1) /* size of new coef should always be 1 */
962 s = p1; /* newly nonzero coef is positive */
964 s = m1; /* newly nonzero coef is negative */
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 469 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
500 struct jpeg_c_coef_controller * coef; member in struct:jpeg_compress_struct
613 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
723 struct jpeg_d_coef_controller * coef member in struct:jpeg_decompress_struct
    [all...]
fpdfapi_jdmainct.c 354 if (! (*cinfo->coef->decompress_data) (cinfo, main->buffer))
393 if (! (*cinfo->coef->decompress_data) (cinfo,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 479 Word16 Ah[M + 1], Al[M + 1]; // LPC coef. in double prec.
480 Word16 Anh[M + 1], Anl[M + 1];// LPC coef.for next iteration in double
650 Word16 Ah[M + 1]; /* LPC coef. in double prec. */
652 Word16 Anh[M + 1]; /* LPC coef.for next iteration in */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 793 /* print coef probability tree */
867 * they must be equal over the prev coef contexts
913 * to get the equal probabilities across the prev coef
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 76 final float coef = 1.0f / 5.255f; local
83 float t2 = 44330.f*(1.0f- (float) Math.pow(p/p0, coef));
  /external/aac/libSBRenc/src/
resampler.cpp 420 /* Step to next coef set */
456 /* Step to next coef set */
  /external/libjpeg-turbo/
jdmainct.c 296 if (! (*cinfo->coef->decompress_data) (cinfo, main_ptr->buffer))
335 if (! (*cinfo->coef->decompress_data) (cinfo,
jdhuff.c 35 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
jdmaster.c 635 (*cinfo->coef->start_output_pass) (cinfo);
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 347 /* Fast Coef */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/aac/libSBRdec/src/
psdec.h 301 PS_DEC_COEFFICIENTS coef; /*!< temporal coefficients (reusable scratch memory) */ member in struct:PS_DEC::__anon6372
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 165 // No dry run, also only half the coef contexts and bands are updated.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 586 /* quantize & code RC Coef */
934 /* decode & dequantize LPC Coef */
    [all...]
  /external/speex/libspeex/
filters.c 519 /* We multiply twice by the same coef to avoid overflows */
536 /* We multiply twice by the same coef to avoid overflows */
  /external/libopus/celt/
celt_encoder.c 464 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip)
471 coef0 = coef[0];
505 if (coef[1] != 0)
507 opus_val16 coef1 = coef[1];
508 opus_val16 coef2 = coef[2];
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 467 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
487 CvParamGrid coeffGrid = get_default_grid(CvSVM::COEF),
509 CvParamGrid coeffGrid = CvSVM::get_default_grid(CvSVM::COEF),
    [all...]
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 430 //loaded coef for delta1 calculation
    [all...]
  /external/opencv/ml/include/
ml.h 492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
511 CvParamGrid coef_grid = get_default_grid(CvSVM::COEF),
    [all...]
  /external/libopus/src/
opus_encoder.c 384 float coef; local
386 coef = 4.0f*cutoff_Hz/Fs;
395 hp_mem[2*c] = hp_mem[2*c] + coef*(x - hp_mem[2*c]) + VERY_SMALL;
398 hp_mem[2*c+1] = hp_mem[2*c+1] + coef*(tmp - hp_mem[2*c+1]) + VERY_SMALL;
    [all...]

Completed in 869 milliseconds

1 2 3 4 5 6 7 891011