AV1 RT: Change offset initialization in encode_b Change-Id: I52547f4021db7bd3a8eb1ddbe09098ae4a46fdc4
diff --git a/av1/encoder/encodeframe.c b/av1/encoder/encodeframe.c index eb50065..b817409 100644 --- a/av1/encoder/encodeframe.c +++ b/av1/encoder/encodeframe.c
@@ -1488,7 +1488,7 @@ MACROBLOCK *const x = &td->mb; MACROBLOCKD *xd = &x->e_mbd; - set_offsets(cpi, tile, x, mi_row, mi_col, bsize); + set_offsets_without_segment_id(cpi, tile, x, mi_row, mi_col, bsize); MB_MODE_INFO *mbmi = xd->mi[0]; mbmi->partition = partition; update_state(cpi, tile_data, td, ctx, mi_row, mi_col, bsize, dry_run);