AOMedia AV1 Codec
|
Structure to hold search parameter per restoration unit and intermediate buffer of Wiener filter used in pick filter stage of Loop restoration. More...
#include <encoder.h>
Data Fields | |
RestUnitSearchInfo * | rusi [3] |
int16_t * | dgd_avg |
Structure to hold search parameter per restoration unit and intermediate buffer of Wiener filter used in pick filter stage of Loop restoration.
RestUnitSearchInfo* AV1LrPickStruct::rusi[3] |
Array of pointers to 'RestUnitSearchInfo' which holds data related to restoration types.
int16_t* AV1LrPickStruct::dgd_avg |
Buffer used to hold dgd-avg data during SIMD call of Wiener filter.