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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvqavideo.c305 int cbp0_chunk = -1; local
337 cbp0_chunk = index;
511 if ((cbp0_chunk != -1) && (cbpz_chunk != -1)) {
517 if (cbp0_chunk != -1) {
519 chunk_size = AV_RB32(&s->buf[cbp0_chunk + 4]);
520 cbp0_chunk += CHUNK_PREAMBLE_SIZE;
524 &s->buf[cbp0_chunk], chunk_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvqavideo.c305 int cbp0_chunk = -1; local
337 cbp0_chunk = index;
511 if ((cbp0_chunk != -1) && (cbpz_chunk != -1)) {
517 if (cbp0_chunk != -1) {
519 chunk_size = AV_RB32(&s->buf[cbp0_chunk + 4]);
520 cbp0_chunk += CHUNK_PREAMBLE_SIZE;
524 &s->buf[cbp0_chunk], chunk_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvqavideo.c305 int cbp0_chunk = -1; local
337 cbp0_chunk = index;
511 if ((cbp0_chunk != -1) && (cbpz_chunk != -1)) {
517 if (cbp0_chunk != -1) {
519 chunk_size = AV_RB32(&s->buf[cbp0_chunk + 4]);
520 cbp0_chunk += CHUNK_PREAMBLE_SIZE;
524 &s->buf[cbp0_chunk], chunk_size);

Completed in 126 milliseconds