/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 150 int off1 = 48; in vpx_quantize_b_vsx() local 156 coeff1 = vec_vsx_ld(off1, coeff_ptr); in vpx_quantize_b_vsx() 171 vec_vsx_st(qcoeff1, off1, qcoeff_ptr); in vpx_quantize_b_vsx() 179 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vpx_quantize_b_vsx() 184 eob2 = vec_max(nonzero_scanindex(qcoeff1, zero_mask1, iscan_ptr, off1), in vpx_quantize_b_vsx() 190 off1 += 48; in vpx_quantize_b_vsx() 211 int off1 = 48; in vpx_quantize_b_32x32_vsx() local 265 coeff1 = vec_vsx_ld(off1, coeff_ptr); in vpx_quantize_b_32x32_vsx() 284 vec_vsx_st(qcoeff1, off1, qcoeff_ptr); in vpx_quantize_b_32x32_vsx() 288 vec_vsx_st(dequantize_coeff_32(qcoeff1, dequant), off1, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 99 int off1 = 48; in vp9_quantize_fp_vsx() local 104 coeff1 = vec_vsx_ld(off1, coeff_ptr); in vp9_quantize_fp_vsx() 107 scan1 = vec_vsx_ld(off1, iscan); in vp9_quantize_fp_vsx() 120 vec_vsx_st(qcoeff1, off1, qcoeff_ptr); in vp9_quantize_fp_vsx() 122 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vp9_quantize_fp_vsx() 137 off1 += 48; in vp9_quantize_fp_vsx() 179 int off1 = 48; in vp9_quantize_fp_32x32_vsx() local 238 coeff1 = vec_vsx_ld(off1, coeff_ptr); in vp9_quantize_fp_32x32_vsx() 241 scan1 = vec_vsx_ld(off1, iscan); in vp9_quantize_fp_32x32_vsx() 269 vec_vsx_st(qcoeff1, off1, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx() [all …]
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 538 WORD32 off1, off2, off3; in ih264_inter_pred_luma_vert_qpel() local 543 off1 = src_strd; in ih264_inter_pred_luma_vert_qpel() 545 off3 = off1 + off2; in ih264_inter_pred_luma_vert_qpel() 559 - (pu1_src[-off1] + pu1_src[off2]) in ih264_inter_pred_luma_vert_qpel() 560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2) in ih264_inter_pred_luma_vert_qpel() 561 + ((pu1_src[0] + pu1_src[off1]) << 4); in ih264_inter_pred_luma_vert_qpel() 623 WORD32 off1, off2, off3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 628 off1 = src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel() 630 off3 = off1 + off2; in ih264_inter_pred_luma_horz_qpel_vert_qpel() 646 - (pu1_pred_vert[-off1] + pu1_pred_vert[off2]) in ih264_inter_pred_luma_horz_qpel_vert_qpel() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_bi.s | 113 @ word32 off1, 130 @ r9 => off1 173 ldr r9,[sp,#off1_offset] @load off1 174 add r5,r7,r9 @off0 + off1 176 add r5,r5,#1 @off0 + off1 + 1 179 lsl r5,r5,r14 @((off0 + off1 + 1) << (shift - 1)) 181 add r4,r4,r5 @tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1))
|
D | ihevc_weighted_pred_neon_intr.c | 404 WORD32 off1, in ihevc_weighted_pred_bi_neonintr() argument 432 tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1)); in ihevc_weighted_pred_bi_neonintr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | empty_ranges.ll | 22 ; CHECK-NEXT: %off1 = add i32 %idx, 30 23 ; CHECK-NEXT: %c2 = icmp slt i32 %off1, 40 51 %off1 = add i32 %idx, 30 52 %c2 = icmp slt i32 %off1, 40
|
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 65 loff_t *off1, loff_t *off2, size_t len) in check_file_content() argument 72 if (off1 && fseek(fp1, *off1, SEEK_SET)) in check_file_content()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 14 %off1 = getelementptr float, float* %ptr, i32 1 15 %val1 = load float, float* %off1
|
/external/freetype/src/cid/ |
D | cidgload.c | 109 FT_ULong off1, off2; in cid_load_glyph() local 119 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph() 126 off1 > off2 ) in cid_load_glyph() 133 glyph_length = off2 - off1; in cid_load_glyph() 138 if ( FT_STREAM_READ_AT( cid->data_offset + off1, in cid_load_glyph()
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | wideloads.ll | 30 %off1 = inttoptr i32 %off1addr to i8* 31 %contents = load i8, i8* %off1, align 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | unaligned-01.ll | 12 %off1 = getelementptr i8, i8 *%ptr, i64 1 16 store i8 1, i8 *%off1
|
/external/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 27 %off1 = getelementptr float, float* %ptr, i32 1 28 %val1 = load float, float* %off1
|
/external/llvm/test/CodeGen/SystemZ/ |
D | unaligned-01.ll | 15 %off1 = getelementptr i8, i8 *%ptr, i64 1 19 store i8 1, i8 *%off1
|
/external/freetype/src/cff/ |
D | cffload.c | 510 FT_ULong off1, off2 = 0; in cff_index_access_element() local 522 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element() 526 if ( off1 != 0 ) in cff_index_access_element() 538 off1 = idx->offsets[element]; in cff_index_access_element() 539 if ( off1 ) in cff_index_access_element() 563 if ( off1 && off2 > off1 ) in cff_index_access_element() 565 *pbyte_len = off2 - off1; in cff_index_access_element() 570 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element() 575 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element() 576 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
|
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 301 WORD32 off1, in ihevc_weighted_pred_bi() argument 317 i4_tmp += (off0 + off1 + 1) << (shift - 1); in ihevc_weighted_pred_bi()
|
D | ihevc_weighted_pred.h | 71 WORD32 off1,
|
D | ihevc_inter_pred.h | 156 WORD32 off1,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | sink-addrmode.ll | 70 define void @test_phi_twogep_nonconst_offset(i32* %ptr, i32 %value, i32 %off1, i32 %off2) { 73 ; CHECK: phi i32 [ %off2, %if.else ], [ %off1, %if.then ] 79 %gep1 = getelementptr inbounds i32, i32* %ptr, i32 %off1 179 define void @test_select_twogep_nonconst_offset(i32* %ptr, i32 %value, i32 %off1, i32 %off2) { 182 ; CHECK: select i1 %cmp, i32 %off1, i32 %off2 185 %gep1 = getelementptr inbounds i32, i32* %ptr, i32 %off1
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 124 int off1; member 838 if (instr->operands[n].off1 == 0) in fillin_arg() 839 instr->operands[n].off1 = bitoff; in fillin_arg() 939 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); in find_numbers() 943 if (runp->operands[i].off1 > 0) in find_numbers() 944 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); in find_numbers() 1232 MAX (0, instr->operands[i].off1 - minoff[i][0])); in instrtable_out()
|
/external/honggfuzz/ |
D | mangle.c | 823 size_t off1 = util_rndGet(0, run->dynamicFileSz - 1); in mangle_CloneByte() local 826 uint8_t tmp = run->dynamicFile[off1]; in mangle_CloneByte() 827 run->dynamicFile[off1] = run->dynamicFile[off2]; in mangle_CloneByte()
|
/external/webp/src/enc/ |
D | picture_psnr_enc.c | 100 const int off1 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * src_stride; in AccumulateSSIM() local 102 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride); in AccumulateSSIM()
|
/external/elfutils/src/ |
D | elfcmp.c | 429 size_t off1 = 0; in main() local 433 while (off1 < data1->d_size in main() 434 && (off1 = gelf_getnote (data1, off1, ¬e1, in main()
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 409 WORD32 wgt0, wgt1, off0, off1, shift, lvl_shift0, lvl_shift1; in ihevce_luma_inter_pred_pu() local 724 off1 = ps_ref_pic_l1->s_weight_offset.i2_luma_offset; in ihevce_luma_inter_pred_pu() 738 off1, in ihevce_luma_inter_pred_pu()
|
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-x86.pl | 431 my ($off1,$off2,$i) = (0,0,); 446 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 448 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 459 $off1 += 8 if ($i>0);
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBuffersFuzzTests.cs | 478 var off1 = builder.EndObject(); in TestTwoFinishTable() 479 builder.Finish(off1); in TestTwoFinishTable()
|