Home
last modified time | relevance | path

Searched refs:APPLY_WEIGHT (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c46 #define APPLY_WEIGHT(weight, sample) ((sample) != (short) (sample) ? \ macro
574 left -= APPLY_WEIGHT(dpp->weightA, sam_A); in decorr_mono()
590 left -= APPLY_WEIGHT(dpp->weightA, sam_A); in decorr_mono()
1155 out_left[0] = tmp = (dpp->samplesA[1] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo()
1161 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam); in decorr_stereo()
1177 out_left[0] = tmp = (dpp->samplesA[0] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo()
1183 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT (dpp->weightB, sam); in decorr_stereo()
1199 out_left[0] = tmp = (dpp->samplesA[0] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo()
1205 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam); in decorr_stereo()
1222 out_left[0] = tmp = (dpp->samplesA[k] = in_left[0]) - APPLY_WEIGHT(dp in decorr_stereo()
[all...]

Completed in 3 milliseconds