|
MythTV master
|
Go to the source code of this file.
Functions | |
| int | hamm8 (const uint8_t *p, int *err) |
| int | hamm84 (const uint8_t *p, int *err) |
| int | hamm16 (const uint8_t *p, int *err) |
Variables | |
| static constexpr std::array< const uint16_t, 256 > | hammtab |
| static constexpr std::array< const uint8_t, 256 > | hamm84tab |
| int hamm16 | ( | const uint8_t * | p, |
| int * | err | ||
| ) |
Definition at line 87 of file vbilut.cpp.
Referenced by TeletextReader::AddTeletextData(), and TeletextDecoder::Decode().
| int hamm8 | ( | const uint8_t * | p, |
| int * | err | ||
| ) |
Definition at line 70 of file vbilut.cpp.
Referenced by TeletextReader::AddTeletextData().
| int hamm84 | ( | const uint8_t * | p, |
| int * | err | ||
| ) |
Definition at line 77 of file vbilut.cpp.
Referenced by TeletextReader::AddTeletextData(), and TeletextDecoder::Decode().
|
staticconstexpr |
Definition at line 41 of file vbilut.cpp.
Referenced by hamm84().
|
staticconstexpr |
Definition at line 5 of file vbilut.cpp.