Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_hdcd.c858 int code_counterB; /**< 16-bit format packet, 8-bit code, 8-bit XOR of code */ member
1027 state->code_counterB = 0; in hdcd_reset()
1090 states[i].code_counterB++; in hdcd_integrate()
1493 detect->total_packets += state->code_counterA + state->code_counterB; in hdcd_detect_onech()
1495 if (state->code_counterB) detect->packet_type |= HDCD_PVER_B; in hdcd_detect_onech()
1498 if (state->count_peak_extend == state->code_counterA + state->code_counterB) in hdcd_detect_onech()
1663 state->code_counterA, state->code_counterB, state->code_counterC); in uninit()