H A D | wavpackenc.c | 1151 int32_t sam, tmp; in decorr_stereo() local 1153 sam = dpp->samplesA[0]; in decorr_stereo() 1155 out_left[0] = tmp = (dpp->samplesA[1] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo() 1156 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam, tmp); in decorr_stereo() 1159 sam = dpp->samplesB[0]; in decorr_stereo() 1161 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam); in decorr_stereo() 1162 UPDATE_WEIGHT(dpp->weightB, dpp->delta, sam, tmp); in decorr_stereo() 1173 int32_t sam, tmp; in decorr_stereo() local 1175 sam = 2 * dpp->samplesA[0] - dpp->samplesA[1]; in decorr_stereo() 1177 out_left[0] = tmp = (dpp->samplesA[0] = in_left[0]) - APPLY_WEIGHT(dpp->weightA, sam); in decorr_stereo() 1195 int32_t sam, tmp; decorr_stereo() local 1219 int32_t sam, tmp; decorr_stereo() local 1379 int32_t sam, tmp; decorr_stereo_quick() local 1394 int32_t sam, tmp; decorr_stereo_quick() local 1409 int32_t sam, tmp; decorr_stereo_quick() local 1426 int32_t sam, tmp; decorr_stereo_quick() local 2241 int32_t sam, tmp; decorr_stereo_pass2() local 2256 int32_t sam, tmp; decorr_stereo_pass2() local 2271 int32_t sam, tmp; decorr_stereo_pass2() local 2360 int32_t sam, tmp; decorr_stereo_pass_id2() local 2375 int32_t sam, tmp; decorr_stereo_pass_id2() local 2390 int32_t sam, tmp; decorr_stereo_pass_id2() local 2718 int32_t sam; wavpack_encode_block() local [all...] |