Searched refs:vect_h (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 Davs.c57 int i, j, x, y, stride, vect_w = 3, vect_h = 3; local
105 vect_h = 3;
110 vect_h = 2;
115 vect_h = 3;
122 if (buf_end - buf < 256 * vect_w * vect_h)
124 table = buf + (256 * vect_w * vect_h);
126 int map_size = ((318 / vect_w + 7) / 8) * (198 / vect_h);
133 for (y=0; y<198; y+=vect_h) {
138 vect = &buf[*table++ * (vect_w * vect_h)];
142 if (vect_h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davs.c58 int i, j, x, y, stride, ret, vect_w = 3, vect_h = 3; local
105 vect_h = 3;
110 vect_h = 2;
115 vect_h = 3;
122 if (buf_end - buf < 256 * vect_w * vect_h)
124 table = buf + (256 * vect_w * vect_h);
126 int map_size = ((318 / vect_w + 7) / 8) * (198 / vect_h);
133 for (y=0; y<198; y+=vect_h) {
138 vect = &buf[*table++ * (vect_w * vect_h)];
142 if (vect_h
[all...]

Completed in 56 milliseconds