# SPDX-FileCopyrightText: Copyright (c) 2021-2022 KUNLUNXIN CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: MIT
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
# list of used sourcefiles
# Define the empty picture data TESTING ONLY!!!!!
H264_SRCS += software/source/h264high/h264decapi.c \
             software/source/h264high/h264hwd_asic.c \
             software/source/h264high/h264hwd_intra_prediction.c \
             software/source/h264high/h264hwd_inter_prediction.c \
             software/source/h264high/legacy/h264hwd_util.c \
             software/source/h264high/legacy/h264hwd_byte_stream.c \
             software/source/h264high/legacy/h264hwd_seq_param_set.c \
             software/source/h264high/legacy/h264hwd_pic_param_set.c \
             software/source/h264high/legacy/h264hwd_slice_header.c \
             software/source/h264high/h264hwd_slice_data.c \
             software/source/h264high/h264hwd_macroblock_layer.c \
             software/source/h264high/legacy/h264hwd_stream.c \
             software/source/h264high/legacy/h264hwd_vlc.c \
             software/source/h264high/h264hwd_cavlc.c \
             software/source/h264high/legacy/h264hwd_nal_unit.c \
             software/source/h264high/legacy/h264hwd_neighbour.c \
             software/source/h264high/h264hwd_storage.c \
             software/source/h264high/legacy/h264hwd_slice_group_map.c \
             software/source/h264high/h264hwd_dpb.c \
             software/source/h264high/legacy/h264hwd_vui.c \
             software/source/h264high/legacy/h264hwd_sei.c \
             software/source/h264high/legacy/h264hwd_pic_order_cnt.c \
             software/source/h264high/h264hwd_decoder.c \
             software/source/h264high/h264hwd_conceal.c \
             software/source/h264high/h264hwd_cabac.c \
             software/source/h264high/h264decapi_e.c \
             software/source/h264high/h264hwd_dpb_lock.c
