Home
last modified time | relevance | path

Searched defs:residual (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1.c1131 void ff_g723_1_get_residual(int16_t *residual, int16_t *prev_excitation, in ff_g723_1_get_residual()
1161 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1]; in ff_g723_1_gen_acb_excitation() local
Dg729postfilter.c111 const int16_t* residual, int16_t *residual_filt, in long_term_filter()
519 int16_t* residual, int16_t* res_filter_data, in ff_g729_postfilter()
Dmlpdsp.c39 int32_t residual = *sample_buffer; in mlp_filter_channel() local
Dg723_1enc.c687 static void acb_search(G723_1_ChannelContext *p, int16_t *residual, in acb_search()
805 static void sub_acb_contrib(const int16_t *residual, const int16_t *impulse_resp, in sub_acb_contrib()
1172 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1]; in g723_1_encode_frame() local
Dalacenc.c261 int32_t *residual = s->predictor_buf[ch]; in alac_linear_predictor() local
451 int32_t *residual = s->predictor_buf[i]; in write_element() local
Ddstdec.c344 int prob, residual, v; in decode_frame() local
Dg729dec.c125 int16_t residual[SUBFRAME_SIZE + RES_PREV_DATA_SIZE]; member
Ddca_core.h228 int32_t step_size, int32_t scale, int residual, int len) in ff_dca_core_dequantize()
Dopus_silk.c516 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY]; in silk_decode_frame() local
Dflacenc.c91 int32_t residual[FLAC_MAX_BLOCKSIZE+11]; member
Dmlpenc.c1839 int64_t residual; in apply_filter() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_q31.c282 uint32_t residual = blockSize & 3; in arm_fir_q31_1_4_mve() local
788 int32_t residual = blockSize & 3; in arm_fir_q31() local
Darm_fir_q7.c317 uint32_t residual = blockSize & 3; in arm_fir_q7() local
Darm_fir_q15.c303 uint32_t residual = blockSize & 3; in arm_fir_q15() local
/third_party/alsa-utils/bat/
Danalyze.c234 float tmp, rms, gain, residual; in calculate_noise_one_period() local
/third_party/libsnd/src/
Dnms_adpcm.c488 uint16_t w = 0, residual = 0 ; in nms_adpcm_block_unpack_24() local
576 uint16_t residual ; in nms_adpcm_block_pack_24() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c633 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c922 double residual = mod_res - prev_residual; in ecma_double_to_ascii() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c152 const int residual = (value - predict) & 0xff; in NearLosslessComponent() local
246 uint32_t residual; in GetResidual() local
/third_party/typescript/src/compiler/
Dutilities.ts7296 const residual = shiftedDigit >>> 16; constant