Home
last modified time | relevance | path

Searched refs:hdcd_scan (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c1126 static int hdcd_scan(HDCDContext *ctx, hdcd_state *states, int channels, const int32_t *samples, in… in hdcd_scan() function
1381 run = hdcd_scan(ctx, state, 1, samples + lead * stride, count - lead, 0) + lead; in hdcd_process()
1425 run = hdcd_scan(ctx, ctx->state, 2, samples + lead * stride, count - lead, 0) + lead; in hdcd_process_stereo()