• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:mb_width

48         *stride  = s->mb_width * 4;
379 const int mb_width = s->mb_width;
411 num_avail <= mb_width / 2) {
413 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
442 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
464 if (mb_x + 1 < mb_width && fixed[mb_xy + 1] == MV_FROZEN)
476 if (mb_x + 1 < mb_width && fixed[mb_xy + 1 ] == MV_CHANGED)
496 if (mb_x + 1 < mb_width && fixed[mb_xy + 1]) {
625 if (mb_x + 1 < mb_width && fixed[mb_xy + 1]) {
717 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
792 const int start_i = av_clip(startx + starty * s->mb_width, 0, s->mb_num - 1);
793 const int end_i = av_clip(endx + endy * s->mb_width, 0, s->mb_num);
848 er_supported(s) && s->avctx->skip_top * s->mb_width < start_i) {
874 s->error_count == 3 * s->mb_width *
878 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
884 if ( mb_x == s->mb_width
887 && s->error_count == 3 * s->mb_width * (s->avctx->skip_top + s->avctx->skip_bottom + 1)
934 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
994 for (i = s->mb_num - 2; i >= s->mb_width + 100; i--) {
1108 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1146 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1196 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1240 guess_dc(s, s->dc_val[0], s->mb_width*2, s->mb_height*2, s->b8_stride, 1);
1241 guess_dc(s, s->dc_val[1], s->mb_width , s->mb_height , s->mb_stride, 0);
1242 guess_dc(s, s->dc_val[2], s->mb_width , s->mb_height , s->mb_stride, 0);
1246 filter181(s->dc_val[0], s->mb_width * 2, s->mb_height * 2, s->b8_stride);
1251 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1274 h_block_filter(s, s->cur_pic.f->data[0], s->mb_width * 2,
1276 h_block_filter(s, s->cur_pic.f->data[1], s->mb_width,
1278 h_block_filter(s, s->cur_pic.f->data[2], s->mb_width,
1282 v_block_filter(s, s->cur_pic.f->data[0], s->mb_width * 2,
1284 v_block_filter(s, s->cur_pic.f->data[1], s->mb_width,
1286 v_block_filter(s, s->cur_pic.f->data[2], s->mb_width,