Searched refs:vqa_header (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.c134 unsigned char *vqa_header; local
147 vqa_header = (unsigned char *)s->avctx->extradata;
148 s->vqa_version = vqa_header[0];
149 s->width = AV_RL16(&vqa_header[6]);
150 s->height = AV_RL16(&vqa_header[8]);
155 s->vector_width = vqa_header[10];
156 s->vector_height = vqa_header[11];
157 s->partial_count = s->partial_countdown = vqa_header[13];

Completed in 41 milliseconds