Change-Id: I9a7d40b0eac7200796dbe62e75776b2eb77dfdf6
}
oci->post_proc_buffer_int_used = 0;
-
vpx_memset(&oci->postproc_state, 0, sizeof(oci->postproc_state));
+ vpx_memset((&oci->post_proc_buffer)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
#endif
oci->mb_rows = height >> 4;
// insure that postproc is set to all 0's so that post proc
// doesn't pull random data in from edge
- vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,126,(&oci->post_proc_buffer)->frame_size);
+ vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
}
}