Searched refs:hdcd_state (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_hdcd.c | 840 typedef struct hdcd_state { struct 876 } hdcd_state; argument 945 hdcd_state state[HDCD_MAX_CHANNELS]; 1012 static void hdcd_reset(hdcd_state *state, unsigned rate, unsigned cdt_ms) in hdcd_reset() 1041 static int hdcd_integrate(HDCDContext *ctx, hdcd_state *states, int channels, int *flag, const int3… in hdcd_integrate() 1126 static int hdcd_scan(HDCDContext *ctx, hdcd_state *states, int channels, const int32_t *samples, in… in hdcd_scan() 1178 static void hdcd_analyze_prepare(hdcd_state *state, int32_t *samples, int count, int stride) { in hdcd_analyze_prepare() 1335 static void hdcd_control(HDCDContext *ctx, hdcd_state *state, int *peak_extend, int *target_gain) in hdcd_control() 1365 static void hdcd_process(HDCDContext *ctx, hdcd_state *state, int32_t *samples, int count, int stri… in hdcd_process() 1490 static void hdcd_detect_onech(hdcd_state *state, hdcd_detection_data *detect) { in hdcd_detect_onech() [all …]
|