Searched refs:b8_stride (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.c471 int mv_pos = s->mb_x * 2 + s->mb_y * 2 * s->b8_stride;
478 mv_pos += (subblock_no & 1) + (subblock_no >> 1)*s->b8_stride;
487 B[0] = s->current_picture_ptr->f.motion_val[0][mv_pos-s->b8_stride][0];
488 B[1] = s->current_picture_ptr->f.motion_val[0][mv_pos-s->b8_stride][1];
495 C[0] = s->current_picture_ptr->f.motion_val[0][mv_pos-s->b8_stride-1][0];
496 C[1] = s->current_picture_ptr->f.motion_val[0][mv_pos-s->b8_stride-1][1];
502 C[0] = s->current_picture_ptr->f.motion_val[0][mv_pos-s->b8_stride+c_off][0];
503 C[1] = s->current_picture_ptr->f.motion_val[0][mv_pos-s->b8_stride+c_off][1];
511 s->current_picture_ptr->f.motion_val[0][mv_pos + i + j*s->b8_stride][0] = mx;
512 s->current_picture_ptr->f.motion_val[0][mv_pos + i + j*s->b8_stride][
[all...]
H A Dh264_direct.c162 int b8_stride = 2; local
241 b8_stride = 0;
253 b8_stride = 2+4*s->mb_stride;
295 if(!b8_stride){
310 int xy8 = x8+y8*b8_stride;
373 assert(b8_stride==2);
413 int b8_stride = 2; local
431 b8_stride = 0;
443 b8_stride = 2+4*s->mb_stride;
486 if(!b8_stride){
[all...]
H A Dh263.c52 const int wrap = s->b8_stride;
110 wrap = s->b8_stride;
238 wrap = s->b8_stride;
323 wrap = s->b8_stride;
H A Derror_resilience.c86 *stride = s->b8_stride;
98 dc = s->dc_val[0][mb_x * 2 + (i & 1) + (mb_y * 2 + (i >> 1)) * s->b8_stride];
889 int size = s->b8_stride * 2 * s->mb_height;
1108 int mb_index = mb_x * 2 + mb_y * 2 * s->b8_stride;
1112 s->mv[0][j][0] = s->current_picture.f.motion_val[dir][mb_index + (j & 1) + (j >> 1) * s->b8_stride][0];
1113 s->mv[0][j][1] = s->current_picture.f.motion_val[dir][mb_index + (j & 1) + (j >> 1) * s->b8_stride][1];
1117 s->mv[0][0][0] = s->current_picture.f.motion_val[dir][mb_x * 2 + mb_y * 2 * s->b8_stride][0];
1118 s->mv[0][0][1] = s->current_picture.f.motion_val[dir][mb_x * 2 + mb_y * 2 * s->b8_stride][1];
1136 int xy = mb_x * 2 + mb_y * 2 * s->b8_stride;
1212 dc_ptr = &s->dc_val[0][mb_x * 2 + mb_y * 2 * s->b8_stride];
[all...]
H A Dsvq1enc.c293 s->m.b8_stride= 2*s->m.mb_width+1;
307 s->motion_val8 [plane]= av_mallocz((s->m.b8_stride*block_height*2 + 2)*2*sizeof(int16_t));
452 motion_ptr[0+2*s->m.b8_stride] = motion_ptr[1+2*s->m.b8_stride]=
453 motion_ptr[2+2*s->m.b8_stride] = motion_ptr[3+2*s->m.b8_stride]=0;
H A Dmpeg4video.c47 l_wrap= s->b8_stride;
H A Dmpegvideo.c302 const int b8_array_size = s->b8_stride * s->mb_height * 2;
417 int y_size = s->b8_stride * (2 * s->mb_height + 1);
456 s->ac_val[0] = s->ac_val_base + s->b8_stride + 1;
702 s->b8_stride = s->mb_width * 2 + 1;
721 s->block_wrap[3] = s->b8_stride;
725 y_size = s->b8_stride * (2 * s->mb_height + 1);
848 s->coded_block = s->coded_block_base + s->b8_stride + 1;
862 s->dc_val[0] = s->dc_val_base + s->b8_stride + 1;
2245 int wrap = s->b8_stride;
2608 s->block_index[0]= s->b8_stride*(
[all...]
H A Dvc1dec.c1364 wrap = s->b8_stride;
1602 wrap = s->b8_stride;
2040 wrap = s->b8_stride;
2448 wrap = s->b8_stride;
3320 mv_stride = s->b8_stride;
3383 mv = &s->current_picture.f.motion_val[0][s->block_index[block_num] - s->b8_stride * 2 - 2];
4500 memset(&s->coded_block[s->block_index[0] - s->b8_stride], 0,
4501 (1 + s->b8_stride) * sizeof(*s->coded_block));
5079 v->mb_type_base = av_malloc(s->b8_stride * (s->mb_height * 2 + 1) + s->mb_stride * (s->mb_height + 1) * 2);
5080 v->mb_type[0] = v->mb_type_base + s->b8_stride
[all...]
H A Dmpegvideo.h239 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressing member in struct:MpegEncContext
H A Dwmv2dec.c257 wrap = s->b8_stride;
H A Dituh263dec.c342 const int stride= s->b8_stride*2;
705 const int stride= s->b8_stride;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.c468 int mv_pos = s->mb_x * 2 + s->mb_y * 2 * s->b8_stride;
475 mv_pos += (subblock_no & 1) + (subblock_no >> 1)*s->b8_stride;
484 B[0] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride][0];
485 B[1] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride][1];
492 C[0] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride-1][0];
493 C[1] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride-1][1];
499 C[0] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride+c_off][0];
500 C[1] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride+c_off][1];
508 s->current_picture_ptr->motion_val[0][mv_pos + i + j*s->b8_stride][0] = mx;
509 s->current_picture_ptr->motion_val[0][mv_pos + i + j*s->b8_stride][
[all...]
H A Derror_resilience.h61 int b8_stride; member in struct:ERContext
H A Dh264_direct.c163 int b8_stride = 2; local
243 b8_stride = 0;
255 b8_stride = 2+4*h->mb_stride;
297 if(!b8_stride){
312 int xy8 = x8+y8*b8_stride;
375 assert(b8_stride==2);
414 int b8_stride = 2; local
432 b8_stride = 0;
444 b8_stride = 2+4*h->mb_stride;
487 if(!b8_stride){
[all...]
H A Dsvq1enc.c235 s->block_index[0]= s->b8_stride*(s->mb_y*2 ) + s->mb_x*2;
236 s->block_index[1]= s->b8_stride*(s->mb_y*2 ) + 1 + s->mb_x*2;
237 s->block_index[2]= s->b8_stride*(s->mb_y*2 + 1) + s->mb_x*2;
238 s->block_index[3]= s->b8_stride*(s->mb_y*2 + 1) + 1 + s->mb_x*2;
239 s->block_index[4]= s->mb_stride*(s->mb_y + 1) + s->b8_stride*s->mb_height*2 + s->mb_x;
240 s->block_index[5]= s->mb_stride*(s->mb_y + s->mb_height + 2) + s->b8_stride*s->mb_height*2 + s->mb_x;
281 s->m.b8_stride = 2 * s->m.mb_width + 1;
298 s->motion_val8[plane] = av_mallocz((s->m.b8_stride *
462 motion_ptr[0 + 2 * s->m.b8_stride] =
463 motion_ptr[1 + 2 * s->m.b8_stride]
[all...]
H A Dh263.c49 const int wrap = s->b8_stride;
107 wrap = s->b8_stride;
235 wrap = s->b8_stride;
320 wrap = s->b8_stride;
H A Derror_resilience.c51 *stride = s->b8_stride;
64 dc = s->dc_val[0][mb_x * 2 + (i & 1) + (mb_y * 2 + (i >> 1)) * s->b8_stride];
867 int size = s->b8_stride * 2 * s->mb_height;
1125 int mb_index = mb_x * 2 + mb_y * 2 * s->b8_stride;
1129 s->mv[0][j][0] = s->cur_pic.motion_val[dir][mb_index + (j & 1) + (j >> 1) * s->b8_stride][0];
1130 s->mv[0][j][1] = s->cur_pic.motion_val[dir][mb_index + (j & 1) + (j >> 1) * s->b8_stride][1];
1134 s->mv[0][0][0] = s->cur_pic.motion_val[dir][mb_x * 2 + mb_y * 2 * s->b8_stride][0];
1135 s->mv[0][0][1] = s->cur_pic.motion_val[dir][mb_x * 2 + mb_y * 2 * s->b8_stride][1];
1147 int xy = mb_x * 2 + mb_y * 2 * s->b8_stride;
1214 dc_ptr = &s->dc_val[0][mb_x * 2 + mb_y * 2 * s->b8_stride];
[all...]
H A Dmpegvideo.c577 const int b8_array_size = s->b8_stride * s->mb_height * 2;
816 int y_size = s->b8_stride * (2 * s->mb_height + 1);
822 yc_size += 2*s->b8_stride + 2*s->mb_stride;
854 s->ac_val[0] = s->ac_val_base + s->b8_stride + 1;
1116 er->b8_stride = s->b8_stride;
1148 s->b8_stride = s->mb_width * 2 + 1;
1162 s->block_wrap[3] = s->b8_stride;
1166 y_size = s->b8_stride * (2 * s->mb_height + 1);
1171 yc_size += 2*s->b8_stride
[all...]
H A Dmpeg4video.c49 l_wrap = s->b8_stride;
H A Dmsmpeg4.c157 wrap = s->b8_stride;
H A Dvc1dec.c1443 wrap = s->b8_stride;
1683 wrap = s->b8_stride;
2124 wrap = s->b8_stride;
2533 wrap = s->b8_stride;
3405 mv_stride = s->b8_stride;
3468 mv = &s->current_picture.motion_val[0][s->block_index[block_num] - s->b8_stride * 2 - 2];
4958 memset(&s->coded_block[s->block_index[0] - s->b8_stride], 0,
4959 (1 + s->b8_stride) * sizeof(*s->coded_block));
5552 v->mb_type_base = av_malloc(s->b8_stride * (mb_height * 2 + 1) + s->mb_stride * (mb_height + 1) * 2);
5553 v->mb_type[0] = v->mb_type_base + s->b8_stride
[all...]
H A Dwmv2dec.c255 wrap = s->b8_stride;
H A Dmotion_est.c509 mot_xy += s->b8_stride;
587 const int mot_stride = s->b8_stride;
924 const int mot_stride = s->b8_stride;
1697 const int wrap= s->b8_stride;
H A Dmpegvideo.h270 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressing member in struct:MpegEncContext
H A Dituh263dec.c319 const int stride= s->b8_stride*2;
685 const int stride= s->b8_stride;

Completed in 231 milliseconds

12