TUT HEVC Encoder
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  src
  strategies
 bitstream.c
 bitstream.hAppending bits into an Annex-B coded bitstream
 cabac.c
 cabac.hCoding bins using CABAC
 cfg.c
 cfg.hRuntime configuration through defaults and parsing of arguments
 checkpoint.c
 checkpoint.hPrinting of debug information
 cli.c
 cli.hCommand line interface
 constraint.c
 constraint.h
 context.c
 context.hContext derivation for CABAC
 cu.c
 cu.hCoding Unit data structure and related functions
 encmain.c
 encode_coding_tree.c
 encode_coding_tree.hFunctions for writing the coding quadtree and related syntax
 encoder.c
 encoder.hInitialization of encoder_control_t
 encoder_state-bitstream.c
 encoder_state-bitstream.hCoding of HEVC bitstream elements
 encoder_state-ctors_dtors.c
 encoder_state-ctors_dtors.hCreation and destruction of encoder_state_t
 encoder_state-geometry.c
 encoder_state-geometry.hHelper functions for tiles and slices
 encoderstate.c
 encoderstate.hTop level of the encoder implementation
 fast_coeff_cost.c
 fast_coeff_cost.h
 filter.c
 filter.hDeblocking filter
 global.hHeader that is included in every other header
 gop.h
 image.c
 image.hA reference counted YUV pixel buffer
 imagelist.c
 imagelist.hContainer for a list of reference pictures
 input_frame_buffer.c
 input_frame_buffer.hBuffering of input for reordering
 inter.c
 inter.hInter prediction
 intra.c
 intra.hIntra prediction
 kvazaar.c
 kvazaar.hThis file defines the public API of Kvazaar when used as a library
 kvazaar_internal.hDefinitions for opaque structs in kvazaar.h
 kvz_math.hGeneric math functions
 ml_intra_cu_depth_pred.c
 ml_intra_cu_depth_pred.h
 nal.c
 nal.h
 rate_control.c
 rate_control.hFunctions related to rate control
 rdo.c
 rdo.hRate-Distortion Optimization related functionality
 sao.c
 sao.hSample Adaptive Offset filter
 scalinglist.c
 scalinglist.hScaling list initialization
 search.c
 search.hCompression of a single coding tree unit (CTU)
 search_inter.c
 search_inter.hInter prediction parameter search
 search_intra.c
 search_intra.hIntra prediction parameter search
 sei.hSupplemental Enhancement Information (SEI)
 strategyselector.c
 strategyselector.hDynamic dispatch based on cpuid
 tables.c
 tables.hVarious tables
 threadqueue.cLock acquisition order:
 threadqueue.hContainer for worker tasks
 threads.hAbstractions for operating system specific stuff
 transform.c
 transform.hQuantization and transform functions
 videoframe.c
 videoframe.hContainer for the frame currently being encoded
 yuv_io.c
 yuv_io.h
  tools
 generate_ref_pixel_tables.py
 generate_tables.c
 plot-threadqueue-log.py