ext-tile: add a lightfield tile list decoder example
Added a lightfield tile list decoder example. It takes an input file
that contains the anchor frames that are references of the coded
tiles, the camera frame header, and tile list OBUs that include the
required tile information and the compressed tile data. This input
file is reconstructed from the encoded lightfield ivf file, and is
decodable by AV1 decoder.
Change-Id: Ib683a259175503c69b113bf55956c6dd977ce1cc
diff --git a/docs.cmake b/docs.cmake
index e574d6c..fd8d02c 100644
--- a/docs.cmake
+++ b/docs.cmake
@@ -99,6 +99,14 @@
if(CONFIG_AV1_DECODER)
set(AOM_DOXYGEN_EXAMPLE_SOURCES ${AOM_DOXYGEN_EXAMPLE_SOURCES}
+ "${AOM_ROOT}/examples/lightfield_tile_list_decoder.c")
+
+ set(AOM_DOXYGEN_EXAMPLE_DESCRIPTIONS ${AOM_DOXYGEN_EXAMPLE_DESCRIPTIONS}
+ "Lightfield tile list decoder example.")
+endif()
+
+if(CONFIG_AV1_DECODER)
+ set(AOM_DOXYGEN_EXAMPLE_SOURCES ${AOM_DOXYGEN_EXAMPLE_SOURCES}
"${AOM_ROOT}/examples/lightfield_decoder.c")
set(AOM_DOXYGEN_EXAMPLE_DESCRIPTIONS ${AOM_DOXYGEN_EXAMPLE_DESCRIPTIONS}