Add TF_BLOCKS global flag so that intra_pred, intra_stats and intra_trace all default to using neighbors that have been TF'd down to 4x4 blocks.
a9f9ad7 Update the tools to support 4x4 TF'd neighbors.
tools/image_tools.c | 97 +++++++++++++++++++++++++++++++++++++++++++++++----
tools/image_tools.h | 6 ++++
tools/intra_pred.c | 68 ++++++++++++++++++++++++++++++++++--
tools/intra_stats.c | 19 ++++++++++
tools/intra_trace.c | 3 ++
tools/od_defs.h | 5 +--
6 files changed, 187 insertions(+), 11 deletions(-)
Upstream: git.xiph.org