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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Davs.c56 int i, j, x, y, stride, vect_w = 3, vect_h = 3; local
99 vect_w = 3;
104 vect_w = 2;
109 vect_w = 2;
117 table = buf + (256 * vect_w * vect_h);
119 int map_size = ((318 / vect_w + 7) / 8) * (198 / vect_h);
125 for (x=0; x<318; x+=vect_w) {
127 vect = &buf[*table++ * (vect_w * vect_h)];
128 for (j=0; j<vect_w; j++) {
129 out[(y + 0) * stride + x + j] = vect[(0 * vect_w)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Davs.c56 int i, j, x, y, stride, vect_w = 3, vect_h = 3; local
99 vect_w = 3;
104 vect_w = 2;
109 vect_w = 2;
117 table = buf + (256 * vect_w * vect_h);
119 int map_size = ((318 / vect_w + 7) / 8) * (198 / vect_h);
125 for (x=0; x<318; x+=vect_w) {
127 vect = &buf[*table++ * (vect_w * vect_h)];
128 for (j=0; j<vect_w; j++) {
129 out[(y + 0) * stride + x + j] = vect[(0 * vect_w)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Davs.c56 int i, j, x, y, stride, vect_w = 3, vect_h = 3; local
99 vect_w = 3;
104 vect_w = 2;
109 vect_w = 2;
117 table = buf + (256 * vect_w * vect_h);
119 int map_size = ((318 / vect_w + 7) / 8) * (198 / vect_h);
125 for (x=0; x<318; x+=vect_w) {
127 vect = &buf[*table++ * (vect_w * vect_h)];
128 for (j=0; j<vect_w; j++) {
129 out[(y + 0) * stride + x + j] = vect[(0 * vect_w)
[all...]

Completed in 113 milliseconds