37 int src_x,
int src_y,
int src_stride, slice_buffer * sb,
int add,
uint8_t * dst8){
42 const uint8_t *obmc1= obmc + y*obmc_stride;
43 const uint8_t *obmc2= obmc1+ (obmc_stride>>1);
44 const uint8_t *obmc3= obmc1+ obmc_stride*(obmc_stride>>1);
48 int v= obmc1[x] *
block[3][x + y*src_stride]
49 +obmc2[x] *
block[2][x + y*src_stride]
50 +obmc3[x] *
block[1][x + y*src_stride]
60 if(v&(~255)) v= ~(v>>31);
61 dst8[x + y*src_stride] = v;
74 frame->width =
s->avctx->width ;
75 frame->height =
s->avctx->height;
89 frame->width =
s->avctx->width;
90 frame->height =
s->avctx->height;
97 int plane_index,
level, orientation;
99 for(plane_index=0; plane_index<3; plane_index++){
101 for(orientation=
level ? 1:0; orientation<4; orientation++){
102 memset(
s->plane[plane_index].band[
level][orientation].state,
MID_STATE,
sizeof(
s->plane[plane_index].band[
level][orientation].state));
106 memset(
s->header_state,
MID_STATE,
sizeof(
s->header_state));
107 memset(
s->block_state,
MID_STATE,
sizeof(
s->block_state));
131 v *= pow(2, 1.0 /
QROOT);
146 static const uint8_t brane[256]={
147 0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12,
148 0x04,0x05,0xcc,0xcc,0xcc,0xcc,0xcc,0x41,0x15,0x16,0xcc,0xcc,0xcc,0xcc,0xcc,0x52,
149 0x04,0xcc,0x05,0xcc,0xcc,0xcc,0x41,0xcc,0x15,0xcc,0x16,0xcc,0xcc,0xcc,0x52,0xcc,
150 0x04,0xcc,0xcc,0x05,0xcc,0x41,0xcc,0xcc,0x15,0xcc,0xcc,0x16,0xcc,0x52,0xcc,0xcc,
151 0x04,0xcc,0xcc,0xcc,0x41,0xcc,0xcc,0xcc,0x15,0xcc,0xcc,0xcc,0x16,0xcc,0xcc,0xcc,
152 0x04,0xcc,0xcc,0x41,0xcc,0x05,0xcc,0xcc,0x15,0xcc,0xcc,0x52,0xcc,0x16,0xcc,0xcc,
153 0x04,0xcc,0x41,0xcc,0xcc,0xcc,0x05,0xcc,0x15,0xcc,0x52,0xcc,0xcc,0xcc,0x16,0xcc,
154 0x04,0x41,0xcc,0xcc,0xcc,0xcc,0xcc,0x05,0x15,0x52,0xcc,0xcc,0xcc,0xcc,0xcc,0x16,
155 0x44,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x55,0x56,0x56,0x56,0x56,0x56,0x56,0x56,
156 0x48,0x49,0xcc,0xcc,0xcc,0xcc,0xcc,0x85,0x59,0x5A,0xcc,0xcc,0xcc,0xcc,0xcc,0x96,
157 0x48,0xcc,0x49,0xcc,0xcc,0xcc,0x85,0xcc,0x59,0xcc,0x5A,0xcc,0xcc,0xcc,0x96,0xcc,
158 0x48,0xcc,0xcc,0x49,0xcc,0x85,0xcc,0xcc,0x59,0xcc,0xcc,0x5A,0xcc,0x96,0xcc,0xcc,
159 0x48,0xcc,0xcc,0xcc,0x49,0xcc,0xcc,0xcc,0x59,0xcc,0xcc,0xcc,0x96,0xcc,0xcc,0xcc,
160 0x48,0xcc,0xcc,0x85,0xcc,0x49,0xcc,0xcc,0x59,0xcc,0xcc,0x96,0xcc,0x5A,0xcc,0xcc,
161 0x48,0xcc,0x85,0xcc,0xcc,0xcc,0x49,0xcc,0x59,0xcc,0x96,0xcc,0xcc,0xcc,0x5A,0xcc,
162 0x48,0x85,0xcc,0xcc,0xcc,0xcc,0xcc,0x49,0x59,0x96,0xcc,0xcc,0xcc,0xcc,0xcc,0x5A,
165 static const uint8_t needs[16]={
175 int16_t *tmpI= tmpIt;
179 r= brane[dx + 16*dy]&15;
180 l= brane[dx + 16*dy]>>4;
182 b= needs[l] | needs[
r];
188 for(x=0; x < b_w; x++){
208 if(am&(~255)) am= ~(am>>31);
221 for(y=0; y < b_h; y++){
222 for(x=0; x < b_w+1; x++){
237 if(am&(~255)) am= ~(am>>31);
249 for(y=0; y < b_h; y++){
250 for(x=0; x < b_w; x++){
264 if(am&(~255)) am= ~(am>>31);
278 hpel[ 6]= tmp2t[1] + 1;
281 hpel[ 9]= hpel[1] + 64;
282 hpel[10]= hpel[8] + 1;
284 #define MC_STRIDE(x) (needs[x] ? 64 : stride)
287 int dxy = dx / 8 + dy / 8 * 4;
289 const uint8_t *src2 = hpel[dxy + 1];
290 const uint8_t *src3 = hpel[dxy + 4];
291 const uint8_t *src4 = hpel[dxy + 5];
298 for(y=0; y < b_h; y++){
299 for(x=0; x < b_w; x++){
300 dst[x]= ((8-dx)*(8-dy)*
src1[x] + dx*(8-dy)*src2[x]+
301 (8-dx)* dy *src3[x] + dx* dy *src4[x]+32)>>6;
314 int a=
weight[((dx&7) + (8*(dy&7)))];
316 for(y=0; y < b_h; y++){
317 for(x=0; x < b_w; x++){
318 dst[x]= (
a*
src1[x] +
b*src2[x] + 4)>>3;
327 void ff_snow_pred_block(
SnowContext *
s,
uint8_t *dst,
uint8_t *
tmp, ptrdiff_t
stride,
int sx,
int sy,
int b_w,
int b_h,
const BlockNode *
block,
int plane_index,
int w,
int h){
330 const unsigned color =
block->color[plane_index];
331 const unsigned color4 =
color*0x01010101;
333 for(y=0; y < b_h; y++){
334 *(uint32_t*)&dst[0 + y*
stride]= color4;
335 *(uint32_t*)&dst[4 + y*
stride]= color4;
336 *(uint32_t*)&dst[8 + y*
stride]= color4;
337 *(uint32_t*)&dst[12+ y*
stride]= color4;
338 *(uint32_t*)&dst[16+ y*
stride]= color4;
339 *(uint32_t*)&dst[20+ y*
stride]= color4;
340 *(uint32_t*)&dst[24+ y*
stride]= color4;
341 *(uint32_t*)&dst[28+ y*
stride]= color4;
344 for(y=0; y < b_h; y++){
345 *(uint32_t*)&dst[0 + y*
stride]= color4;
346 *(uint32_t*)&dst[4 + y*
stride]= color4;
347 *(uint32_t*)&dst[8 + y*
stride]= color4;
348 *(uint32_t*)&dst[12+ y*
stride]= color4;
351 for(y=0; y < b_h; y++){
352 *(uint32_t*)&dst[0 + y*
stride]= color4;
353 *(uint32_t*)&dst[4 + y*
stride]= color4;
356 for(y=0; y < b_h; y++){
357 *(uint32_t*)&dst[0 + y*
stride]= color4;
360 for(y=0; y < b_h; y++){
361 for(x=0; x < b_w; x++){
368 const int scale= plane_index ? (2*
s->mv_scale)>>
s->chroma_h_shift : 2*
s->mv_scale;
369 int mx=
block->mx*scale;
370 int my=
block->my*scale;
373 const int tab_index= 3 - (b_w>>2) + (b_w>>4);
388 av_assert2((tab_index>=0 && tab_index<4) || b_w==32);
390 || !(b_w == b_h || 2*b_w == b_h || b_w == 2*b_h)
394 || !
s->plane[plane_index].fast_mc )
398 for(y=0; y<b_h; y+=16){
403 s->h264qpel.put_h264_qpel_pixels_tab[tab_index ][dy+(dx>>2)](dst,
src + 3 + 3*
stride,
stride);
405 s->h264qpel.put_h264_qpel_pixels_tab[tab_index+1][dy+(dx>>2)](dst ,
src + 3 + 3*
stride,
stride);
406 s->h264qpel.put_h264_qpel_pixels_tab[tab_index+1][dy+(dx>>2)](dst+b_h,
src + 3 + b_h + 3*
stride,
stride);
409 s->h264qpel.put_h264_qpel_pixels_tab[tab_index ][dy+(dx>>2)](dst ,
src + 3 + 3*
stride ,
stride);
415 #define mca(dx,dy,b_w)\
416 static void mc_block_hpel ## dx ## dy ## b_w(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h){\
418 mc_block(NULL, dst, src-(HTAPS_MAX/2-1)-(HTAPS_MAX/2-1)*stride, stride, b_w, b_w, dx, dy);\
437 s->spatial_decomposition_count = 1;
446 s->qdsp.put_qpel_pixels_tab [0][dy+dx/4]=\
447 s->qdsp.put_no_rnd_qpel_pixels_tab[0][dy+dx/4]=\
448 s->h264qpel.put_h264_qpel_pixels_tab[0][dy+dx/4];\
449 s->qdsp.put_qpel_pixels_tab [1][dy+dx/4]=\
450 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dy+dx/4]=\
451 s->h264qpel.put_h264_qpel_pixels_tab[1][dy+dx/4];
471 s->hdsp.put_pixels_tab [0][dy/4+dx/8]=\
472 s->hdsp.put_no_rnd_pixels_tab[0][dy/4+dx/8]=\
473 mc_block_hpel ## dx ## dy ## 16;\
474 s->hdsp.put_pixels_tab [1][dy/4+dx/8]=\
475 s->hdsp.put_no_rnd_pixels_tab[1][dy/4+dx/8]=\
476 mc_block_hpel ## dx ## dy ## 8;
500 if (!
s->last_picture[
i])
506 if (!
s->mconly_picture || !
s->current_picture)
516 int plane_index,
level, orientation;
517 int ret, emu_buf_size;
528 if(
s->mconly_picture->format != avctx->
pix_fmt) {
533 for(plane_index=0; plane_index <
s->nb_planes; plane_index++){
534 int w=
s->avctx->width;
535 int h=
s->avctx->height;
541 s->plane[plane_index].width =
w;
542 s->plane[plane_index].height=
h;
545 for(orientation=
level ? 1 : 0; orientation<4; orientation++){
548 b->buf=
s->spatial_dwt_buffer;
550 b->stride=
s->plane[plane_index].width << (
s->spatial_decomposition_count -
level);
551 b->width = (
w + !(orientation&1))>>1;
552 b->height= (
h + !(orientation>1))>>1;
554 b->stride_line = 1 << (
s->spatial_decomposition_count -
level);
560 b->buf_x_offset = (
w+1)>>1;
563 b->buf +=
b->stride>>1;
564 b->buf_y_offset =
b->stride_line >> 1;
566 b->ibuf=
s->spatial_idwt_buffer + (
b->buf -
s->spatial_dwt_buffer);
569 b->parent= &
s->plane[plane_index].band[
level-1][orientation];
586 #define USE_HALFPEL_PLANE 0
591 for(p=0; p <
s->nb_planes; p++){
593 int w= is_chroma ?
AV_CEIL_RSHIFT(
s->avctx->width,
s->chroma_h_shift) :
s->avctx->width;
594 int h= is_chroma ?
AV_CEIL_RSHIFT(
s->avctx->height,
s->chroma_v_shift) :
s->avctx->height;
595 int ls=
frame->linesize[p];
601 if (!halfpel[1][p] || !halfpel[2][p] || !halfpel[3][p]) {
645 if(
s->last_picture[
s->max_ref_frames-1]->data[0]){
648 if(
s->halfpel_plane[
s->max_ref_frames-1][1+
i/3][
i%3]) {
650 s->halfpel_plane[
s->max_ref_frames-1][1+
i/3][
i%3] =
NULL;
661 tmp=
s->last_picture[
s->max_ref_frames-1];
662 for(
i=
s->max_ref_frames-1;
i>0;
i--)
663 s->last_picture[
i] =
s->last_picture[
i-1];
664 memmove(
s->halfpel_plane+1,
s->halfpel_plane, (
s->max_ref_frames-1)*
sizeof(
void*)*4*4);
669 s->last_picture[0] =
s->current_picture;
670 s->current_picture =
tmp;
676 for(
i=0;
i<
s->max_ref_frames &&
s->last_picture[
i]->data[0];
i++)
677 if(
i &&
s->last_picture[
i-1]->key_frame)
680 if(
s->ref_frames==0){
688 s->current_picture->key_frame=
s->keyframe;
695 int plane_index,
level, orientation,
i;
716 if(
s->last_picture[
i] &&
s->last_picture[
i]->data[0]) {
717 av_assert0(
s->last_picture[
i]->data[0] !=
s->current_picture->data[0]);
722 for(plane_index=0; plane_index <
MAX_PLANES; plane_index++){
724 for(orientation=
level ? 1 : 0; orientation<4; orientation++){