Searched refs:v_dist (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 Dvc1dec.c84 int v_dist; local
98 v_dist = (16 - fieldtx) >> (fieldtx == 0);
106 s->dest[0] - v_dist * s->linesize - 16,
109 s->dest[0] - v_dist * s->linesize - 8,
122 v_dist = fieldtx ? 15 : 8;
130 s->dest[0] - v_dist * s->linesize,
133 s->dest[0] - v_dist * s->linesize + 8,
938 int v_dist = fieldmv ? 1 : 4; // vertical offset for lower sub-blocks local
957 off = (i & 1) * 4 + ((i & 2) ? v_dist * s->uvlinesize : 0);
959 uvsrc_y = s->mb_y * 8 + ((i & 2) ? v_dist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c84 int v_dist; local
99 v_dist = (16 - fieldtx) >> (fieldtx == 0);
107 s->dest[0] - v_dist * s->linesize - 16,
110 s->dest[0] - v_dist * s->linesize - 8,
124 v_dist = fieldtx ? 15 : 8;
132 s->dest[0] - v_dist * s->linesize,
135 s->dest[0] - v_dist * s->linesize + 8,
979 int v_dist = fieldmv ? 1 : 4; // vertical offset for lower sub-blocks local
999 off = (i & 1) * 4 + ((i & 2) ? v_dist * s->uvlinesize : 0);
1001 uvsrc_y = s->mb_y * 8 + ((i & 2) ? v_dist
[all...]

Completed in 54 milliseconds