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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvqavideo.c104 int vector_height; /* height of individual vector */ member in struct:VqaContext
144 s->vector_height = s->avctx->extradata[11];
149 ((s->vector_height != 2) && (s->vector_height != 4))) {
155 s->height & (s->vector_height - 1)) {
166 if (s->vector_height == 4) {
181 (s->height / s->vector_height) * 2;
456 if (s->vector_height == 4)
461 y += s->frame.linesize[0] * s->vector_height) {
475 lines = s->vector_height;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvqavideo.c104 int vector_height; /* height of individual vector */ member in struct:VqaContext
155 s->vector_height = s->avctx->extradata[11];
160 ((s->vector_height != 2) && (s->vector_height != 4))) {
165 if (s->width % s->vector_width || s->height % s->vector_height) {
181 (s->height / s->vector_height) * 2;
187 if (s->vector_height == 4) {
478 if (s->vector_height == 4)
482 for (y = 0; y < s->height; y += s->vector_height) {
495 lines = s->vector_height;
[all...]

Completed in 63 milliseconds