Home
last modified time | relevance | path

Searched refs:v_shift (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ppc/
H A Dhevcdsp.c81 vec_u32 v_shift; in scale() local
84 case 7: v_shift = vec_splat_u32(7) ; break; in scale()
85 case 10: v_shift = vec_splat_u32(10); break; in scale()
86 case 12: v_shift = vec_splat_u32(12); break; in scale()
91 res[i] = vec_sra(res[i], v_shift); in scale()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ppc/
H A Dhevcdsp.c81 vec_u32 v_shift; in scale() local
84 case 7: v_shift = vec_splat_u32(7) ; break; in scale()
85 case 10: v_shift = vec_splat_u32(10); break; in scale()
86 case 12: v_shift = vec_splat_u32(12); break; in scale()
91 res[i] = vec_sra(res[i], v_shift); in scale()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ppc/
H A Dhevcdsp.c81 vec_u32 v_shift; in scale() local
84 case 7: v_shift = vec_splat_u32(7) ; break; in scale()
85 case 10: v_shift = vec_splat_u32(10); break; in scale()
86 case 12: v_shift = vec_splat_u32(12); break; in scale()
91 res[i] = vec_sra(res[i], v_shift); in scale()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ppc/
H A Dhevcdsp.c81 vec_u32 v_shift; in scale() local
84 case 7: v_shift = vec_splat_u32(7) ; break; in scale()
85 case 10: v_shift = vec_splat_u32(10); break; in scale()
86 case 12: v_shift = vec_splat_u32(12); break; in scale()
91 res[i] = vec_sra(res[i], v_shift); in scale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ppc/
H A Dhevcdsp.c81 vec_u32 v_shift; in scale() local
84 case 7: v_shift = vec_splat_u32(7) ; break; in scale()
85 case 10: v_shift = vec_splat_u32(10); break; in scale()
86 case 12: v_shift = vec_splat_u32(12); break; in scale()
91 res[i] = vec_sra(res[i], v_shift); in scale()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dequation.cpp391 int v_shift=0, v_new; in FillY() local
427 v_shift = _ns; in FillY()
431 v_shift = _xInVector->numShift(); in FillY()
435 if (v_shift != i.value()->numShift()) { in FillY()
436 v_shift = _ns; in FillY()
439 v_shift = _ns; in FillY()
442 v_shift = _ns; in FillY()
446 if (v_shift > _ns/2 || force) { in FillY()
448 v_shift = _ns; in FillY()
452 for (int i = v_shift; i < _ns; i++) { in FillY()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dframe.c443 int v_shift = CHROMA_V_SHIFT; in x264_frame_copy_picture() local
566 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border() local
571 int padv = PADV >> v_shift; in x264_frame_expand_border()
574 height += 4 >> (v_shift + SLICE_MBAFF); in x264_frame_expand_border()
586 height += 4 >> v_shift; in x264_frame_expand_border()
587 pix = frame->plane[i] + (starty*stride >> v_shift); in x264_frame_expand_border()
634 int v_shift = CHROMA_V_SHIFT; in x264_frame_expand_border_chroma() local
645 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border_mod16() local
646 int i_height = h->param.i_height >> v_shift; in x264_frame_expand_border_mod16()
671 int v_shift = i && CHROMA_V_SHIFT; in x264_expand_border_mbpair() local
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dframe.c443 int v_shift = CHROMA_V_SHIFT; in x264_frame_copy_picture() local
566 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border() local
571 int padv = PADV >> v_shift; in x264_frame_expand_border()
574 height += 4 >> (v_shift + SLICE_MBAFF); in x264_frame_expand_border()
586 height += 4 >> v_shift; in x264_frame_expand_border()
587 pix = frame->plane[i] + (starty*stride >> v_shift); in x264_frame_expand_border()
634 int v_shift = CHROMA_V_SHIFT; in x264_frame_expand_border_chroma() local
645 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border_mod16() local
646 int i_height = h->param.i_height >> v_shift; in x264_frame_expand_border_mod16()
671 int v_shift = i && CHROMA_V_SHIFT; in x264_expand_border_mbpair() local
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dframe.c453 int v_shift = CHROMA_V_SHIFT; in x264_frame_copy_picture() local
574 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border() local
579 int padv = PADV >> v_shift; in x264_frame_expand_border()
585 height += 4 >> (v_shift + SLICE_MBAFF); in x264_frame_expand_border()
596 height += 4 >> v_shift; in x264_frame_expand_border()
597 pix = frame->plane[i] + (starty*stride >> v_shift); in x264_frame_expand_border()
649 int v_shift = CHROMA_V_SHIFT; in x264_frame_expand_border_chroma() local
662 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border_mod16() local
663 int i_height = h->param.i_height >> v_shift; in x264_frame_expand_border_mod16()
693 int v_shift = i && CHROMA_V_SHIFT; in x264_expand_border_mbpair() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dframe.c453 int v_shift = CHROMA_V_SHIFT; in x264_frame_copy_picture() local
574 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border() local
579 int padv = PADV >> v_shift; in x264_frame_expand_border()
585 height += 4 >> (v_shift + SLICE_MBAFF); in x264_frame_expand_border()
596 height += 4 >> v_shift; in x264_frame_expand_border()
597 pix = frame->plane[i] + (starty*stride >> v_shift); in x264_frame_expand_border()
649 int v_shift = CHROMA_V_SHIFT; in x264_frame_expand_border_chroma() local
662 int v_shift = i && CHROMA_V_SHIFT; in x264_frame_expand_border_mod16() local
663 int i_height = h->param.i_height >> v_shift; in x264_frame_expand_border_mod16()
693 int v_shift = i && CHROMA_V_SHIFT; in x264_expand_border_mbpair() local
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dnegf_methods.F1057 v_shift=v_shift, &
1068 v_shift=v_shift, &
1086 v_shift=v_shift, &
1106 v_shift=v_shift, &
1980 v_shift=v_shift, &
2169 v_shift=v_shift, &
2297 v_shift=v_shift, &
2475 v_shift=v_shift, &
2681 v_shift=v_shift, &
2858 v_shift=v_shift, &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dnegf_methods.F1057 v_shift=v_shift, &
1068 v_shift=v_shift, &
1086 v_shift=v_shift, &
1106 v_shift=v_shift, &
1980 v_shift=v_shift, &
2169 v_shift=v_shift, &
2297 v_shift=v_shift, &
2475 v_shift=v_shift, &
2681 v_shift=v_shift, &
2858 v_shift=v_shift, &
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/arm/neon/
H A Dhighbd_fwd_txfm_neon.c469 in[0] = vshlq_s32(in[0], v_shift); in load_buffer_8x8()
470 in[1] = vshlq_s32(in[1], v_shift); in load_buffer_8x8()
471 in[2] = vshlq_s32(in[2], v_shift); in load_buffer_8x8()
472 in[3] = vshlq_s32(in[3], v_shift); in load_buffer_8x8()
473 in[4] = vshlq_s32(in[4], v_shift); in load_buffer_8x8()
474 in[5] = vshlq_s32(in[5], v_shift); in load_buffer_8x8()
475 in[6] = vshlq_s32(in[6], v_shift); in load_buffer_8x8()
476 in[7] = vshlq_s32(in[7], v_shift); in load_buffer_8x8()
478 in[8] = vshlq_s32(in[8], v_shift); in load_buffer_8x8()
479 in[9] = vshlq_s32(in[9], v_shift); in load_buffer_8x8()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/arm/neon/
H A Dhighbd_fwd_txfm_neon.c469 in[0] = vshlq_s32(in[0], v_shift); in load_buffer_8x8()
470 in[1] = vshlq_s32(in[1], v_shift); in load_buffer_8x8()
471 in[2] = vshlq_s32(in[2], v_shift); in load_buffer_8x8()
472 in[3] = vshlq_s32(in[3], v_shift); in load_buffer_8x8()
473 in[4] = vshlq_s32(in[4], v_shift); in load_buffer_8x8()
474 in[5] = vshlq_s32(in[5], v_shift); in load_buffer_8x8()
475 in[6] = vshlq_s32(in[6], v_shift); in load_buffer_8x8()
476 in[7] = vshlq_s32(in[7], v_shift); in load_buffer_8x8()
478 in[8] = vshlq_s32(in[8], v_shift); in load_buffer_8x8()
479 in[9] = vshlq_s32(in[9], v_shift); in load_buffer_8x8()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/arm/neon/
H A Dhighbd_fwd_txfm_neon.c469 in[0] = vshlq_s32(in[0], v_shift); in load_buffer_8x8()
470 in[1] = vshlq_s32(in[1], v_shift); in load_buffer_8x8()
471 in[2] = vshlq_s32(in[2], v_shift); in load_buffer_8x8()
472 in[3] = vshlq_s32(in[3], v_shift); in load_buffer_8x8()
473 in[4] = vshlq_s32(in[4], v_shift); in load_buffer_8x8()
474 in[5] = vshlq_s32(in[5], v_shift); in load_buffer_8x8()
475 in[6] = vshlq_s32(in[6], v_shift); in load_buffer_8x8()
476 in[7] = vshlq_s32(in[7], v_shift); in load_buffer_8x8()
478 in[8] = vshlq_s32(in[8], v_shift); in load_buffer_8x8()
479 in[9] = vshlq_s32(in[9], v_shift); in load_buffer_8x8()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroframe.c67 int h_shift, v_shift; in schro_frame_new_and_alloc_full() local
102 frame->components[0].v_shift = 0; in schro_frame_new_and_alloc_full()
140 frame->components[0].v_shift = 0; in schro_frame_new_and_alloc_full()
154 frame->components[1].v_shift = v_shift; in schro_frame_new_and_alloc_full()
168 frame->components[2].v_shift = v_shift; in schro_frame_new_and_alloc_full()
227 frame->components[0].v_shift = 0; in schro_frame_new_from_data_YUY2()
260 frame->components[0].v_shift = 0; in schro_frame_new_from_data_UYVY()
295 frame->components[0].v_shift = 0; in schro_frame_new_from_data_UYVY_full()
1861 dest->v_shift = src->v_shift; in schro_frame_data_get_codeblock()
2054 fd->v_shift = comp->v_shift; in schro_frame_get_data()
[all …]
H A Dschrogpuframe.c101 frame->components[i].v_shift = src->components[i].v_shift;
785 int h_shift, v_shift;
818 v_shift = SCHRO_FRAME_FORMAT_V_SHIFT (format);
820 chroma_height = ROUND_UP_SHIFT (height, v_shift);
827 frame->components[0].v_shift = 0;
835 frame->components[1].v_shift = v_shift;
843 frame->components[2].v_shift = v_shift;
/dports/multimedia/handbrake/x265_3.5/source/common/ppc/
H A Dipfilter_altivec.cpp109 const vector unsigned int v_shift = {shift, shift, shift, shift} ;
179 v_sum_0 = vec_sra(v_sum_0, v_shift) ;
180 v_sum_1 = vec_sra(v_sum_1, v_shift) ;
181 v_sum_2 = vec_sra(v_sum_2, v_shift) ;
182 v_sum_3 = vec_sra(v_sum_3, v_shift) ;
464 const vector unsigned int v_shift = {shift, shift, shift, shift} ; in filterVertical_sp_altivec() local
533 v_sum_0 = vec_sra(v_sum_0, v_shift) ; in filterVertical_sp_altivec()
534 v_sum_1 = vec_sra(v_sum_1, v_shift) ; in filterVertical_sp_altivec()
535 v_sum_2 = vec_sra(v_sum_2, v_shift) ; in filterVertical_sp_altivec()
536 v_sum_3 = vec_sra(v_sum_3, v_shift) ; in filterVertical_sp_altivec()
[all …]
/dports/multimedia/x265/source/common/ppc/
H A Dipfilter_altivec.cpp109 const vector unsigned int v_shift = {shift, shift, shift, shift} ;
179 v_sum_0 = vec_sra(v_sum_0, v_shift) ;
180 v_sum_1 = vec_sra(v_sum_1, v_shift) ;
181 v_sum_2 = vec_sra(v_sum_2, v_shift) ;
182 v_sum_3 = vec_sra(v_sum_3, v_shift) ;
464 const vector unsigned int v_shift = {shift, shift, shift, shift} ; in filterVertical_sp_altivec() local
533 v_sum_0 = vec_sra(v_sum_0, v_shift) ; in filterVertical_sp_altivec()
534 v_sum_1 = vec_sra(v_sum_1, v_shift) ; in filterVertical_sp_altivec()
535 v_sum_2 = vec_sra(v_sum_2, v_shift) ; in filterVertical_sp_altivec()
536 v_sum_3 = vec_sra(v_sum_3, v_shift) ; in filterVertical_sp_altivec()
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/drawing/
H A Dnx_pylab.py765 v_shift = 0.1 * selfloop_ht
766 h_shift = v_shift * 0.5
770 data_loc + np.asarray([0, v_shift]),
772 data_loc + np.asarray([h_shift, v_shift]),
777 data_loc + np.asarray([-h_shift, v_shift]),
778 data_loc + np.asarray([0, v_shift]),
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/ofsf/
H A Dofsfdecdeg.red170 begin scalar posp, dgcd, nf, v_shift, w;
181 repeat v_shift := intern gensym() until not flagp(v_shift, 'used!*);
182 flag({v_shift}, 'rl_qeansvar);
183 nf := cl_subfof({v . v_shift}, nf);
184 vl := for each vv in vl collect if vv eq v then v_shift else vv;
185 w := simp {'expt, v_shift, {'quotient,1,dgcd}};
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/arm/
H A Dhighbd_inv_txfm_neon.c188 in[0] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
190 in[1] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
192 in[2] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
194 in[3] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
202 in[0] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
204 in[1] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
206 in[2] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
208 in[3] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
210 in[4] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
568 a0 = vshlq_s32(a0, *v_shift); in neg_shift_neon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/arm/
H A Dhighbd_inv_txfm_neon.c188 in[0] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
190 in[1] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
192 in[2] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
194 in[3] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
202 in[0] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
204 in[1] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
206 in[2] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
208 in[3] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
210 in[4] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
568 a0 = vshlq_s32(a0, *v_shift); in neg_shift_neon()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/arm/
H A Dhighbd_inv_txfm_neon.c188 in[0] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
190 in[1] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
192 in[2] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
194 in[3] = vshlq_s32(vradd, v_shift); in round_shift_4x4()
202 in[0] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
204 in[1] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
206 in[2] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
208 in[3] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
210 in[4] = vshlq_s32(vradd, v_shift); in round_shift_8x8()
568 a0 = vshlq_s32(a0, *v_shift); in neg_shift_neon()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/swrasterizer/
H A Dproctex.cpp163 const float v_shift = GetShiftOffset(u, regs.proctex.v_shift, regs.proctex.v_clamp); in ProcTex() local
176 v += v_shift; in ProcTex()

12345678910>>...12