/third_party/ffmpeg/libavcodec/ |
D | g723_1.c | 1131 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
|
D | g729postfilter.c | 111 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()
|
D | mlpdsp.c | 39 int32_t residual = *sample_buffer; in mlp_filter_channel() local
|
D | g723_1enc.c | 687 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
|
D | alacenc.c | 261 int32_t *residual = s->predictor_buf[ch]; in alac_linear_predictor() local 451 int32_t *residual = s->predictor_buf[i]; in write_element() local
|
D | dstdec.c | 344 int prob, residual, v; in decode_frame() local
|
D | g729dec.c | 125 int16_t residual[SUBFRAME_SIZE + RES_PREV_DATA_SIZE]; member
|
D | dca_core.h | 228 int32_t step_size, int32_t scale, int residual, int len) in ff_dca_core_dequantize()
|
D | opus_silk.c | 516 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY]; in silk_decode_frame() local
|
D | flacenc.c | 91 int32_t residual[FLAC_MAX_BLOCKSIZE+11]; member
|
D | mlpenc.c | 1839 int64_t residual; in apply_filter() local
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_q31.c | 282 uint32_t residual = blockSize & 3; in arm_fir_q31_1_4_mve() local 788 int32_t residual = blockSize & 3; in arm_fir_q31() local
|
D | arm_fir_q7.c | 317 uint32_t residual = blockSize & 3; in arm_fir_q7() local
|
D | arm_fir_q15.c | 303 uint32_t residual = blockSize & 3; in arm_fir_q15() local
|
/third_party/alsa-utils/bat/ |
D | analyze.c | 234 float tmp, rms, gain, residual; in calculate_noise_one_period() local
|
/third_party/libsnd/src/ |
D | nms_adpcm.c | 488 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/ |
D | vl_mpeg12_bitstream.c | 633 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() local
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-conversion.c | 922 double residual = mod_res - prev_residual; in ecma_double_to_ascii() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 152 const int residual = (value - predict) & 0xff; in NearLosslessComponent() local 246 uint32_t residual; in GetResidual() local
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 7296 const residual = shiftedDigit >>> 16; constant
|