mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-13 14:22:34 +07:00
|
Some checks failed
CMake / build (cmake, aarch64-linux-gnu-gcc, -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch64_toolchain.cmake, aarch64-linux-gnu-g++, ubuntu-latest-cross-aarch64-cmake, ubuntu-latest) (push) Has been cancelled
CMake / build (cmake, arm-linux-gnueabihf-gcc, -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch32_toolchain.cmake, arm-linux-gnueabihf-g++, ubuntu-latest-cross-aarch32-cmake, ubuntu-latest) (push) Has been cancelled
CMake / build (cmake, clang, , clang++, macos-latest-clang-cmake, macos-latest) (push) Has been cancelled
CMake / build (cmake, clang, , clang++, ubuntu-24.04-arm-clang-cmake, ubuntu-24.04-arm) (push) Has been cancelled
CMake / build (cmake, clang, , clang++, ubuntu-latest-clang-cmake, ubuntu-latest) (push) Has been cancelled
CMake / build (cmake, clang, -DSANITIZE=fuzzer-no-link,address, clang++, ubuntu-latest-clang-cmake-asan-fuzzer, ubuntu-latest) (push) Has been cancelled
CMake / build (cmake, clang, -G Ninja, clang++, ubuntu-latest-clang-cmake-ninja, ubuntu-latest) (push) Has been cancelled
CMake / build (cmake, gcc, , g++, ubuntu-latest-gcc-cmake, ubuntu-latest) (push) Has been cancelled
According to the ITU Specs (9.3.3.11) the statCoeff for persistent rice adaptation must only be updated when the parsing of coeff_abs_level_remaining is actually triggered. Earlier, the i1_update_stats was incorrectly placed outside, resulting stateCoeff getting incorrectly updated for the first coefficient of every sub-block, and corrupting it. Test: ./hevcdec Change-Id: I7535ced74c18f55a7aff31d1c6d6d68f4a28f2cd |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| riscv64 | ||
| x86 | ||
| ihevcd_api.c | ||
| ihevcd_bitstream.c | ||
| ihevcd_bitstream.h | ||
| ihevcd_boundary_strength.c | ||
| ihevcd_boundary_strength.h | ||
| ihevcd_cabac.c | ||
| ihevcd_cabac.h | ||
| ihevcd_common_tables.c | ||
| ihevcd_common_tables.h | ||
| ihevcd_cxa.h | ||
| ihevcd_deblk.c | ||
| ihevcd_deblk.h | ||
| ihevcd_debug.h | ||
| ihevcd_decode.c | ||
| ihevcd_decode.h | ||
| ihevcd_defs.h | ||
| ihevcd_error.h | ||
| ihevcd_fmt_conv.c | ||
| ihevcd_fmt_conv.h | ||
| ihevcd_func_types.h | ||
| ihevcd_function_selector.h | ||
| ihevcd_function_selector_generic.c | ||
| ihevcd_get_mv.c | ||
| ihevcd_get_mv.h | ||
| ihevcd_ilf_padding.h | ||
| ihevcd_inter_pred.c | ||
| ihevcd_inter_pred.h | ||
| ihevcd_intra_pred_mode_prediction.c | ||
| ihevcd_intra_pred_mode_prediction.h | ||
| ihevcd_iquant_itrans_recon_ctb.c | ||
| ihevcd_iquant_itrans_recon_ctb.h | ||
| ihevcd_itrans_recon_dc.c | ||
| ihevcd_itrans_recon_dc.h | ||
| ihevcd_ittiam_logo.h | ||
| ihevcd_job_queue.c | ||
| ihevcd_job_queue.h | ||
| ihevcd_mv_merge.c | ||
| ihevcd_mv_merge.h | ||
| ihevcd_mv_pred.c | ||
| ihevcd_mv_pred.h | ||
| ihevcd_nal.c | ||
| ihevcd_nal.h | ||
| ihevcd_parse_headers.c | ||
| ihevcd_parse_headers.h | ||
| ihevcd_parse_residual.c | ||
| ihevcd_parse_residual.h | ||
| ihevcd_parse_slice.c | ||
| ihevcd_parse_slice.h | ||
| ihevcd_parse_slice_header.c | ||
| ihevcd_parse_slice_header.h | ||
| ihevcd_process_slice.c | ||
| ihevcd_process_slice.h | ||
| ihevcd_profile.h | ||
| ihevcd_ref_list.c | ||
| ihevcd_ref_list.h | ||
| ihevcd_sao.c | ||
| ihevcd_sao.h | ||
| ihevcd_statistics.h | ||
| ihevcd_structs.h | ||
| ihevcd_trace.h | ||
| ihevcd_utils.c | ||
| ihevcd_utils.h | ||
| ihevcd_version.c | ||
| libhevcdec.cmake | ||