Searched refs:code_counterB (Results 1 – 1 of 1) sorted by relevance
858 int code_counterB; /**< 16-bit format packet, 8-bit code, 8-bit XOR of code */ member1027 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()