|
HEVC Test Model (HM)
HM-16.18
|
#include <stdint.h>#include <cassert>#include <fstream>#include <sstream>#include <iostream>#include <string.h>#include "TLibDecoder/AnnexBread.h"
Go to the source code of this file.
Macros | |
| #define | VERIFY(a, b, m) |
Functions | |
| void | selftest () |
| int | main (int argc, char *argv[]) |
Variables | |
| struct { | |
| AnnexBStats expected | |
| unsigned data_len | |
| const char data [10] | |
| } | tests [] |
| #define VERIFY | ( | a, | |
| b, | |||
| m | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 114 of file annexBbytecount.cpp.
| void selftest | ( | ) |
Definition at line 70 of file annexBbytecount.cpp.
| const char data[10] |
Definition at line 48 of file annexBbytecount.cpp.
| unsigned data_len |
Definition at line 47 of file annexBbytecount.cpp.
| AnnexBStats expected |
Definition at line 46 of file annexBbytecount.cpp.
| struct { ... } tests[] |
1.8.5