Searched refs:temp_B (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | wavpackenc.c | 1240 int32_t temp_A[MAX_TERM], temp_B[MAX_TERM]; in decorr_stereo() local 1244 memcpy(temp_B, dpp->samplesB, sizeof(dpp->samplesB)); in decorr_stereo() 1248 dpp->samplesB[k] = temp_B[m]; in decorr_stereo() 1441 int32_t temp_A[MAX_TERM], temp_B[MAX_TERM]; in decorr_stereo_quick() local 1445 memcpy(temp_B, dpp->samplesB, sizeof(dpp->samplesB)); in decorr_stereo_quick() 1449 dpp->samplesB[k] = temp_B[m]; in decorr_stereo_quick() 2285 int32_t temp_A[MAX_TERM], temp_B[MAX_TERM]; in decorr_stereo_pass2() local 2288 memcpy(temp_B, dpp->samplesB, sizeof (dpp->samplesB)); in decorr_stereo_pass2() 2292 dpp->samplesB[k] = temp_B[m]; in decorr_stereo_pass2() 2405 int32_t temp_A[MAX_TERM], temp_B[MAX_TER in decorr_stereo_pass_id2() local 2743 int32_t temp_A[MAX_TERM], temp_B[MAX_TERM]; wavpack_encode_block() local [all...] |
Completed in 4 milliseconds