Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvqavideo.c334 int cbp0_chunk = -1; in vqa_decode_chunk() local
367 cbp0_chunk = index; in vqa_decode_chunk()
536 if ((cbp0_chunk != -1) && (cbpz_chunk != -1)) { in vqa_decode_chunk()
542 if (cbp0_chunk != -1) { in vqa_decode_chunk()
544 bytestream2_seek(&s->gb, cbp0_chunk, SEEK_SET); in vqa_decode_chunk()