Home
last modified time | relevance | path

Searched refs:stwtype (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2dec/
H A Dgetpic.c53 int dmvector[2], int stwtype, int dct_type));
57 int *stwtype, int *macroblock_type));
150 int stwtype, stwclass; local
278 int stwtype, stwcode, stwclass; local
296 stwtype = 4;
312 stwtype = (macroblock_type & MB_CLASS4) ? 8 : 0;
315 stwclass = stwclass_table[stwtype];
403 *pstwtype = stwtype;
799 int stwtype;
855 int *stwtype;
[all …]
H A Drecon.c44 …rm_predictions(bx,by,macroblock_type,motion_type,PMV,motion_vertical_field_select,dmvector,stwtype) in form_predictions() argument
49 int stwtype;
56 stwtop = stwtype%3; /* 0:temporal, 1:(spat+temp)/2, 2:spatial */
57 stwbot = stwtype/3;
H A Dglobal.h115 int dmvector[2], int stwtype));
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dmacroblocks.c246 int stwtype, stwcode, stwclass; in mpeg3video_macroblock_modes() local
264 stwtype = 4; in mpeg3video_macroblock_modes()
268 stwtype = stwc_table[video->stwc_table_index - 1][stwcode]; in mpeg3video_macroblock_modes()
272 stwtype = (mb_type & MB_CLASS4) ? 8 : 0; in mpeg3video_macroblock_modes()
275 stwclass = stwclass_table[stwtype]; in mpeg3video_macroblock_modes()
323 *pstwtype = stwtype; in mpeg3video_macroblock_modes()
H A Dslice.c177 int stwtype, stwclass; in mpeg3_decode_slice() local
241 &stwtype, in mpeg3_decode_slice()
435 stwtype = (video->pict_type == I_TYPE) ? 8 : 0; in mpeg3_decode_slice()
460 stwtype); in mpeg3_decode_slice()
H A Dreconstruct.c536 int stwtype) in mpeg3video_reconstruct() argument
543 stwtop = stwtype % 3; /* 0:temporal, 1 : (spat+temp) / 2, 2 : spatial */ in mpeg3video_reconstruct()
544 stwbot = stwtype / 3; in mpeg3video_reconstruct()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/
H A Dmacroblocks.c275 int stwtype, stwcode, stwclass; in mpeg3video_macroblock_modes() local
293 stwtype = 4; in mpeg3video_macroblock_modes()
297 stwtype = stwc_table[video->stwc_table_index - 1][stwcode]; in mpeg3video_macroblock_modes()
301 stwtype = (mb_type & MB_CLASS4) ? 8 : 0; in mpeg3video_macroblock_modes()
304 stwclass = stwclass_table[stwtype]; in mpeg3video_macroblock_modes()
352 *pstwtype = stwtype; in mpeg3video_macroblock_modes()
H A Dslice.c336 int stwtype, stwclass; in mpeg3_decode_slice() local
400 &stwtype, in mpeg3_decode_slice()
594 stwtype = (video->pict_type == I_TYPE) ? 8 : 0; in mpeg3_decode_slice()
619 stwtype); in mpeg3_decode_slice()
H A Dreconstruct.c1115 int stwtype) in mpeg3video_reconstruct() argument
1122 stwtop = stwtype % 3; /* 0:temporal, 1 : (spat+temp) / 2, 2 : spatial */ in mpeg3video_reconstruct()
1123 stwbot = stwtype / 3; in mpeg3video_reconstruct()
/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A Dgetpic.c140 int stwtype, stwclass; local
276 macroblock_modes(&mb_type, &stwtype, &stwclass,
467 stwtype = (pict_type==I_TYPE) ? 8 : 0;
585 stwtype);
626 int stwtype, stwcode, stwclass; local
643 stwtype = 4;
647 stwtype = stwc_table[stwc_table_index-1][stwcode];
651 stwtype = (mb_type & MB_CLASS4) ? 8 : 0;
654 stwclass = stwclass_table[stwtype];
727 *pstwtype = stwtype;
H A Dglobal.h110 int PMV[2][2][2], int mv_field_sel[2][2], int dmvector[2], int stwtype));
H A Drecon.c66 void reconstruct(bx,by,mb_type,motion_type,PMV,mv_field_sel,dmvector,stwtype) in reconstruct() argument
71 int stwtype;
78 stwtop = stwtype%3; /* 0:temporal, 1:(spat+temp)/2, 2:spatial */
79 stwbot = stwtype/3;