]> granicus.if.org Git - libvpx/commitdiff
Remove unnecessary init_macroblockd.
authorhkuang <hkuang@google.com>
Tue, 30 Dec 2014 23:23:52 +0000 (15:23 -0800)
committerhkuang <hkuang@google.com>
Tue, 30 Dec 2014 23:23:52 +0000 (15:23 -0800)
macroblockd are init again inside decode_tiles and decode_tiles_mt.

Change-Id: I1f42837864f095c319cdb24cec7d6aa6a3a4da50

vp9/decoder/vp9_decodeframe.c

index 9677173db127656b9abdc9ae0f35449a3a5940c4..3b8af84faeffedee6e44f504473125a069ea0bd5 100644 (file)
@@ -1546,8 +1546,6 @@ void vp9_decode_frame(VP9Decoder *pbi,
     vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
                        "Truncated packet or corrupt header length");
 
-  init_macroblockd(cm, &pbi->mb);
-
   cm->use_prev_frame_mvs = !cm->error_resilient_mode &&
                            cm->width == cm->last_width &&
                            cm->height == cm->last_height &&