• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:current_picture

55     s->current_picture.f.mbskip_table[mb_xy] = s->mb_skipped;
74 s->current_picture.f.ref_index[0][4*mb_xy ] =
75 s->current_picture.f.ref_index[0][4*mb_xy + 1] = s->field_select[0][0];
76 s->current_picture.f.ref_index[0][4*mb_xy + 2] =
77 s->current_picture.f.ref_index[0][4*mb_xy + 3] = s->field_select[0][1];
81 s->current_picture.f.motion_val[0][xy][0] = motion_x;
82 s->current_picture.f.motion_val[0][xy][1] = motion_y;
83 s->current_picture.f.motion_val[0][xy + 1][0] = motion_x;
84 s->current_picture.f.motion_val[0][xy + 1][1] = motion_y;
85 s->current_picture.f.motion_val[0][xy + wrap][0] = motion_x;
86 s->current_picture.f.motion_val[0][xy + wrap][1] = motion_y;
87 s->current_picture.f.motion_val[0][xy + 1 + wrap][0] = motion_x;
88 s->current_picture.f.motion_val[0][xy + 1 + wrap][1] = motion_y;
93 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_L0 | MB_TYPE_8x8;
95 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_INTRA;
97 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_L0 | MB_TYPE_16x16;
157 if (!IS_SKIP(s->current_picture.f.mb_type[xy])) {
167 if (IS_SKIP(s->current_picture.f.mb_type[xy - s->mb_stride]))
170 qp_tt = s->current_picture.f.qscale_table[xy - s->mb_stride];
190 if (qp_tt || IS_SKIP(s->current_picture.f.mb_type[xy - 1 - s->mb_stride]))
193 qp_dt = s->current_picture.f.qscale_table[xy - 1 - s->mb_stride];
212 if (qp_c || IS_SKIP(s->current_picture.f.mb_type[xy - 1]))
215 qp_lc = s->current_picture.f.qscale_table[xy - 1];
324 mot_val = s->current_picture.f.motion_val[dir] + s->block_index[block];