/third_party/ffmpeg/libavcodec/mips/ |
D | vp8_idct_msa.c | 51 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in ff_vp8_idct_add_msa() local 64 VP8_IDCT_1D_W(hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3); in ff_vp8_idct_add_msa() 65 SRARI_W4_SW(vt0, vt1, vt2, vt3, 3); in ff_vp8_idct_add_msa() 67 TRANSPOSE4x4_SW_SW(vt0, vt1, vt2, vt3, vt0, vt1, vt2, vt3); in ff_vp8_idct_add_msa() 73 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in ff_vp8_idct_add_msa() 109 v4i32 hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in ff_vp8_luma_dc_wht_msa() local 120 BUTTERFLY_4(a1, d1, c1, b1, vt0, vt1, vt3, vt2); in ff_vp8_luma_dc_wht_msa() 121 ADD4(vt0, 3, vt1, 3, vt2, 3, vt3, 3, vt0, vt1, vt2, vt3); in ff_vp8_luma_dc_wht_msa() 122 SRA_4V(vt0, vt1, vt2, vt3, 3); in ff_vp8_luma_dc_wht_msa() 123 mb_dq_coeff[0] = __msa_copy_s_h((v8i16) vt0, 0); in ff_vp8_luma_dc_wht_msa() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
D | perf_event_open02.c | 271 unsigned long long vt0, vt[MAX_CTRS], vh[MAX_CTRS]; in verify() local 297 if (read(tsk0, &vt0, sizeof(vt0)) != sizeof(vt0)) in verify() 308 tst_res(TINFO, "nhw: %d, overall task clock: %llu", nhw, vt0); in verify() 320 ratio = (double)vtsum / vt0; in verify()
|
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/ |
D | gstvideoframe-audiolevel.c | 621 GstClockTime *vt0, *vt1; in gst_videoframe_audiolevel_asink_chain() local 664 vt0 = g_queue_pop_head (&self->vtimeq); in gst_videoframe_audiolevel_asink_chain() 681 GST_TIME_ARGS (*vt0)); in gst_videoframe_audiolevel_asink_chain() 683 if (cur_time < *vt0) { in gst_videoframe_audiolevel_asink_chain() 685 gst_util_uint64_scale (*vt0 - cur_time, rate, GST_SECOND); in gst_videoframe_audiolevel_asink_chain() 689 g_queue_push_head (&self->vtimeq, vt0); in gst_videoframe_audiolevel_asink_chain() 693 cur_time = *vt0; in gst_videoframe_audiolevel_asink_chain() 701 g_queue_push_head (&self->vtimeq, vt0); in gst_videoframe_audiolevel_asink_chain() 722 g_queue_push_head (&self->vtimeq, vt0); in gst_videoframe_audiolevel_asink_chain() 739 g_free (vt0); in gst_videoframe_audiolevel_asink_chain()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 47 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in ITransformOne() local 57 IDCT_1D_W(hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3); in ITransformOne() 58 SRARI_W4_SW(vt0, vt1, vt2, vt3, 3); in ITransformOne() 59 TRANSPOSE4x4_SW_SW(vt0, vt1, vt2, vt3, vt0, vt1, vt2, vt3); in ITransformOne() 65 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in ITransformOne() 67 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in ITransformOne() 68 res0 = (v4i32)__msa_pckev_b((v16i8)vt0, (v16i8)vt1); in ITransformOne()
|
D | dec_msa.c | 45 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in TransformOne() local 55 IDCT_1D_W(hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3); in TransformOne() 56 SRARI_W4_SW(vt0, vt1, vt2, vt3, 3); in TransformOne() 57 TRANSPOSE4x4_SW_SW(vt0, vt1, vt2, vt3, vt0, vt1, vt2, vt3); in TransformOne() 63 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in TransformOne() 65 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in TransformOne() 66 res0 = (v4i32)__msa_pckev_b((v16i8)vt0, (v16i8)vt1); in TransformOne()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 47 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in ITransformOne() local 57 IDCT_1D_W(hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3); in ITransformOne() 58 SRARI_W4_SW(vt0, vt1, vt2, vt3, 3); in ITransformOne() 59 TRANSPOSE4x4_SW_SW(vt0, vt1, vt2, vt3, vt0, vt1, vt2, vt3); in ITransformOne() 65 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in ITransformOne() 67 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in ITransformOne() 68 res0 = (v4i32)__msa_pckev_b((v16i8)vt0, (v16i8)vt1); in ITransformOne()
|
D | dec_msa.c | 45 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in TransformOne() local 55 IDCT_1D_W(hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3); in TransformOne() 56 SRARI_W4_SW(vt0, vt1, vt2, vt3, 3); in TransformOne() 57 TRANSPOSE4x4_SW_SW(vt0, vt1, vt2, vt3, vt0, vt1, vt2, vt3); in TransformOne() 63 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in TransformOne() 65 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in TransformOne() 66 res0 = (v4i32)__msa_pckev_b((v16i8)vt0, (v16i8)vt1); in TransformOne()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 285 class VOP_MAC <ValueType vt0, ValueType vt1=vt0> : VOPProfile <[vt0, vt1, vt1, vt0]> { 308 let Asm32 = getAsm32<1, 2, vt0>.ret; 309 let Asm64 = getAsm64<1, 2, 0, HasModifiers, HasOMod, vt0>.ret; 310 let AsmDPP = getAsmDPP<1, 2, HasModifiers, vt0>.ret; 311 let AsmDPP16 = getAsmDPP16<1, 2, HasModifiers, vt0>.ret; 312 let AsmDPP8 = getAsmDPP8<1, 2, 0, vt0>.ret; 313 let AsmSDWA = getAsmSDWA<1, 2, vt0>.ret; 314 let AsmSDWA9 = getAsmSDWA9<1, 1, 2, vt0>.ret; 328 class VOP_DOT_ACC<ValueType vt0, ValueType vt1> : VOP_MAC<vt0, vt1> {
|
D | VOPCInstructions.td | 54 class VOPC_Profile<list<SchedReadWrite> sched, ValueType vt0, ValueType vt1 = vt0> : 55 VOPProfile <[i1, vt0, vt1, untyped]> { 63 class VOPC_NoSdst_Profile<list<SchedReadWrite> sched, ValueType vt0, 64 ValueType vt1 = vt0> : 65 VOPC_Profile<sched, vt0, vt1> {
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_clip_tri.c | 526 struct brw_indirect vt0 = brw_indirect(0, 0); in brw_clip_test() local 536 brw_MOV(p, get_addr_reg(vt0), brw_address(c->reg.vertex[0])); in brw_clip_test() 539 brw_MOV(p, v0, deref_4f(vt0, hpos_offset)); in brw_clip_test()
|