FFmpeg
Data Fields
Atrac3pIPQFChannelCtx Struct Reference

Per-channel IPQF history. More...

#include <atrac3plus.h>

Data Fields

float buf1 [ATRAC3P_PQF_FIR_LEN *2][8]
 
float buf2 [ATRAC3P_PQF_FIR_LEN *2][8]
 
int pos
 

Detailed Description

Per-channel IPQF history.

Definition at line 60 of file atrac3plus.h.

Field Documentation

◆ buf1

float Atrac3pIPQFChannelCtx::buf1[ATRAC3P_PQF_FIR_LEN *2][8]

Definition at line 61 of file atrac3plus.h.

Referenced by ff_atrac3p_ipqf().

◆ buf2

float Atrac3pIPQFChannelCtx::buf2[ATRAC3P_PQF_FIR_LEN *2][8]

Definition at line 62 of file atrac3plus.h.

Referenced by ff_atrac3p_ipqf().

◆ pos

int Atrac3pIPQFChannelCtx::pos

Definition at line 63 of file atrac3plus.h.

Referenced by ff_atrac3p_ipqf().


The documentation for this struct was generated from the following file: