xWRL6432 MMWAVE-L-SDK  05.04.00.01

Introduction

Macros that allow/disallow two pass operation for compression. the first pass (optimization step) finds the optimal parameters for compression and the second pass compresses the data and writes it to the output buffer. Both first and second passes should be enabled.

Value Mode
3 1st and 2nd pass are enabled

Macros

#define HWA_COMPRESS_PATHSELECT_BOTHPASSES   ((uint8_t)3U)
 

Macro Definition Documentation

◆ HWA_COMPRESS_PATHSELECT_BOTHPASSES

#define HWA_COMPRESS_PATHSELECT_BOTHPASSES   ((uint8_t)3U)

1st and 2nd pass are enabled.