libavc/common/svc
Ashwin Natesan 51268b3a71 svcenc: Redundant code removed
The following lines of code have been removed to improve coverage -
  [x] Functions -
      - isvc_interleaved_copy
      - isvc_16bit_interleaved_copy
      - isvc_16bit_interleaved_memset
      - isvc_iquant_itrans_recon_chroma_4x4_neon
      - isvc_iquant_itrans_recon_chroma_4x4_sse42
      - isvc_iquant_itrans_recon_4x4_dc_with_res_output_neon
      - isvc_iquant_itrans_recon_res_dc_4x4_sse42
      - isvc_iquant_itrans_recon_4x4_dc_with_res_accumulate_neon
      - isvc_iquant_itrans_recon_res_dc_with_res_acc_4x4_sse42
      - isvce_wait_for_thread
  [x] Function pointer initialisations for the functions above

Test: svc_enc_fuzzer
2023-10-27 06:14:32 -07:00
..
isvc_cabac_tables.c Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_cabac_tables.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_common_tables.c Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_common_tables.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_defs.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_inter_pred_filters.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_intra_resample.c Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_intra_resample.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_iquant_itrans_recon.c Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_macros.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_mem_fns.c svcenc: Redundant code removed 2023-10-27 06:14:32 -07:00
isvc_mem_fns.h svcenc: Redundant code removed 2023-10-27 06:14:32 -07:00
isvc_resi_trans_quant.c Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_structs.h Encoder: SVC encoding support added 2023-01-30 11:07:10 -08:00
isvc_trans_quant_itrans_iquant.h svcenc: Redundant code removed 2023-10-27 06:14:32 -07:00