Home
last modified time | relevance | path

Searched refs:dct_type (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2dec/
H A Dgetpic.c44 int dct_type, int addflag));
281 int dct_type; local
398 printf("dct_type (%d): %s\n",dct_type,dct_type?"Field":"Frame");
410 *pdct_type = dct_type;
422 int comp,bx,by,dct_type,addflag; in Add_Block()
438 if (dct_type)
527 int *dct_type;
592 *dct_type = SNRdct_type;
800 int dct_type;
999 int *dct_type;
[all …]
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2enc/
H A Dtransfrm.c60 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type)
84 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type
130 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type)
154 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type
235 mbi[k].dct_type = 0;
271 mbi[k].dct_type = 0; /* frame DCT */
273 mbi[k].dct_type = 1; /* field DCT */
276 mbi[k].dct_type = 1; /* field DCT */
H A Dmpeg2enc.h95 int dct_type; /* field/frame DCT */ member
/dports/multimedia/vtkmpeg2encode/vtkmpeg2encode/
H A Dtransfrm.c60 if ((mpeg2_struct->pict_struct==FRAME_PICTURE) && mbi[k].dct_type) in MPEG2_transform()
84 if ((mpeg2_struct->pict_struct==FRAME_PICTURE) && mbi[k].dct_type in MPEG2_transform()
130 if ((mpeg2_struct->pict_struct==FRAME_PICTURE) && mbi[k].dct_type) in MPEG2_itransform()
154 if ((mpeg2_struct->pict_struct==FRAME_PICTURE) && mbi[k].dct_type in MPEG2_itransform()
234 mbi[k].dct_type = 0; in MPEG2_dct_type_estimation()
270 mbi[k].dct_type = 0; /* frame DCT */ in MPEG2_dct_type_estimation()
272 mbi[k].dct_type = 1; /* field DCT */ in MPEG2_dct_type_estimation()
275 mbi[k].dct_type = 1; /* field DCT */ in MPEG2_dct_type_estimation()
H A Dmpeg2enc.h96 int dct_type; /* field/frame DCT */ member
/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A Dgetpic.c48 int dct_type, int addflag));
278 &dct_type);
538 dct_type = SNRdct_type;
628 int dct_type; local
712 dct_type = (pict_struct==FRAME_PICTURE)
722 printf("dct_type (%d): %s\n",dct_type,dct_type?"Field":"Frame");
734 *pdct_type = dct_type;
776 static void addblock(comp,bx,by,dct_type,addflag) in addblock() argument
777 int comp,bx,by,dct_type,addflag; in addblock()
796 if (dct_type)
[all …]
/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Dtransfrm.c72 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type) in simpeg_encode_transform()
96 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type in simpeg_encode_transform()
154 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type) in simpeg_encode_itransform()
178 if ((pict_struct==FRAME_PICTURE) && mbi[k].dct_type in simpeg_encode_itransform()
262 mbi[k].dct_type = 0; in simpeg_encode_dct_type_estimation()
298 mbi[k].dct_type = 0; /* frame DCT */ in simpeg_encode_dct_type_estimation()
300 mbi[k].dct_type = 1; /* field DCT */ in simpeg_encode_dct_type_estimation()
303 mbi[k].dct_type = 1; /* field DCT */ in simpeg_encode_dct_type_estimation()
H A Dmpeg2enc.h102 int dct_type; /* field/frame DCT */ member
/dports/games/nextgo/NeXTGo-3.0/
H A Dgodict.c152 case 'n': d->dct_type = CD_NAME; in load_dict()
154 case 'c': d->dct_type = CD_CHAM; in load_dict()
156 case 't': d->dct_type = CD_TECH; in load_dict()
158 case 'p': d->dct_type = CD_POLI; in load_dict()
160 case 'd': d->dct_type = CD_DIGI; in load_dict()
162 default: d->dct_type = CD_MISC; in load_dict()
293 if (d->dct_type & termtypes) in search_dict()
H A Dgodict.h185 int dct_type; /* See defines */ member
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/tests/
H A Dtest_real_transforms.py422 dct_type = [1, 2, 3, 4] variable in Test_DCTN_IDCTN
435 @pytest.mark.parametrize('dct_type', dct_type)
439 tmp = finverse(tmp, type=dct_type, axes=axes, norm=norm)
443 @pytest.mark.parametrize('dct_type', dct_type)
445 def test_dctn_vs_2d_reference(self, funcn, func, dct_type, norm): argument
446 y1 = funcn(self.data, type=dct_type, axes=None, norm=norm)
447 y2 = ref_2d(func, self.data, type=dct_type, norm=norm)
451 @pytest.mark.parametrize('dct_type', dct_type)
454 fdata = dctn(self.data, type=dct_type, norm=norm)
455 y1 = funcn(fdata, type=dct_type, norm=norm)
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/fftpack/tests/
H A Dtest_real_transforms.py746 dct_type = [1, 2, 3, 4] variable in Test_DCTN_IDCTN
759 @pytest.mark.parametrize('dct_type', dct_type)
763 tmp = finverse(tmp, type=dct_type, axes=axes, norm=norm)
768 @pytest.mark.parametrize('dct_type', dct_type)
771 dct_type, norm): argument
773 y2 = fforward_ref(self.data, type=dct_type, norm=norm)
778 @pytest.mark.parametrize('dct_type', dct_type)
781 dct_type, norm): argument
782 fdata = dctn(self.data, type=dct_type, norm=norm)
783 y1 = finverse(fdata, type=dct_type, norm=norm)
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dxvmc_mocomp.c105 int dct_type, vo_frame_t *current_frame, in xxmc_xvmc_proc_macro_block() argument
193 mbs->macroblockptr->dct_type = dct_type; in xxmc_xvmc_proc_macro_block()
207 …ockptr->motion_type,mbs->macroblockptr->motion_vertical_field_select,mbs->macroblockptr->dct_type); in xxmc_xvmc_proc_macro_block()
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dslice.c55 int dct_type, in mpeg3video_addblock() argument
70 if(dct_type) in mpeg3video_addblock()
102 if(dct_type && (video->chroma_format != CHROMA420)) in mpeg3video_addblock()
167 int mb_type, cbp, motion_type = 0, dct_type; in mpeg3_decode_slice() local
248 &dct_type); in mpeg3_decode_slice()
474 dct_type, in mpeg3_decode_slice()
H A Dmacroblocks.c248 int dct_type; in mpeg3video_macroblock_modes() local
316 dct_type = (video->pict_struct == FRAME_PICTURE) && in mpeg3video_macroblock_modes()
330 *pdct_type = dct_type; in mpeg3video_macroblock_modes()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/
H A Dslice.c92 int dct_type, in mpeg3video_addblock() argument
107 if(dct_type) in mpeg3video_addblock()
139 if(dct_type && (video->chroma_format != CHROMA420)) in mpeg3video_addblock()
326 int mb_type, cbp, motion_type = 0, dct_type; in mpeg3_decode_slice() local
407 &dct_type); in mpeg3_decode_slice()
638 dct_type, in mpeg3_decode_slice()
H A Dmacroblocks.c277 int dct_type; in mpeg3video_macroblock_modes() local
345 dct_type = (video->pict_struct == FRAME_PICTURE) && in mpeg3video_macroblock_modes()
359 *pdct_type = dct_type; in mpeg3video_macroblock_modes()
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Dps_implicit_types.F15 USE dct, ONLY: dct_type,&
44 TYPE(dct_type) :: dct_env
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Dps_implicit_types.F15 USE dct, ONLY: dct_type,&
44 TYPE(dct_type) :: dct_env
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/xvmc/
H A Dintel_xvmc_dump.c147 if (mb->dct_type == XVMC_DCT_TYPE_FRAME) in intel_xvmc_dump_render()
149 else if (mb->dct_type == XVMC_DCT_TYPE_FIELD) in intel_xvmc_dump_render()
H A Di915_xvmc.c742 macroblock_ipicture.dw0.dct_type = in i915_mc_mpeg_macroblock_ipicture()
743 (mb->dct_type == XVMC_DCT_TYPE_FIELD); in i915_mc_mpeg_macroblock_ipicture()
766 macroblock_1fbmv.header.dw1.dct_type = in i915_mc_mpeg_macroblock_1fbmv()
767 (mb->dct_type == XVMC_DCT_TYPE_FIELD); in i915_mc_mpeg_macroblock_1fbmv()
770 macroblock_1fbmv.header.dw1.dct_type = XVMC_DCT_TYPE_FRAME; in i915_mc_mpeg_macroblock_1fbmv()
808 macroblock_2fbmv.header.dw1.dct_type = in i915_mc_mpeg_macroblock_2fbmv()
809 (mb->dct_type == XVMC_DCT_TYPE_FIELD); in i915_mc_mpeg_macroblock_2fbmv()
812 macroblock_2fbmv.header.dw1.dct_type = XVMC_DCT_TYPE_FRAME; in i915_mc_mpeg_macroblock_2fbmv()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/video/
H A DMpvDecoder.java1687 if (decode_macroblock(macroblock_type, motion_type, dct_type, PMV, in slice()
1700 motion_vertical_field_select, dmvector, dct_type); in slice()
1748 dmv, mvscale, dct_type); in decode_macroblock()
2381 int dmvector[], int dct_type[]) in motion_compensation() argument
2406 Add_Block(comp, bx, by, dct_type, (macroblock_type[0] & MACROBLOCK_INTRA)==0); in motion_compensation()
2601 if (dct_type[0] > 0) in Add_Block()
2628 if (dct_type[0] > 0 && chroma_format != CHROMA420) in Add_Block()
2695 …chroma_format != CHROMA420 ? tmp3 : ((y & 1) == 0 ? (tmp3 & ~dct_type[0]) : (tmp3 | dct_type[0])))… in Add_Block()
2723 int mv_format, dmv, mvscale, dct_type; in macroblock_modes() local
2763 dct_type = (picture_structure == FRAME_PICTURE) && (frame_pred_frame_dct < 1) in macroblock_modes()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/jpeg_dec/include/
H A Djpegdec.h92 void SetDCTType(int dct_type) { m_use_qdct = dct_type; } in SetDCTType() argument
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mpeg2enc/
H A Dtransfrm_x86.c193 int dct_type; in field_dct_best_mmx() local
262 return dct_type; in field_dct_best_mmx()
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A DXvMC.h123 unsigned char dct_type; member

1234567