• 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:mb_width

396     const int mb_width  = s->mb_width;
420 num_avail <= mb_width / 2) {
425 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
467 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
491 if (mb_x + 1 < mb_width && fixed[mb_xy + 1] == MV_FROZEN)
503 if (mb_x + 1 < mb_width && fixed[mb_xy + 1 ] == MV_CHANGED)
523 if (mb_x + 1 < mb_width && fixed[mb_xy + 1]) {
659 if (mb_x + 1 < mb_width && fixed[mb_xy + 1]) {
754 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
817 const int start_i = av_clip(startx + starty * s->mb_width, 0, s->mb_num - 1);
818 const int end_i = av_clip(endx + endy * s->mb_width, 0, s->mb_num);
873 s->avctx->skip_top * s->mb_width < start_i) {
898 s->error_count == 3 * s->mb_width *
917 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
975 for (i = s->mb_num - 2; i >= s->mb_width + 100; i--) {
1088 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1135 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1194 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1238 guess_dc(s, s->dc_val[0], s->mb_width * 2, s->mb_height * 2, s->b8_stride, 1);
1239 guess_dc(s, s->dc_val[1], s->mb_width, s->mb_height, s->mb_stride, 0);
1240 guess_dc(s, s->dc_val[2], s->mb_width, s->mb_height, s->mb_stride, 0);
1243 filter181(s->dc_val[0], s->mb_width * 2, s->mb_height * 2, s->b8_stride);
1247 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1269 h_block_filter(s, s->current_picture.f.data[0], s->mb_width * 2,
1271 h_block_filter(s, s->current_picture.f.data[1], s->mb_width,
1273 h_block_filter(s, s->current_picture.f.data[2], s->mb_width,
1277 v_block_filter(s, s->current_picture.f.data[0], s->mb_width * 2,
1279 v_block_filter(s, s->current_picture.f.data[1], s->mb_width,
1281 v_block_filter(s, s->current_picture.f.data[2], s->mb_width,