Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_readvitc.c90 int grp_index, pit_index; in read_vitc_line() local
102 grp_index = 0; in read_vitc_line()
104 while ((x < width) && (grp_index < 9)) { in read_vitc_line()
125 ctx->line_data[grp_index] |= (1 << pit_index); in read_vitc_line()
127 grp_index++; in read_vitc_line()
129 if ((grp_index == 9) && (get_vitc_crc(ctx->line_data) == ctx->line_data[8])) { in read_vitc_line()