mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) | 2 lines
cosmetic Originally committed as revision 6477 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e3df7fc64c
commit
4c588d8e9f
1 changed files with 5 additions and 5 deletions
|
|
@ -834,11 +834,11 @@ static void residue_encode(venc_context_t * venc, residue_t * rc, PutBitContext
|
|||
assert(!(psize % book->ndimentions));
|
||||
|
||||
if (rc->type == 0) {
|
||||
for (k = 0; k < psize; k += book->ndimentions) {
|
||||
float * a = put_vector(book, pb, &buf[k]);
|
||||
int l;
|
||||
for (l = 0; l < book->ndimentions; l++) buf[k + l] -= a[l];
|
||||
}
|
||||
for (k = 0; k < psize; k += book->ndimentions) {
|
||||
float * a = put_vector(book, pb, &buf[k]);
|
||||
int l;
|
||||
for (l = 0; l < book->ndimentions; l++) buf[k + l] -= a[l];
|
||||
}
|
||||
} else {
|
||||
for (k = 0; k < psize; k += book->ndimentions) {
|
||||
int dim = book->ndimentions, s = rc->begin + p * psize, l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue