Searched refs:blocks_off (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c350 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = mx;
351 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = my;
583 f = v->mv_f[0][s->block_index[k] + v->blocks_off];
606 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = tx;
607 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = ty;
609 v->mv_f[1][s->block_index[k] + v->blocks_off] = f;
792 mv_f[k] = v->mv_f[dir][s->block_index[k] + v->blocks_off];
799 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = 0;
800 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = 0;
814 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][
[all...]
H A Dvc1.h369 int blocks_off, mb_off; member in struct:VC1Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c355 s->current_picture.motion_val[1][s->block_index[i] + v->blocks_off][0] = mx;
356 s->current_picture.motion_val[1][s->block_index[i] + v->blocks_off][1] = my;
601 f = v->mv_f[0][s->block_index[k] + v->blocks_off];
626 s->current_picture.motion_val[1][s->block_index[0] + v->blocks_off][0] = tx;
627 s->current_picture.motion_val[1][s->block_index[0] + v->blocks_off][1] = ty;
629 v->mv_f[1][s->block_index[k] + v->blocks_off] = f;
637 s->current_picture.motion_val[1][s->block_index[n] + v->blocks_off][0] = mx;
638 s->current_picture.motion_val[1][s->block_index[n] + v->blocks_off][1] = my;
821 mv_f[k] = v->mv_f[dir][s->block_index[k] + v->blocks_off];
829 s->current_picture.motion_val[1][s->block_index[0] + v->blocks_off][
[all...]
H A Dvc1.h385 int blocks_off, mb_off; member in struct:VC1Context

Completed in 201 milliseconds