HomeSort by relevance Sort by last modified time
    Searched refs:coef (Results 101 - 125 of 153) sorted by null

1 2 3 45 6 7

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct16x16_add_neon.c     [all...]
  /external/libxaac/decoder/
ixheaacd_arith_dec.c 1989 WORD32 *coef = &usac_data->coef_fix[ch][0]; local
    [all...]
ixheaacd_block.c 1086 void ixheaacd_lap1_512_480(WORD32 *coef, WORD32 *prev, WORD16 *out,
1098 WORD32 *pCoef = &coef[size * 2 - 1 - 0];
1137 VOID ixheaacd_over_lap_add1_dec(WORD32 *coef, WORD32 *prev, WORD16 *out,
    [all...]
ixheaacd_pns_js_thumb.c 203 WORD8 *ptr_coef = (WORD8 *)filter->coef;
226 WORD8 *ptr_coef = (WORD8 *)filter->coef;
ixheaacd_channelinfo.h 78 WORD8 coef[MAX_ORDER]; member in struct:__anon26488
ixheaacd_main.h 113 FLOAT32 *coef[MAX_NUM_CHANNELS]; member in struct:ia_usac_data_main_struct
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 177 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int /*N*/){
178 Y += coef * X;
  /external/libjpeg-turbo/
jdinput.c 283 (*cinfo->coef->start_input_pass) (cinfo);
284 cinfo->inputctl->consume_input = cinfo->coef->consume_data;
343 /* Prevent infinite loop in coef ctlr's decompress_data routine
jdmainct.c 298 if (! (*cinfo->coef->decompress_data) (cinfo, main_ptr->buffer))
337 if (! (*cinfo->coef->decompress_data) (cinfo,
jidctred.c 112 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
jcmaster.c 466 (*cinfo->coef->start_pass) (cinfo,
485 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
504 (*cinfo->coef->start_pass) (cinfo, JBUF_CRANK_DEST);
jcapimin.c 183 /* We bypass the main controller and invoke coef controller directly;
186 if (! (*cinfo->coef->compress_data) (cinfo, (JSAMPIMAGE) NULL))
jpeglib.h 422 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
459 struct jpeg_c_coef_controller *coef; member in struct:jpeg_compress_struct
572 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */
698 struct jpeg_d_coef_controller *coef; member in struct:jpeg_decompress_struct
    [all...]
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 50 * Scalar x, y, coef[N+1];
52 * y = polevl<decltype(x), N>( x, coef);
66 * coef[0] = C , ..., coef[N] = C .
69 * The function p1evl() assumes that coef[N] = 1.0 and is
75 * coef as a const array (constexpr), e.g.
77 * const double coef[] = {1.0, 2.0, 3.0, ...};
83 static EIGEN_STRONG_INLINE Scalar run(const Scalar x, const Scalar coef[]) {
86 return polevl<Scalar, N - 1>::run(x, coef) * x + coef[N]
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 527 const float coef = ndx == 0 ? normWaitCoef : normReadCoef;
531 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
532 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
  /external/opencv/ml/src/
mlsvm.cpp 150 else if( param_id == CvSVM::COEF )
1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local
    [all...]
  /external/libxaac/decoder/armv7/
ixheaacd_function_selector_arm_non_neon.c 164 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
ixheaacd_function_selector_armv7.c 169 (WORD32 *coef, WORD16 *out, WORD16 q_shift,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 198 void (*mOptKernel)(void *dst, const void *src, const short *coef, uint32_t count);
454 const short *coef, uint32_t count);
456 const short *coef, uint32_t count);
458 const short *coef, uint32_t count);
  /hardware/intel/img/psb_video/src/
vsp_fw.h 84 int coef; member in struct:VssProcDenoiseParameterBuffer
  /external/libopus/src/
opus_encoder.c 411 float coef, coef2; local
412 coef = 4.0f*cutoff_Hz/Fs;
413 coef2 = 1-coef;
429 m0 = coef*x0 + VERY_SMALL + coef2*m0;
430 m2 = coef*x1 + VERY_SMALL + coef2*m2;
434 m1 = coef*tmp0 + VERY_SMALL + coef2*m1;
435 m3 = coef*tmp1 + VERY_SMALL + coef2*m3;
453 m0 = coef*x + VERY_SMALL + coef2*m0;
456 m1 = coef*tmp + VERY_SMALL + coef2*m1;
    [all...]
  /external/libopus/celt/
celt_decoder.c 220 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef,
233 deemphasis_stereo_simple(in, pcm, N, coef[0], mem);
242 coef0 = coef[0];
252 if (coef[1] != 0)
254 opus_val16 coef1 = coef[1];
255 opus_val16 coef3 = coef[3];
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 339 accum->coef[i][j][k][l][m][n] += counts->coef[i][j][k][l][m][n];
349 // In the encoder, coef is only updated at frame
352 // accum->coef[i][j][k][l][m][n] +=
353 // counts->coef[i][j][k][l][m][n];
  /external/aac/libAACdec/src/
conceal.cpp 2061 FIXP_SGL *coef = pConcealmentInfo->TDNoiseCoef; local
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_function_selector_armv8.c 168 (WORD32 *coef, WORD16 *out, WORD16 q_shift,

Completed in 4503 milliseconds

1 2 3 45 6 7