Home
last modified time | relevance | path

Searched refs:dest3 (Results 1 – 17 of 17) sorted by relevance

/external/libyuv/files/source/
Drow_mmi.cc608 uint64_t dest0, dest1, dest2, dest3; in ARGBToYRow_MMI() local
678 [dest3] "=&f"(dest3) in ARGBToYRow_MMI()
912 uint64_t dest0, dest1, dest2, dest3; in BGRAToYRow_MMI() local
982 [dest3] "=&f"(dest3) in BGRAToYRow_MMI()
1216 uint64_t dest0, dest1, dest2, dest3; in ABGRToYRow_MMI() local
1286 [dest3] "=&f"(dest3) in ABGRToYRow_MMI()
1520 uint64_t dest0, dest1, dest2, dest3; in RGBAToYRow_MMI() local
1590 [dest3] "=&f"(dest3) in RGBAToYRow_MMI()
1824 uint64_t dest0, dest1, dest2, dest3; in RGB24ToYRow_MMI() local
1898 [dest3] "=&f"(dest3) in RGB24ToYRow_MMI()
[all …]
Dscale_mmi.cc572 uint64_t dest, dest_hi, dest_lo, dest0, dest1, dest2, dest3; in ScaleRowDown4Box_MMI() local
585 DO_SCALEROWDOWN4BOX_LOOP(%[dest3]) in ScaleRowDown4Box_MMI()
600 [dest3] "=&f"(dest3), [src] "=&f"(src), [dest] "=&f"(dest) in ScaleRowDown4Box_MMI()
651 uint64_t dest, dest_hi, dest_lo, dest0, dest1, dest2, dest3; in ScaleRowDown4Box_16_MMI() local
664 DO_SCALEROWDOWN4BOX_16_LOOP(%[dest3]) in ScaleRowDown4Box_16_MMI()
678 [dest3] "=&f"(dest3), [src] "=&f"(src), [dest] "=&f"(dest) in ScaleRowDown4Box_16_MMI()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c328 uint8_t *dest3 = dest + 15 * stride; in idct32_bands_end_2nd_pass() local
331 store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9]); in idct32_bands_end_2nd_pass()
333 dest3 -= str2; in idct32_bands_end_2nd_pass()
355 store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9]); in idct32_bands_end_2nd_pass()
357 dest3 -= str2; in idct32_bands_end_2nd_pass()
379 store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9]); in idct32_bands_end_2nd_pass()
381 dest3 -= str2; in idct32_bands_end_2nd_pass()
403 store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9]); in idct32_bands_end_2nd_pass()
419 uint16_t *dest3 = dest + 15 * stride; in highbd_idct32_bands_end_2nd_pass_bd8() local
422 highbd_store_combine_results_bd8(dest2, dest3, stride, q[6], q[7], q[8], in highbd_idct32_bands_end_2nd_pass_bd8()
[all …]
Dhighbd_idct32x32_1024_add_neon.c289 uint16_t *dest3 = dest + 15 * stride; in idct32_bands_end_2nd_pass() local
292 highbd_store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9], in idct32_bands_end_2nd_pass()
295 dest3 -= str2; in idct32_bands_end_2nd_pass()
318 highbd_store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9], in idct32_bands_end_2nd_pass()
321 dest3 -= str2; in idct32_bands_end_2nd_pass()
344 highbd_store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9], in idct32_bands_end_2nd_pass()
347 dest3 -= str2; in idct32_bands_end_2nd_pass()
370 highbd_store_combine_results(dest2, dest3, stride, q[6], q[7], q[8], q[9], in idct32_bands_end_2nd_pass()
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DcppMerge.frag.out9 0:? 'dest3' (layout( set=0 binding=0) writeonly uniform image1D)
22 0:? 'dest3' (layout( set=0 binding=0) writeonly uniform image1D)
/external/deqp-deps/glslang/Test/baseResults/
DcppMerge.frag.out9 0:? 'dest3' (layout( set=0 binding=0) writeonly uniform image1D)
22 0:? 'dest3' (layout( set=0 binding=0) writeonly uniform image1D)
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c182 v16u8 dest0, dest1, dest2, dest3; in dequant_idct4x4_addblk_msa() local
199 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct4x4_addblk_msa()
200 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct4x4_addblk_msa()
217 v16u8 dest0, dest1, dest2, dest3; in dequant_idct4x4_addblk_2x_msa() local
243 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct4x4_addblk_2x_msa()
244 ILVR_B4_SH(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct4x4_addblk_2x_msa()
275 v16u8 dest0, dest1, dest2, dest3; in dequant_idct_addconst_2x_msa() local
284 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct_addconst_2x_msa()
285 ILVR_B4_SH(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct_addconst_2x_msa()
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-vpt-block-fold-vcmp.mir7 …%src2, <4 x i32>* %src3, <4 x i32>* %dest, <4 x i32>* %dest2, <4 x i32>* %dest3, <4 x float> %a1) …
15 …tail call void @llvm.masked.store.v4i32.p0v4i32(<4 x i32> %w3, <4 x i32>* %dest3, i32 4, <4 x i1> …
120 …mable $q0, killed renamable $r12, 0, 1, killed renamable $vpr :: (store 16 into %ir.dest3, align 4)
138 …mable $q0, killed renamable $r12, 0, 1, killed renamable $vpr :: (store 16 into %ir.dest3, align 4)
/external/deqp-deps/glslang/Test/
DcppMerge.frag20 layout (set = 0, binding = 0) uniform writeonly RESOURCE_TYPE3 dest3;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DcppMerge.frag20 layout (set = 0, binding = 0) uniform writeonly RESOURCE_TYPE3 dest3;
/external/webp/src/dsp/
Ddec_msa.c48 v16i8 dest0, dest1, dest2, dest3; in TransformOne() local
58 LD_SB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformOne()
59 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformOne()
138 v16u8 dest0, dest1, dest2, dest3; in TransformAC3() local
144 LD_UB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformAC3()
145 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformAC3()
Denc_msa.c49 v16i8 dest0, dest1, dest2, dest3; in ITransformOne() local
60 LD_SB4(ref, BPS, dest0, dest1, dest2, dest3); in ITransformOne()
61 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in ITransformOne()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c187 uint8x16_t dest3 = vec_vsx_ld(3 * stride, dest); in vpx_round_store4x4_vsx() local
192 int16x8_t d_u3 = (int16x8_t)vec_mergeh(dest3, zerov); in vpx_round_store4x4_vsx()
350 uint8x16_t dest3 = vec_vsx_ld(3 * stride, dest); in vpx_round_store8x8_vsx() local
358 int16x8_t d_u3 = (int16x8_t)vec_mergeh(dest3, zerov); in vpx_round_store8x8_vsx()
383 vec_vsx_st(xxpermdi(output1, dest3, 3), 3 * stride, dest); in vpx_round_store8x8_vsx()
1189 uint8x16_t dest3 = vec_vsx_ld(3 * stride, dest); in vpx_iwht4x4_16_add_vsx() local
1193 int16x8_t d_u3 = (int16x8_t)unpack_to_u16_h(dest3); in vpx_iwht4x4_16_add_vsx()
/external/python/futures/docs/
Dindex.rst69 e.submit(shutil.copy, 'src3.txt', 'dest3.txt')
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2051 const int32_t dest3 = (dest & 0xff000000) >> 24; in ProcessARMv6() local
2052 const int32_t patched_mov = 0xe3a0c400 | dest3; in ProcessARMv6()
2156 const int32_t dest3 = (dest & 0xff000000) >> 24; in BindARMv6() local
2157 const int32_t patched_mov = 0xe3a0c400 | dest3; in BindARMv6()
/external/python/cpython3/Doc/library/
Dconcurrent.futures.rst103 e.submit(shutil.copy, 'src3.txt', 'dest3.txt')
/external/python/cpython3/Doc/whatsnew/
D3.2.rst275 e.submit(shutil.copy, 'src3.txt', 'dest3.txt')