Home
last modified time | relevance | path

Searched defs:residual (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg723_1.c1132 void ff_g723_1_get_residual(int16_t *residual, int16_t *prev_excitation, in ff_g723_1_get_residual() argument
1162 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1]; in ff_g723_1_gen_acb_excitation() local
H A Ddstdec.c349 int prob, residual, v; in decode_frame() local
H A Dmlpdsp.c39 int32_t residual = *sample_buffer; in mlp_filter_channel() local
H A Dg729postfilter.c113 long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, const int16_t* residual, int16_t *residual_filt, int subframe_size) long_term_filter() argument
520 ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing, const int16_t *lp_filter_coeffs, int pitch_delay_int, int16_t* residual, int16_t* res_filter_data, int16_t* pos_filter_data, int16_t *speech, int subframe_size) ff_g729_postfilter() argument
[all...]
H A Dg723_1enc.c683 static void acb_search(G723_1_ChannelContext *p, int16_t *residual, in acb_search() argument
801 static void sub_acb_contrib(const int16_t *residual, const int16_t *impulse_resp, in sub_acb_contrib() argument
1165 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1]; g723_1_encode_frame() local
[all...]
H A Dg729dec.c126 int16_t residual[SUBFRAME_SIZE + RES_PREV_DATA_SIZE]; member
H A Ddca_core.h225 ff_dca_core_dequantize(int32_t *output, const int32_t *input, int32_t step_size, int32_t scale, int residual, int len) ff_dca_core_dequantize() argument
H A Dalacenc.c262 int32_t *residual = s->predictor_buf[ch]; in alac_linear_predictor() local
452 int32_t *residual = s->predictor_buf[i]; in write_element() local
[all...]
H A Dopus_silk.c517 float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG + SILK_HISTORY]; in silk_decode_frame() local
H A Dflacenc.c94 int32_t residual[FLAC_MAX_BLOCKSIZE+11]; member
[all...]
H A Dmlpenc.c1736 int64_t residual; in apply_filter() local
/third_party/alsa-utils/bat/
H A Danalyze.c235 float tmp, rms, gain, residual; in calculate_noise_one_period() local
/third_party/libsnd/src/
H A 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
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-conversion.c922 double residual = mod_res - prev_residual; in ecma_double_to_ascii() local
/third_party/astc-encoder/Source/
H A Dastcenc_color_quantize.cpp118 float residual = valuef - static_cast<float>(value); in quant_color() local
145 vfloat4 residual = valuef - int_to_float(value); quant_color3() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c633 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c152 const int residual = (value - predict) & 0xff; in NearLosslessComponent() local
246 uint32_t residual; GetResidual() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h6134 char residual[UPB_DECODER_MAX_RESIDUAL_BYTES]; member

Completed in 42 milliseconds