/external/tremolo/Tremolo/ |
res012.c | 163 /* now we decode residual values for the partitions */ 225 /* now we decode residual values for the partitions */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_intra_prediction.h | 57 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16], 60 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
|
h264bsd_macroblock_layer.c | 181 level = pMbLayer->residual.level[0]; 228 tmp = DecodeResidual(pStrmData, &pMbLayer->residual, pMb, 504 Parse residual information from bit stream and store in 'pResidual'. 695 Parse residual information from bit stream and store in 'pResidual'. 999 i32 *lev = pMbLayer->residual.level[0]; 1035 pMbLayer->residual.totalCoeff, 1048 pSrc = pMbLayer->residual.posCoefBuf; 1095 tmp = ProcessResidual(pMb, pMbLayer->residual.level, 1096 pMbLayer->residual.coeffMap); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.cpp | 34 uint64_t &Residual) const { 40 Residual = 0; 43 Residual = Total - Initial; 204 // Initial and residual are named for consitency with the prologue. Note that 205 // in the epilogue, the residual adjustment is executed first. 270 // The "residual" stack update comes first from this direction and guarantees
|
/external/flac/libFLAC/ |
stream_decoder.c | 125 static FLAC__bool read_residual_partitioned_rice_(FLAC__StreamDecoder *decoder, unsigned predictor_order, unsigned partition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__bool is_extended); 163 void (*local_lpc_restore_signal)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]); 165 void (*local_lpc_restore_signal_64bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]); 167 void (*local_lpc_restore_signal_16bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]); 169 void (*local_lpc_restore_signal_16bit_order8)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]); 175 FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real pointers that should be free()'d are residual_unaligned[] below */ member in struct:FLAC__StreamDecoderPrivate 323 decoder->private_->residual_unaligned[i] = decoder->private_->residual[i] = 0; 703 decoder->private_->residual_unaligned[i] = decoder->private_->residual[i] = 0; 2700 FLAC__int32 x, *residual = decoder->private_->residual[channel]; local [all...] |
/external/flac/libFLAC/ia32/ |
lpc_asm.nasm | 741 ;void FLAC__lpc_compute_residual_from_qlp_coefficients(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) 747 ; residual[i] = data[i] - (sum >> lp_quantization); 752 ;[esp + 40] residual[] 767 mov edi, [esp + 40] ; edi = residual[] 967 ;[esp + 40] residual[] 982 mov edi, [esp + 40] ; edi = residual[] [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
residu.cpp | 109 residual_ptr = pointer to buffer of residual signal 112 residual_ptr buffer contains the newly calculated the residual signal 126 This function computes the LP residual by filtering the input speech through 153 Word16 y[], // (o) : residual signal 199 Word16 residual_ptr[], /* (o) : residual signal */
|
q_plsf_3.cpp | 139 /* Codebooks of LSF prediction residual */ 165 lsf_r1 = pointer to the first LSF residual vector (Q15) (Word16) 203 Word16 * lsf_r1, // i: 1st LSF residual vector, Q15 277 Word16 * lsf_r1, /* i: 1st LSF residual vector, Q15 */ 363 lsf_r1 = pointer to the first LSF residual vector (Q15) (Word16) 469 lsf_r1 = pointer to the first LSF residual vector (Q15) (Word16) 509 Word16 * lsf_r1, // i: 1st LSF residual vector, Q15 603 Word16 * lsf_r1, /* i: 1st LSF residual vector, Q15 */ 695 lsf_r1 = pointer to the first LSF residual vector (Q15) (Word16) 966 // Compute quantized LSFs and update the past quantized residual [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
spreproc.cpp | 115 exc -- Word16 array -- long term prediction residual 118 res2 -- Word16 array -- long term prediction residual 183 Word16 exc[], /* o : long term prediction residual */ 186 Word16 res2[], /* o : long term prediction residual */ 220 /* LPC residual */
|
cl_ltp.cpp | 447 res2 = pointer to long term prediction residual (Word16) 455 res2 = pointer to long term prediction residual (Word16) 501 Word16 res2[], // i/o : Long term prediction residual Q0 536 * - find LTP residual. * 582 // update target vector und evaluate LTP residual 627 Word16 res2[], /* i/o : Long term prediction residual Q0 */ 679 * - find LTP residual. * 753 /* update target vector und evaluate LTP residual */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 152 Word16 * x, /* input : ISF residual vector */ 267 Word16 y[], /* (o) : residual signal */ 274 Word16 y[], /* (o) : residual signal */ 430 Word16 cn[], /* (i) <12b : residual after long term prediction */ 439 Word16 cn[], /* (i) <12b : residual after long term prediction */
|
/external/ceres-solver/include/ceres/ |
loss_function.h | 58 // residual for the erroneous measurement will result in extreme error 89 // For a residual vector with squared 2-norm 'sq_norm', this method 159 // units of the residual vector norm whereas 's' is a squared
|
c_api.h | 121 /* Add a residual block. */
|
/external/chromium_org/third_party/opus/src/silk/ |
main.h | 68 opus_int32 *ratio_Q14, /* O Ratio of residual and mid energies */ 71 opus_int32 mid_res_amp_Q0[], /* I/O Smoothed mid, residual norms */ 422 opus_int length /* I Length of residual */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.c | 312 /* residual energy */ 339 /* residual energy */ 516 /* residual energy */
|
/external/ceres-solver/examples/ |
bundle_adjuster.cc | 259 // Each Residual block takes a point and a camera as input and 260 // outputs a 2 dimensional residual.
|
nist.cc | 266 bool operator()(const T* const b, T* residual) const { \ 269 residual[0] = y - ( 402 bool operator()(const T* const b, T* residual) const { 404 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_)));
|
/external/ceres-solver/internal/ceres/ |
cost_function_to_functor_test.cc | 92 << "residual id: " << i; 104 << "residual : " << i;
|
dogleg_strategy_test.cc | 58 // The residual is chosen so that the minimum of the quadratic function is 96 // The residual is chosen so that the minimum of the quadratic function is
|
linear_solver.h | 126 // maintain a cheap estimate of the residual which may become 129 // the residual using a |b - Ax| evaluation.
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
find_LTP_FIX.c | 47 const opus_int16 r_lpc[], /* I residual signal after LPC signal + state for first 10 ms */ 107 /* Calculate residual energy */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 208 ;// Horizontal Data and Residual calculation 233 ;// Vertical Data and Residual calculation
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 208 ;// Horizontal Data and Residual calculation 233 ;// Vertical Data and Residual calculation
|
/external/flac/include/FLAC/ |
stream_encoder.h | [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RSACoreEngine.java | 189 h = h.mod(p); // mod (in Java) returns the positive residual
|