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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvqavideo.c306 int cbp0_chunk = -1; local
338 cbp0_chunk = index;
512 if ((cbp0_chunk != -1) && (cbpz_chunk != -1)) {
518 if (cbp0_chunk != -1) {
520 chunk_size = AV_RB32(&s->buf[cbp0_chunk + 4]);
521 cbp0_chunk += CHUNK_PREAMBLE_SIZE;
525 &s->buf[cbp0_chunk], chunk_size);

Completed in 93 milliseconds