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

1 2 3 4 5 6 7 8910

  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmainct.c 354 if (! (*cinfo->coef->decompress_data) (cinfo, main->buffer))
393 if (! (*cinfo->coef->decompress_data) (cinfo,
fpdfapi_jdhuff.c 30 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
fpdfapi_jdmaster.c 465 (*cinfo->coef->start_output_pass) (cinfo);
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 355 /* Fast Coef */
    [all...]
  /external/aac/libSBRdec/src/
psdec.h 301 PS_DEC_COEFFICIENTS coef; /*!< temporal coefficients (reusable scratch memory) */ member in struct:PS_DEC::__anon13121
  /external/libjpeg-turbo/simd/
jchuff-sse2-64.asm 331 ; If the last coef(s) were zero, emit an end-of-block code
jchuff-sse2.asm 399 ; If the last coef(s) were zero, emit an end-of-block code
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 159 // No dry run, also only half the coef contexts and bands are updated.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 207 * Compute the point->coef[] array dadx, dady, a0 values.
lp_setup_line.c 164 * Compute the tri->coef[] array dadx, dady, a0 values.
  /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/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_reset.c 99 * ALGO: coef = (5 * clock * carrier_freq) / 2)
100 * we scale coef by shifting clock value by 24 for
  /external/libopus/celt/
celt_encoder.c 463 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip)
470 coef0 = coef[0];
474 if (coef[1] == 0 && upsample == 1 && !clip)
507 if (coef[1] != 0)
509 opus_val16 coef1 = coef[1];
510 opus_val16 coef2 = coef[2];
    [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/libjpeg-turbo/
jdhuff.c 36 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
jdmaster.c 647 (*cinfo->coef->start_output_pass) (cinfo);
  /external/libopus/src/
opus_encoder.c 390 float coef; local
392 coef = 4.0f*cutoff_Hz/Fs;
401 hp_mem[2*c] = hp_mem[2*c] + coef*(x - hp_mem[2*c]) + VERY_SMALL;
404 hp_mem[2*c+1] = hp_mem[2*c+1] + coef*(tmp - hp_mem[2*c+1]) + VERY_SMALL;
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 482 printf("channels:%d %s stride:%d %s coef:%d shift:%d\n",
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 81 const void *y2, const short *coef, uint32_t count);
rsCpuIntrinsicConvolve5x5.cpp 341 const short *coef, uint32_t count);
  /hardware/intel/img/psb_video/src/
vsp_fw.h 84 int coef; member in struct:VssProcDenoiseParameterBuffer
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 846 /* decode & dequantize LPC Coef */
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c     [all...]

Completed in 832 milliseconds

1 2 3 4 5 6 7 8910