Home
last modified time | relevance | path

Searched refs:u_shift (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/citra/citra-ac98458e0/src/video_core/swrasterizer/
H A Dproctex.cpp162 const float u_shift = GetShiftOffset(v, regs.proctex.u_shift, regs.proctex.u_clamp); in ProcTex() local
175 u += u_shift; in ProcTex()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/swrasterizer/
H A Dproctex.cpp162 const float u_shift = GetShiftOffset(v, regs.proctex.u_shift, regs.proctex.u_clamp); in ProcTex() local
175 u += u_shift; in ProcTex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_v360.c1220 const int u_shift = ceilf(ew * u_face); in cube3x2_to_xyz() local
1283 int u_shift, v_shift; in xyz_to_cube3x2() local
1379 const int u_shift = ceilf(ew * face); in cube6x1_to_xyz() local
1516 int u_shift; in xyz_to_cube6x1() local
1522 u_shift = ceilf(ew * face); in xyz_to_cube6x1()
1535 u_shift = ceilf(ew * face); in xyz_to_cube6x1()
2827 int u_shift; in xyz_to_dfisheye() local
2830 u_shift = 0; in xyz_to_dfisheye()
2832 u_shift = ceilf(ew); in xyz_to_dfisheye()
2947 int u_shift, v_shift; in xyz_to_barrel() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_v360.c1397 int u_shift, v_shift; in xyz_to_cube3x2() local
1630 int u_shift; in xyz_to_cube6x1() local
3231 int u_shift; in xyz_to_dfisheye() local
3234 u_shift = ceilf(ew); in xyz_to_dfisheye()
3236 u_shift = 0; in xyz_to_dfisheye()
3351 int u_shift, v_shift; in xyz_to_barrel() local
3359 u_shift = 0; in xyz_to_barrel()
3368 u_shift = 4 * ew; in xyz_to_barrel()
3422 int u_shift, v_shift; in xyz_to_barrelsplit() local
3433 u_shift = 0; in xyz_to_barrelsplit()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_v360.c1464 int u_shift, v_shift; in xyz_to_cube3x2() local
1697 int u_shift; in xyz_to_cube6x1() local
3297 int u_shift; in xyz_to_dfisheye() local
3300 u_shift = ceilf(ew); in xyz_to_dfisheye()
3302 u_shift = 0; in xyz_to_dfisheye()
3417 int u_shift, v_shift; in xyz_to_barrel() local
3425 u_shift = 0; in xyz_to_barrel()
3434 u_shift = 4 * ew; in xyz_to_barrel()
3488 int u_shift, v_shift; in xyz_to_barrelsplit() local
3499 u_shift = 0; in xyz_to_barrelsplit()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_v360.c1464 int u_shift, v_shift; in xyz_to_cube3x2() local
1697 int u_shift; in xyz_to_cube6x1() local
3297 int u_shift; in xyz_to_dfisheye() local
3300 u_shift = ceilf(ew); in xyz_to_dfisheye()
3302 u_shift = 0; in xyz_to_dfisheye()
3417 int u_shift, v_shift; in xyz_to_barrel() local
3425 u_shift = 0; in xyz_to_barrel()
3434 u_shift = 4 * ew; in xyz_to_barrel()
3488 int u_shift, v_shift; in xyz_to_barrelsplit() local
3499 u_shift = 0; in xyz_to_barrelsplit()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bsgm/
H A Dbsgm_prob_pairwise_dsm.hxx304 int u_shift = window.min_x(); in translate_camera_into_window() local
307 M_shifted(0, 0) -= u_shift * M_shifted(2, 0); in translate_camera_into_window()
308 M_shifted(0, 1) -= u_shift * M_shifted(2, 1); in translate_camera_into_window()
309 M_shifted(0, 2) -= u_shift * M_shifted(2, 2); in translate_camera_into_window()
310 M_shifted(0, 3) -= u_shift * M_shifted(2, 3); in translate_camera_into_window()
/dports/multimedia/transcode/transcode-1.1.7/filter/subtitler/
H A Dobject_list.c848 pa -> u_shift += pa -> du_shift; in add_objects()
893 if(pa -> u_shift > 127.0) pa -> u_shift = 127.0; in add_objects()
894 if(pa -> u_shift < -127.0) pa -> u_shift = -127.0; in add_objects()
H A Dobject_list.h74 double u_shift; member
H A Dfilter_subtitler.c83 int u_shift, v_shift; variable
206 u_shift = 0; // steps in tc_filter()
611 (u_shift) ||\ in tc_filter()
671 *pu += u_shift; in tc_filter()
2281 u_shift = (int)pa -> u_shift; in set_main_movie_properties()
H A DREADME.COLOR.PROCESSOR110 With u_shift, du_shift, v_shift and dv_shift you can give color to a BW
H A Dparser.c306 sscanf(token, "u_shift=%lf", &po -> u_shift); in parse_frame_entry()
/dports/mail/rspamd/rspamd-3.1/contrib/fpconv/
H A Dfpconv.c75 const unsigned int u_shift = 64 - 52 - 2; in get_normalized_boundaries() local
77 upper->frac <<= u_shift; in get_normalized_boundaries()
78 upper->exp = upper->exp - u_shift; in get_normalized_boundaries()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/fpconv/
H A Dfpconv.c75 const unsigned int u_shift = 64 - 52 - 2; in get_normalized_boundaries() local
77 upper->frac <<= u_shift; in get_normalized_boundaries()
78 upper->exp = upper->exp - u_shift; in get_normalized_boundaries()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_gen.h112 Pica::TexturingRegs::ProcTexShift u_shift, v_shift; member
H A Dgl_shader_gen.cpp243 state.proctex.u_shift = regs.texturing.proctex.u_shift; in BuildFromRegs()
1172 AppendProcTexShiftOffset(out, "uv.y", config.state.proctex.u_shift, in AppendProcTexSampler()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_gen.h112 Pica::TexturingRegs::ProcTexShift u_shift, v_shift; member
H A Dgl_shader_gen.cpp243 state.proctex.u_shift = regs.texturing.proctex.u_shift; in BuildFromRegs()
1172 AppendProcTexShiftOffset(out, "uv.y", config.state.proctex.u_shift, in AppendProcTexSampler()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/rsp/
H A Drsp_idec.c223 unsigned int u_shift; member
373 opnd.u = ((iw >> odec->u_shift) & odec->u_mask) << odec->u_lshift; in rsp_operand_decode()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/powerpc64/
H A Dcgcpu.pas632 u_shift : byte;
662 calc_divconst_magic_signed(sizeof(aInt)*8, a, magic, u_shift);
674 a_op_const_reg_reg(list, OP_SAR, OS_INT, u_shift, dst, dst);
683 calc_divconst_magic_unsigned(sizeof(aWord)*8, a, u_magic, u_add, u_shift);
691 a_op_const_reg_reg(list, OP_SHR, OS_INT, u_shift-1, divreg, dst);
693 a_op_const_reg_reg(list, OP_SHR, OS_INT, u_shift, dst, dst);
/dports/lang/fpc/fpc-3.2.2/compiler/powerpc64/
H A Dcgcpu.pas632 u_shift : byte;
662 calc_divconst_magic_signed(sizeof(aInt)*8, a, magic, u_shift);
674 a_op_const_reg_reg(list, OP_SAR, OS_INT, u_shift, dst, dst);
683 calc_divconst_magic_unsigned(sizeof(aWord)*8, a, u_magic, u_add, u_shift);
691 a_op_const_reg_reg(list, OP_SHR, OS_INT, u_shift-1, divreg, dst);
693 a_op_const_reg_reg(list, OP_SHR, OS_INT, u_shift, dst, dst);
/dports/lang/fpc-source/fpc-3.2.2/compiler/powerpc64/
H A Dcgcpu.pas632 u_shift : byte;
662 calc_divconst_magic_signed(sizeof(aInt)*8, a, magic, u_shift);
674 a_op_const_reg_reg(list, OP_SAR, OS_INT, u_shift, dst, dst);
683 calc_divconst_magic_unsigned(sizeof(aWord)*8, a, u_magic, u_add, u_shift);
691 a_op_const_reg_reg(list, OP_SHR, OS_INT, u_shift-1, divreg, dst);
693 a_op_const_reg_reg(list, OP_SHR, OS_INT, u_shift, dst, dst);
/dports/emulators/citra/citra-ac98458e0/src/video_core/
H A Dregs_texturing.h230 BitField<16, 2, ProcTexShift> u_shift; member
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/
H A Dregs_texturing.h230 BitField<16, 2, ProcTexShift> u_shift; member
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcgobj.pas2855 u_shift: byte;
2861 calc_divconst_magic_signed(tcgsize2size[size]*8,a,magic,u_shift);
2872 a_op_const_reg_reg(list,OP_SAR,OS_INT,u_shift,dst,dst);
2882 calc_divconst_magic_unsigned(tcgsize2size[size]*8,a,u_magic,u_add,u_shift);
2896 a_op_const_reg_reg(list,OP_SHR,OS_INT,u_shift-1,divreg,dst);
2899 a_op_const_reg_reg(list,OP_SHR,OS_INT,u_shift,dst,dst);

12