Lines Matching refs:mb_xy
1960 int mb_xy, int ref) in prefetch_motion() argument
1963 if (s->ref_count[ref - 1] > (mb_xy >> 5)) { in prefetch_motion()
2293 int mb_xy = mb_y * s->mb_width; in vp78_decode_mv_mb_modes() local
2300 for (mb_x = 0; mb_x < s->mb_width; mb_x++, mb_xy++, mb++) { in vp78_decode_mv_mb_modes()
2307 decode_mb_mode(s, &s->mv_bounds, mb, mb_x, mb_y, curframe->seg_map->data + mb_xy, in vp78_decode_mv_mb_modes()
2309 prev_frame->seg_map->data + mb_xy : NULL, 1, is_vp7); in vp78_decode_mv_mb_modes()
2375 int mb_x, mb_xy = mb_y * s->mb_width; in decode_mb_row_no_filter() local
2416 for (mb_x = 0; mb_x < s->mb_width; mb_x++, mb_xy++, mb++) { in decode_mb_row_no_filter()
2438 decode_mb_mode(s, &td->mv_bounds, mb, mb_x, mb_y, curframe->seg_map->data + mb_xy, in decode_mb_row_no_filter()
2440 prev_frame->seg_map->data + mb_xy : NULL, 0, is_vp7); in decode_mb_row_no_filter()
2442 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_PREVIOUS); in decode_mb_row_no_filter()
2452 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN); in decode_mb_row_no_filter()
2480 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN2); in decode_mb_row_no_filter()