This file is indexed.

/usr/share/doc/libtheora-doc/latex/structth__huff__code.tex is in libtheora-doc 1.1.1+dfsg.1-14.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\section{th\+\_\+huff\+\_\+code Struct Reference}
\label{structth__huff__code}\index{th\+\_\+huff\+\_\+code@{th\+\_\+huff\+\_\+code}}


A Huffman code for a Theora D\+CT token.  




{\ttfamily \#include $<$codec.\+h$>$}

\subsection*{Data Fields}
\begin{DoxyCompactItemize}
\item 
ogg\+\_\+uint32\+\_\+t {\bf pattern}
\begin{DoxyCompactList}\small\item\em The bit pattern for the code, with the L\+Sbit of the pattern aligned in the L\+Sbit of the word. \end{DoxyCompactList}\item 
int {\bf nbits}
\begin{DoxyCompactList}\small\item\em The number of bits in the code. \end{DoxyCompactList}\end{DoxyCompactItemize}


\subsection{Detailed Description}
A Huffman code for a Theora D\+CT token. 

Each set of Huffman codes in a given table must form a complete, prefix-\/free code. There is no requirement that all the tokens in a table have a valid code, but the current encoder is not optimized to take advantage of this. If each of the five grouops of 16 tables does not contain at least one table with a code for every token, then the encoder may fail to encode certain frames. The complete table in the first group of 16 does not have to be in the same place as the complete table in the other groups, but the complete tables in the remaining four groups must all be in the same place. 

\subsection{Field Documentation}
\index{th\+\_\+huff\+\_\+code@{th\+\_\+huff\+\_\+code}!nbits@{nbits}}
\index{nbits@{nbits}!th\+\_\+huff\+\_\+code@{th\+\_\+huff\+\_\+code}}
\subsubsection[{nbits}]{\setlength{\rightskip}{0pt plus 5cm}int th\+\_\+huff\+\_\+code\+::nbits}\label{structth__huff__code_aaf97b8f2f90042f7bc136a7b2bc35e35}


The number of bits in the code. 

This must be between 0 and 32, inclusive. \index{th\+\_\+huff\+\_\+code@{th\+\_\+huff\+\_\+code}!pattern@{pattern}}
\index{pattern@{pattern}!th\+\_\+huff\+\_\+code@{th\+\_\+huff\+\_\+code}}
\subsubsection[{pattern}]{\setlength{\rightskip}{0pt plus 5cm}ogg\+\_\+uint32\+\_\+t th\+\_\+huff\+\_\+code\+::pattern}\label{structth__huff__code_a6dd29e3aa5a0c5a2dd5ce1f45b1162b4}


The bit pattern for the code, with the L\+Sbit of the pattern aligned in the L\+Sbit of the word. 



The documentation for this struct was generated from the following file\+:\begin{DoxyCompactItemize}
\item 
{\bf codec.\+h}\end{DoxyCompactItemize}