Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1_parser.c141 int start_code_found = 0; in vc1_parse() local
153 start_code_found = 0; in vc1_parse()
171 start_code_found = 1; in vc1_parse()
185 if (unesc_index >= UNESCAPED_THRESHOLD && !start_code_found) { in vc1_parse()
203 start_code_found = 1; in vc1_parse()
209 if (start_code_found) { in vc1_parse()