Searched refs:vector_height (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.c114 int vector_height; /* height of individual vector */ member in struct:VqaContext
156 s->vector_height = vqa_header[11];
161 ((s->vector_height != 2) && (s->vector_height != 4))) {
172 if (s->vector_height == 4) {
187 (s->height / s->vector_height) * 2;
452 if (s->vector_height == 4)
457 y += s->frame.linesize[0] * s->vector_height) {
473 lines = s->vector_height;
492 lines = s->vector_height;
[all...]

Completed in 98 milliseconds