Lines Matching refs:mb_width

48         *stride  = s->mb_width * 4;
394 const int mb_width = s->mb_width;
415 for (i = 0; i < mb_width * mb_height; i++) {
439 num_avail <= FFMAX(mb_width, mb_height) / 2) {
441 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
461 for (mb_x = 0; mb_x < mb_width; mb_x++) {
466 if (mb_x+1 < mb_width) add_blocklist(blocklist, &blocklist_length, fixed, mb_x + 1, mb_y, mb_xy + 1);
504 if (mb_x + 1 < mb_width)
529 if (mb_x + 1 < mb_width && fixed[mb_xy + 1] > 1) {
646 if (mb_x + 1 < mb_width && fixed[mb_xy + 1] > 1) {
706 if (mb_x + 1 < mb_width)
712 av_assert0(next_blocklist_length <= mb_height * mb_width);
744 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
825 const int start_i = av_clip(startx + starty * s->mb_width, 0, s->mb_num - 1);
826 const int end_i = av_clip(endx + endy * s->mb_width, 0, s->mb_num);
881 er_supported(s) && s->avctx->skip_top * s->mb_width < start_i) {
907 atomic_load(&s->error_count) == 3 * s->mb_width *
915 && atomic_load(&s->error_count) == 3 * s->mb_width * (s->avctx->skip_top + s->avctx->skip_bottom + 1)) {
916 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
922 if (mb_x == s->mb_width) {
969 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1029 for (i = s->mb_num - 2; i >= s->mb_width + 100; i--) {
1145 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1183 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1230 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1277 guess_dc(s, s->dc_val[0], s->mb_width*2, s->mb_height*2, s->b8_stride, 1);
1278 guess_dc(s, s->dc_val[1], s->mb_width , s->mb_height , s->mb_stride, 0);
1279 guess_dc(s, s->dc_val[2], s->mb_width , s->mb_height , s->mb_stride, 0);
1283 filter181(s->dc_val[0], s->mb_width * 2, s->mb_height * 2, s->b8_stride);
1288 for (mb_x = 0; mb_x < s->mb_width; mb_x++) {
1313 h_block_filter(s, s->cur_pic.f->data[0], s->mb_width * 2,
1317 v_block_filter(s, s->cur_pic.f->data[0], s->mb_width * 2,
1321 h_block_filter(s, s->cur_pic.f->data[1], s->mb_width,
1323 h_block_filter(s, s->cur_pic.f->data[2], s->mb_width,
1325 v_block_filter(s, s->cur_pic.f->data[1], s->mb_width,
1327 v_block_filter(s, s->cur_pic.f->data[2], s->mb_width,