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

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/jpeg-6b/
jcapistd.c 153 if (! (*cinfo->coef->compress_data) (cinfo, data)) {
jdphuff.c 34 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
545 if (s != 1) /* size of new coef should always be 1 */
549 s = p1; /* newly nonzero coef is positive */
551 s = m1; /* newly nonzero coef is negative */
jidctint.c 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
jidctred.c 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 80 /* Filter's coef */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 417 tnsInfo->coef,
421 Index2Parcor(tnsInfo->coef,
462 &tnsInfo->coef[subBlockNumber*TNS_MAX_ORDER_SHORT],
466 Index2Parcor(&tnsInfo->coef[subBlockNumber*TNS_MAX_ORDER_SHORT],
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 251 DEBUG_PRINTF_2("Coef[%d] = %d\n", CoeffNum, Level);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; local
481 sum+= (coef>=0)?coef:-coef;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 95 counts->coef[tx_size][type][ref];
  /external/chromium_org/third_party/libjpeg_turbo/
jcarith.c 34 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
642 if (v >> 1) /* previously nonzero coef */
644 else { /* newly nonzero coef */
653 if (v >> 1) /* previously nonzero coef */
655 else { /* newly nonzero coef */
jidctred.c 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
jcmaster.c 454 (*cinfo->coef->start_pass) (cinfo,
473 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
492 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
jdarith.c 32 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
462 if (*thiscoef) { /* previously nonzero coef */
471 if (arith_decode(cinfo, st + 1)) { /* newly nonzero coef */
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 193 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch)
200 coef0 = coef[0];
210 if (coef[1] != 0)
212 opus_val16 coef1 = coef[1];
213 opus_val16 coef3 = coef[3];
    [all...]
  /external/libopus/celt/
celt_decoder.c 193 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch)
200 coef0 = coef[0];
210 if (coef[1] != 0)
212 opus_val16 coef1 = coef[1];
213 opus_val16 coef3 = coef[3];
    [all...]
  /external/jpeg/
jidctint.c 140 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
jidctred.c 109 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
jcmaster.c 419 (*cinfo->coef->start_pass) (cinfo,
438 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
457 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jidctint.c 141 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
fpdfapi_jidctred.c 110 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
  /external/aac/libAACenc/src/
aacenc_tns.h 188 INT coef[TRANS_FAC][MAX_NUM_OF_FILTERS][TNS_MAX_ORDER]; member in struct:__anon4710
  /external/eigen/bench/btl/
README 122 *** axpy(real coef, const gene_vector & X, gene_vector & Y, int N)
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 151 // coefs, while keeping a smooth change rate. Whenever a coef reaches its
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 204 void (*mOptKernel)(void *dst, const void *src, const short *coef, uint32_t count);
460 const short *coef, uint32_t count);
462 const short *coef, uint32_t count);
464 const short *coef, uint32_t count);
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 470 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;
474 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
475 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;

Completed in 572 milliseconds

1 2 3 4 5 6 7 891011>>