comparison snow.c @ 5085:81bbca75ae2f libavcodec

fix assert() 2nd try
author michael
date Wed, 30 May 2007 21:38:57 +0000
parents 176ac8353f48
children 4dbe6578f811
comparison
equal deleted inserted replaced
5084:9930b7031cb2 5085:81bbca75ae2f
2113 } 2113 }
2114 } 2114 }
2115 //FIXME if mb_cmp != SSE then intra cant be compared currently and mb_penalty vs. lambda2 2115 //FIXME if mb_cmp != SSE then intra cant be compared currently and mb_penalty vs. lambda2
2116 2116
2117 // subpel search 2117 // subpel search
2118 base_bits= get_rac_count(&s->c) - (s->c.bytestream - s->c.bytestream_start); 2118 base_bits= get_rac_count(&s->c) - 8*(s->c.bytestream - s->c.bytestream_start);
2119 pc= s->c; 2119 pc= s->c;
2120 pc.bytestream_start= 2120 pc.bytestream_start=
2121 pc.bytestream= p_buffer; //FIXME end/start? and at the other stoo 2121 pc.bytestream= p_buffer; //FIXME end/start? and at the other stoo
2122 memcpy(p_state, s->block_state, sizeof(s->block_state)); 2122 memcpy(p_state, s->block_state, sizeof(s->block_state));
2123 2123