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]
51 +obmc4[x] * block[0][x + y*src_stride];
60 if(v&(~255)) v= ~(v>>31);
61 dst8[x + y*src_stride] =
v;
77 for (i = 0; frame->
data[i]; i++) {
90 int plane_index,
level, orientation;
92 for(plane_index=0; plane_index<3; plane_index++){
94 for(orientation=level ? 1:0; orientation<4; orientation++){
122 for(i=0; i<
QROOT; i++){
124 v *= pow(2, 1.0 / QROOT);
139 static const uint8_t brane[256]={
140 0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x11,0x12,0x12,0x12,0x12,0x12,0x12,0x12,
141 0x04,0x05,0xcc,0xcc,0xcc,0xcc,0xcc,0x41,0x15,0x16,0xcc,0xcc,0xcc,0xcc,0xcc,0x52,
142 0x04,0xcc,0x05,0xcc,0xcc,0xcc,0x41,0xcc,0x15,0xcc,0x16,0xcc,0xcc,0xcc,0x52,0xcc,
143 0x04,0xcc,0xcc,0x05,0xcc,0x41,0xcc,0xcc,0x15,0xcc,0xcc,0x16,0xcc,0x52,0xcc,0xcc,
144 0x04,0xcc,0xcc,0xcc,0x41,0xcc,0xcc,0xcc,0x15,0xcc,0xcc,0xcc,0x16,0xcc,0xcc,0xcc,
145 0x04,0xcc,0xcc,0x41,0xcc,0x05,0xcc,0xcc,0x15,0xcc,0xcc,0x52,0xcc,0x16,0xcc,0xcc,
146 0x04,0xcc,0x41,0xcc,0xcc,0xcc,0x05,0xcc,0x15,0xcc,0x52,0xcc,0xcc,0xcc,0x16,0xcc,
147 0x04,0x41,0xcc,0xcc,0xcc,0xcc,0xcc,0x05,0x15,0x52,0xcc,0xcc,0xcc,0xcc,0xcc,0x16,
148 0x44,0x45,0x45,0x45,0x45,0x45,0x45,0x45,0x55,0x56,0x56,0x56,0x56,0x56,0x56,0x56,
149 0x48,0x49,0xcc,0xcc,0xcc,0xcc,0xcc,0x85,0x59,0x5A,0xcc,0xcc,0xcc,0xcc,0xcc,0x96,
150 0x48,0xcc,0x49,0xcc,0xcc,0xcc,0x85,0xcc,0x59,0xcc,0x5A,0xcc,0xcc,0xcc,0x96,0xcc,
151 0x48,0xcc,0xcc,0x49,0xcc,0x85,0xcc,0xcc,0x59,0xcc,0xcc,0x5A,0xcc,0x96,0xcc,0xcc,
152 0x48,0xcc,0xcc,0xcc,0x49,0xcc,0xcc,0xcc,0x59,0xcc,0xcc,0xcc,0x96,0xcc,0xcc,0xcc,
153 0x48,0xcc,0xcc,0x85,0xcc,0x49,0xcc,0xcc,0x59,0xcc,0xcc,0x96,0xcc,0x5A,0xcc,0xcc,
154 0x48,0xcc,0x85,0xcc,0xcc,0xcc,0x49,0xcc,0x59,0xcc,0x96,0xcc,0xcc,0xcc,0x5A,0xcc,
155 0x48,0x85,0xcc,0xcc,0xcc,0xcc,0xcc,0x49,0x59,0x96,0xcc,0xcc,0xcc,0xcc,0xcc,0x5A,
158 static const uint8_t needs[16]={
168 int16_t *tmpI= tmpIt;
172 r= brane[dx + 16*dy]&15;
173 l= brane[dx + 16*dy]>>4;
175 b= needs[l] | needs[
r];
181 for(x=0; x < b_w; x++){
182 int a_1=src[x + HTAPS_MAX/2-4];
183 int a0= src[x + HTAPS_MAX/2-3];
184 int a1= src[x + HTAPS_MAX/2-2];
185 int a2= src[x + HTAPS_MAX/2-1];
186 int a3= src[x + HTAPS_MAX/2+0];
187 int a4= src[x + HTAPS_MAX/2+1];
188 int a5= src[x + HTAPS_MAX/2+2];
189 int a6= src[x + HTAPS_MAX/2+3];
192 am= 20*(a2+
a3) - 5*(a1+a4) + (a0+
a5);
201 if(am&(~255)) am= ~(am>>31);
214 for(y=0; y < b_h; y++){
215 for(x=0; x < b_w+1; x++){
226 am= (20*(a2+
a3) - 5*(a1+a4) + (a0+
a5) + 16)>>5;
230 if(am&(~255)) am= ~(am>>31);
242 for(y=0; y < b_h; y++){
243 for(x=0; x < b_w; x++){
254 am= (20*(a2+
a3) - 5*(a1+a4) + (a0+
a5) + 512)>>10;
257 if(am&(~255)) am= ~(am>>31);
271 hpel[ 6]= tmp2t[1] + 1;
273 hpel[ 8]= src + stride;
274 hpel[ 9]= hpel[1] + 64;
275 hpel[10]= hpel[8] + 1;
277 #define MC_STRIDE(x) (needs[x] ? 64 : stride)
280 int dxy = dx / 8 + dy / 8 * 4;
281 const uint8_t *src1 = hpel[dxy ];
282 const uint8_t *src2 = hpel[dxy + 1];
283 const uint8_t *src3 = hpel[dxy + 4];
284 const uint8_t *src4 = hpel[dxy + 5];
291 for(y=0; y < b_h; y++){
292 for(x=0; x < b_w; x++){
293 dst[x]= ((8-dx)*(8-dy)*src1[x] + dx*(8-dy)*src2[x]+
294 (8-dx)* dy *src3[x] + dx* dy *src4[x]+32)>>6;
307 int a= weight[((dx&7) + (8*(dy&7)))];
309 for(y=0; y < b_h; y++){
310 for(x=0; x < b_w; x++){
311 dst[x]= (a*src1[x] + b*src2[x] + 4)>>3;
320 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,
BlockNode *
block,
int plane_index,
int w,
int h){
323 const unsigned color = block->
color[plane_index];
324 const unsigned color4 = color*0x01010101;
326 for(y=0; y < b_h; y++){
327 *(uint32_t*)&dst[0 + y*stride]= color4;
328 *(uint32_t*)&dst[4 + y*stride]= color4;
329 *(uint32_t*)&dst[8 + y*stride]= color4;
330 *(uint32_t*)&dst[12+ y*stride]= color4;
331 *(uint32_t*)&dst[16+ y*stride]= color4;
332 *(uint32_t*)&dst[20+ y*stride]= color4;
333 *(uint32_t*)&dst[24+ y*stride]= color4;
334 *(uint32_t*)&dst[28+ y*stride]= color4;
337 for(y=0; y < b_h; y++){
338 *(uint32_t*)&dst[0 + y*stride]= color4;
339 *(uint32_t*)&dst[4 + y*stride]= color4;
340 *(uint32_t*)&dst[8 + y*stride]= color4;
341 *(uint32_t*)&dst[12+ 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;
349 for(y=0; y < b_h; y++){
350 *(uint32_t*)&dst[0 + y*stride]= color4;
353 for(y=0; y < b_h; y++){
354 for(x=0; x < b_w; x++){
355 dst[x + y*stride]=
color;
362 int mx= block->
mx*scale;
363 int my= block->
my*scale;
366 const int tab_index= 3 - (b_w>>2) + (b_w>>4);
369 src += sx + sy*stride;
381 av_assert2((tab_index>=0 && tab_index<4) || b_w==32);
383 || !(b_w == b_h || 2*b_w == b_h || b_w == 2*b_h)
388 mc_block(&s->
plane[plane_index], dst, src, stride, b_w, b_h, dx, dy);
391 for(y=0; y<b_h; y+=16){
408 #define mca(dx,dy,b_w)\
409 static void mc_block_hpel ## dx ## dy ## b_w(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h){\
411 mc_block(NULL, dst, src-(HTAPS_MAX/2-1)-(HTAPS_MAX/2-1)*stride, stride, b_w, b_w, dx, dy);\
439 s->qdsp.put_qpel_pixels_tab [0][dy+dx/4]=\
440 s->qdsp.put_no_rnd_qpel_pixels_tab[0][dy+dx/4]=\
441 s->h264qpel.put_h264_qpel_pixels_tab[0][dy+dx/4];\
442 s->qdsp.put_qpel_pixels_tab [1][dy+dx/4]=\
443 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dy+dx/4]=\
444 s->h264qpel.put_h264_qpel_pixels_tab[1][dy+dx/4];
464 s->hdsp.put_pixels_tab [0][dy/4+dx/8]=\
465 s->hdsp.put_no_rnd_pixels_tab[0][dy/4+dx/8]=\
466 mc_block_hpel ## dx ## dy ## 16;\
467 s->hdsp.put_pixels_tab [1][dy/4+dx/8]=\
468 s->hdsp.put_no_rnd_pixels_tab[1][dy/4+dx/8]=\
469 mc_block_hpel ## dx ## dy ## 8;
509 int plane_index,
level, orientation;
510 int ret, emu_buf_size;
526 for(plane_index=0; plane_index < s->
nb_planes; plane_index++){
538 for(orientation=level ? 1 : 0; orientation<4; orientation++){
544 b->
width = (w + !(orientation&1))>>1;
545 b->
height= (h + !(orientation>1))>>1;
579 #define USE_HALFPEL_PLANE 0
594 if (!halfpel[1][p] || !halfpel[2][p] || !halfpel[3][p])
602 halfpel[1][p][i]= (20*(src[i] + src[i+1]) - 5*(src[i-1] + src[i+2]) + (src[i-2] + src[i+3]) + 16 )>>5;
609 halfpel[2][p][i]= (20*(src[i] + src[i+ls]) - 5*(src[i-ls] + src[i+2*ls]) + (src[i-2*ls] + src[i+3*ls]) + 16 )>>5;
617 halfpel[3][p][i]= (20*(src[i] + src[i+ls]) - 5*(src[i-ls] + src[i+2*ls]) + (src[i-2*ls] + src[i+3*ls]) + 16 )>>5;
695 int plane_index,
level, orientation, i;
722 for(plane_index=0; plane_index < s->
nb_planes; plane_index++){
724 for(orientation=level ? 1 : 0; orientation<4; orientation++){