Unify implementation of CHECK_MEM_ERROR
authorJerome Jiang <jianj@google.com>
Fri, 5 May 2023 02:03:27 +0000 (22:03 -0400)
committerJerome Jiang <jianj@google.com>
Mon, 8 May 2023 17:27:24 +0000 (13:27 -0400)
commit1710c9282a11aaaccdf42b7507f570f58e39b7fd
treeb5b5bb9444950aacfa9270aace0eca3ba4c40e86
parent75f9551efbef322b85534e91dd0b26c0c3bf18f4
Unify implementation of CHECK_MEM_ERROR

There were multiple implementations of CHECK_MEM_ERROR across the
library that take different arguments and used in different places.

This CL will unify them and have only one implementation that takes
vpx_internal_error_info.

Change-Id: I2c568639473815bc00b1fc2b72be56e5ccba1a35
24 files changed:
vp8/decoder/onyxd_int.h
vp8/decoder/threading.c
vp8/encoder/encodeframe.c
vp8/encoder/ethreading.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp9/common/vp9_common.h
vp9/common/vp9_thread_common.c
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decoder.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_context_tree.c
vp9/encoder/vp9_denoiser.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_ethread.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_mbgraph.c
vp9/encoder/vp9_multi_thread.c
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_svc_layercontext.c
vp9/encoder/vp9_tpl_model.c
vpx/internal/vpx_codec_internal.h