Searched refs:xy (Results 1 - 25 of 164) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh263.c53 const int xy = s->block_index[0]; local
81 s->current_picture.motion_val[0][xy][0] = motion_x;
82 s->current_picture.motion_val[0][xy][1] = motion_y;
83 s->current_picture.motion_val[0][xy + 1][0] = motion_x;
84 s->current_picture.motion_val[0][xy + 1][1] = motion_y;
85 s->current_picture.motion_val[0][xy + wrap][0] = motion_x;
86 s->current_picture.motion_val[0][xy + wrap][1] = motion_y;
87 s->current_picture.motion_val[0][xy + 1 + wrap][0] = motion_x;
88 s->current_picture.motion_val[0][xy + 1 + wrap][1] = motion_y;
146 const int xy local
[all...]
H A Dmotion_est.c527 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
529 s->p_mv_table[xy][0] = mx;
530 s->p_mv_table[xy][1] = my;
758 const int xy= s->mb_x + s->mb_y*mot_stride; local
777 assert(field_select_tables[block][xy]==0 || field_select_tables[block][xy]==1);
778 if(field_select_tables[block][xy] != field_select)
782 P_LEFT[0] = mv_table[xy - 1][0];
783 P_LEFT[1] = mv_table[xy - 1][1];
790 P_TOP[0] = mv_table[xy
881 int xy= 2*mb_x + 2*mb_y*s->b8_stride; local
898 int xy= s->block_index[i]; local
1270 const int xy= mb_x + mb_y*s->mb_stride; local
1461 const int xy = mb_y *mot_stride + mb_x; local
1713 const int xy = mb_y*s->mb_stride + mb_x; local
1883 int xy= y*s->mb_stride; local
1944 int xy= y*2*wrap; local
1992 int xy= y*s->mb_stride; local
[all...]
H A Dmpeg4videodec.c64 const int xy= s->mb_x-1 + s->mb_y*s->mb_stride; local
68 if(s->mb_x==0 || s->qscale == qscale_table[xy] || n==1 || n==3){
76 block[s->dsp.idct_permutation[i<<3]] += ROUNDED_DIV(ac_val[i]*qscale_table[xy], s->qscale);
80 const int xy= s->mb_x + s->mb_y*s->mb_stride - s->mb_stride; local
84 if(s->mb_y==0 || s->qscale == qscale_table[xy] || n==2 || n==3){
92 block[s->dsp.idct_permutation[i]] += ROUNDED_DIV(ac_val[i + 8]*qscale_table[xy], s->qscale);
542 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
566 s->cbp_table[xy]= cbpc & 3;
567 s->current_picture.mb_type[xy]= MB_TYPE_INTRA;
573 s->current_picture.qscale_table[xy]
706 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
1096 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
1181 const int xy= s->mb_x + s->mb_y * s->mb_stride; local
[all...]
H A Dh264_mvpred.h47 const int xy = XY, y4 = Y4;\
48 const int mb_type = mb_types[xy+(y4>>2)*s->mb_stride];\
51 mv = s->current_picture_ptr->motion_val[list][h->mb2b_xy[xy]+3 + y4*h->b_stride];\
54 return s->current_picture_ptr->ref_index[list][4*xy+1 + (y4&~1)] REF_OP;
H A Dvc1dec.c679 int xy, wrap, off = 0; local
689 xy = s->block_index[n];
692 s->mv[0][n][0] = s->current_picture.motion_val[0][xy][0] = 0;
693 s->mv[0][n][1] = s->current_picture.motion_val[0][xy][1] = 0;
694 s->current_picture.motion_val[1][xy][0] = 0;
695 s->current_picture.motion_val[1][xy][1] = 0;
697 s->current_picture.motion_val[0][xy + 1][0] = 0;
698 s->current_picture.motion_val[0][xy + 1][1] = 0;
699 s->current_picture.motion_val[0][xy + wrap][0] = 0;
700 s->current_picture.motion_val[0][xy
974 int xy, wrap, off = 0; local
1326 int xy, wrap, pred, a, b, c; local
[all...]
H A Dmpeg4video.c87 int xy= s->block_index[i]; local
92 p_mx= s->next_picture.motion_val[0][xy][0];
102 p_my= s->next_picture.motion_val[0][xy][1];
H A Dh261dec.c205 int j, xy; local
209 xy = s->mb_x + s->mb_y * s->mb_stride;
218 s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
251 int i, cbp, xy; local
283 xy = s->mb_x + s->mb_y * s->mb_stride;
326 s->current_picture.mb_type[xy]= MB_TYPE_INTRA;
333 s->current_picture.mb_type[xy]= MB_TYPE_16x16 | MB_TYPE_L0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh263.c53 const int xy = s->block_index[0]; local
81 s->current_picture.motion_val[0][xy][0] = motion_x;
82 s->current_picture.motion_val[0][xy][1] = motion_y;
83 s->current_picture.motion_val[0][xy + 1][0] = motion_x;
84 s->current_picture.motion_val[0][xy + 1][1] = motion_y;
85 s->current_picture.motion_val[0][xy + wrap][0] = motion_x;
86 s->current_picture.motion_val[0][xy + wrap][1] = motion_y;
87 s->current_picture.motion_val[0][xy + 1 + wrap][0] = motion_x;
88 s->current_picture.motion_val[0][xy + 1 + wrap][1] = motion_y;
146 const int xy local
[all...]
H A Dmotion_est.c527 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
529 s->p_mv_table[xy][0] = mx;
530 s->p_mv_table[xy][1] = my;
758 const int xy= s->mb_x + s->mb_y*mot_stride; local
777 assert(field_select_tables[block][xy]==0 || field_select_tables[block][xy]==1);
778 if(field_select_tables[block][xy] != field_select)
782 P_LEFT[0] = mv_table[xy - 1][0];
783 P_LEFT[1] = mv_table[xy - 1][1];
790 P_TOP[0] = mv_table[xy
881 int xy= 2*mb_x + 2*mb_y*s->b8_stride; local
898 int xy= s->block_index[i]; local
1270 const int xy= mb_x + mb_y*s->mb_stride; local
1461 const int xy = mb_y *mot_stride + mb_x; local
1713 const int xy = mb_y*s->mb_stride + mb_x; local
1883 int xy= y*s->mb_stride; local
1944 int xy= y*2*wrap; local
1992 int xy= y*s->mb_stride; local
[all...]
H A Dmpeg4videodec.c64 const int xy= s->mb_x-1 + s->mb_y*s->mb_stride; local
68 if(s->mb_x==0 || s->qscale == qscale_table[xy] || n==1 || n==3){
76 block[s->dsp.idct_permutation[i<<3]] += ROUNDED_DIV(ac_val[i]*qscale_table[xy], s->qscale);
80 const int xy= s->mb_x + s->mb_y*s->mb_stride - s->mb_stride; local
84 if(s->mb_y==0 || s->qscale == qscale_table[xy] || n==2 || n==3){
92 block[s->dsp.idct_permutation[i]] += ROUNDED_DIV(ac_val[i + 8]*qscale_table[xy], s->qscale);
542 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
566 s->cbp_table[xy]= cbpc & 3;
567 s->current_picture.mb_type[xy]= MB_TYPE_INTRA;
573 s->current_picture.qscale_table[xy]
706 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
1096 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
1181 const int xy= s->mb_x + s->mb_y * s->mb_stride; local
[all...]
H A Dh264_mvpred.h47 const int xy = XY, y4 = Y4;\
48 const int mb_type = mb_types[xy+(y4>>2)*s->mb_stride];\
51 mv = s->current_picture_ptr->motion_val[list][h->mb2b_xy[xy]+3 + y4*h->b_stride];\
54 return s->current_picture_ptr->ref_index[list][4*xy+1 + (y4&~1)] REF_OP;
H A Dvc1dec.c679 int xy, wrap, off = 0; local
689 xy = s->block_index[n];
692 s->mv[0][n][0] = s->current_picture.motion_val[0][xy][0] = 0;
693 s->mv[0][n][1] = s->current_picture.motion_val[0][xy][1] = 0;
694 s->current_picture.motion_val[1][xy][0] = 0;
695 s->current_picture.motion_val[1][xy][1] = 0;
697 s->current_picture.motion_val[0][xy + 1][0] = 0;
698 s->current_picture.motion_val[0][xy + 1][1] = 0;
699 s->current_picture.motion_val[0][xy + wrap][0] = 0;
700 s->current_picture.motion_val[0][xy
974 int xy, wrap, off = 0; local
1326 int xy, wrap, pred, a, b, c; local
[all...]
H A Dmpeg4video.c87 int xy= s->block_index[i]; local
92 p_mx= s->next_picture.motion_val[0][xy][0];
102 p_my= s->next_picture.motion_val[0][xy][1];
H A Dh261dec.c205 int j, xy; local
209 xy = s->mb_x + s->mb_y * s->mb_stride;
218 s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
251 int i, cbp, xy; local
283 xy = s->mb_x + s->mb_y * s->mb_stride;
326 s->current_picture.mb_type[xy]= MB_TYPE_INTRA;
333 s->current_picture.mb_type[xy]= MB_TYPE_16x16 | MB_TYPE_L0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh263.c53 const int xy = s->block_index[0]; local
81 s->current_picture.motion_val[0][xy][0] = motion_x;
82 s->current_picture.motion_val[0][xy][1] = motion_y;
83 s->current_picture.motion_val[0][xy + 1][0] = motion_x;
84 s->current_picture.motion_val[0][xy + 1][1] = motion_y;
85 s->current_picture.motion_val[0][xy + wrap][0] = motion_x;
86 s->current_picture.motion_val[0][xy + wrap][1] = motion_y;
87 s->current_picture.motion_val[0][xy + 1 + wrap][0] = motion_x;
88 s->current_picture.motion_val[0][xy + 1 + wrap][1] = motion_y;
146 const int xy local
[all...]
H A Dmotion_est.c527 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
529 s->p_mv_table[xy][0] = mx;
530 s->p_mv_table[xy][1] = my;
758 const int xy= s->mb_x + s->mb_y*mot_stride; local
777 assert(field_select_tables[block][xy]==0 || field_select_tables[block][xy]==1);
778 if(field_select_tables[block][xy] != field_select)
782 P_LEFT[0] = mv_table[xy - 1][0];
783 P_LEFT[1] = mv_table[xy - 1][1];
790 P_TOP[0] = mv_table[xy
881 int xy= 2*mb_x + 2*mb_y*s->b8_stride; local
898 int xy= s->block_index[i]; local
1270 const int xy= mb_x + mb_y*s->mb_stride; local
1461 const int xy = mb_y *mot_stride + mb_x; local
1713 const int xy = mb_y*s->mb_stride + mb_x; local
1883 int xy= y*s->mb_stride; local
1944 int xy= y*2*wrap; local
1992 int xy= y*s->mb_stride; local
[all...]
H A Dmpeg4videodec.c64 const int xy= s->mb_x-1 + s->mb_y*s->mb_stride; local
68 if(s->mb_x==0 || s->qscale == qscale_table[xy] || n==1 || n==3){
76 block[s->dsp.idct_permutation[i<<3]] += ROUNDED_DIV(ac_val[i]*qscale_table[xy], s->qscale);
80 const int xy= s->mb_x + s->mb_y*s->mb_stride - s->mb_stride; local
84 if(s->mb_y==0 || s->qscale == qscale_table[xy] || n==2 || n==3){
92 block[s->dsp.idct_permutation[i]] += ROUNDED_DIV(ac_val[i + 8]*qscale_table[xy], s->qscale);
542 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
566 s->cbp_table[xy]= cbpc & 3;
567 s->current_picture.mb_type[xy]= MB_TYPE_INTRA;
573 s->current_picture.qscale_table[xy]
706 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
1096 const int xy= s->mb_x + s->mb_y*s->mb_stride; local
1181 const int xy= s->mb_x + s->mb_y * s->mb_stride; local
[all...]
H A Dh264_mvpred.h47 const int xy = XY, y4 = Y4;\
48 const int mb_type = mb_types[xy+(y4>>2)*s->mb_stride];\
51 mv = s->current_picture_ptr->motion_val[list][h->mb2b_xy[xy]+3 + y4*h->b_stride];\
54 return s->current_picture_ptr->ref_index[list][4*xy+1 + (y4&~1)] REF_OP;
H A Dvc1dec.c679 int xy, wrap, off = 0; local
689 xy = s->block_index[n];
692 s->mv[0][n][0] = s->current_picture.motion_val[0][xy][0] = 0;
693 s->mv[0][n][1] = s->current_picture.motion_val[0][xy][1] = 0;
694 s->current_picture.motion_val[1][xy][0] = 0;
695 s->current_picture.motion_val[1][xy][1] = 0;
697 s->current_picture.motion_val[0][xy + 1][0] = 0;
698 s->current_picture.motion_val[0][xy + 1][1] = 0;
699 s->current_picture.motion_val[0][xy + wrap][0] = 0;
700 s->current_picture.motion_val[0][xy
974 int xy, wrap, off = 0; local
1326 int xy, wrap, pred, a, b, c; local
[all...]
H A Dmpeg4video.c87 int xy= s->block_index[i]; local
92 p_mx= s->next_picture.motion_val[0][xy][0];
102 p_my= s->next_picture.motion_val[0][xy][1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/touchscreen/
H A Dhtcpen.c59 unsigned short x, y, xy; local
74 xy = inb_p(HTCPEN_PORT_DATA);
77 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf));
78 y = (y * 8) + (xy & 0xf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dhtcpen.c59 unsigned short x, y, xy; local
74 xy = inb_p(HTCPEN_PORT_DATA);
77 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf));
78 y = (y * 8) + (xy & 0xf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/sh4/
H A Ddsputil_align.c263 #define DEFFUNC(op,rnd,xy,sz,OP_N,avgfunc) \
264 static void op##_##rnd##_pixels##sz##_##xy (uint8_t * dest, const uint8_t * ref, \
282 DEFFUNC(put, rnd,xy,8,OP_XY,PACK)
283 DEFFUNC(put,no_rnd,xy,8,OP_XY,PACK)
289 DEFFUNC(put, rnd,xy,16,OP_XY,PACK)
290 DEFFUNC(put,no_rnd,xy,16,OP_XY,PACK)
300 DEFFUNC(avg, rnd,xy,8,OP_XY,PACK)
301 DEFFUNC(avg,no_rnd,xy,8,OP_XY,PACK)
307 DEFFUNC(avg, rnd,xy,16,OP_XY,PACK)
308 DEFFUNC(avg,no_rnd,xy,1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/sh4/
H A Ddsputil_align.c263 #define DEFFUNC(op,rnd,xy,sz,OP_N,avgfunc) \
264 static void op##_##rnd##_pixels##sz##_##xy (uint8_t * dest, const uint8_t * ref, \
282 DEFFUNC(put, rnd,xy,8,OP_XY,PACK)
283 DEFFUNC(put,no_rnd,xy,8,OP_XY,PACK)
289 DEFFUNC(put, rnd,xy,16,OP_XY,PACK)
290 DEFFUNC(put,no_rnd,xy,16,OP_XY,PACK)
300 DEFFUNC(avg, rnd,xy,8,OP_XY,PACK)
301 DEFFUNC(avg,no_rnd,xy,8,OP_XY,PACK)
307 DEFFUNC(avg, rnd,xy,16,OP_XY,PACK)
308 DEFFUNC(avg,no_rnd,xy,1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/sh4/
H A Ddsputil_align.c263 #define DEFFUNC(op,rnd,xy,sz,OP_N,avgfunc) \
264 static void op##_##rnd##_pixels##sz##_##xy (uint8_t * dest, const uint8_t * ref, \
282 DEFFUNC(put, rnd,xy,8,OP_XY,PACK)
283 DEFFUNC(put,no_rnd,xy,8,OP_XY,PACK)
289 DEFFUNC(put, rnd,xy,16,OP_XY,PACK)
290 DEFFUNC(put,no_rnd,xy,16,OP_XY,PACK)
300 DEFFUNC(avg, rnd,xy,8,OP_XY,PACK)
301 DEFFUNC(avg,no_rnd,xy,8,OP_XY,PACK)
307 DEFFUNC(avg, rnd,xy,16,OP_XY,PACK)
308 DEFFUNC(avg,no_rnd,xy,1
[all...]

Completed in 282 milliseconds

1234567