Home
last modified time | relevance | path

Searched refs:offset0 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavcodec/mips/
Dhevc_mc_biw_msa.c91 int32_t offset0, in hevc_biwgt_copy_4w_msa() argument
105 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_4w_msa()
180 int32_t offset0, in hevc_biwgt_copy_6w_msa() argument
194 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_6w_msa()
234 int32_t offset0, in hevc_biwgt_copy_8w_msa() argument
247 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_8w_msa()
322 int32_t offset0, in hevc_biwgt_copy_12w_msa() argument
335 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_12w_msa()
381 int32_t offset0, in hevc_biwgt_copy_16w_msa() argument
394 offset = (offset0 + offset1) << rnd_val; in hevc_biwgt_copy_16w_msa()
[all …]
Dhevc_lpf_sao_msa.c1049 v16i8 dst0, offset0, offset1; in hevc_sao_band_filter_4width_msa() local
1057 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_4width_msa()
1064 SWAP(offset0, offset1); in hevc_sao_band_filter_4width_msa()
1074 offset = __msa_vshf_b(mask, offset1, offset0); in hevc_sao_band_filter_4width_msa()
1092 offset = __msa_vshf_b(mask, offset1, offset0); in hevc_sao_band_filter_4width_msa()
1111 v16i8 offset0, offset1, dst0, dst1; in hevc_sao_band_filter_8width_msa() local
1118 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_8width_msa()
1125 SWAP(offset0, offset1); in hevc_sao_band_filter_8width_msa()
1136 offset_mask0 = __msa_vshf_b(mask0, offset1, offset0); in hevc_sao_band_filter_8width_msa()
1137 offset_mask1 = __msa_vshf_b(mask1, offset1, offset0); in hevc_sao_band_filter_8width_msa()
[all …]
Dhevcdsp_mips.h359 int offset0, \
/third_party/ffmpeg/tests/checkasm/
Dsynth_filter.c66 int i, offset0 = 0, offset1 = 0, offset_b = 0; in checkasm_check_synth_filter() local
89 call_ref(&imdct, buf0, &offset0, buf2_0, window, in checkasm_check_synth_filter()
94 if (offset0 != offset1) { in checkasm_check_synth_filter()
96 fprintf(stderr, "offsets do not match: %d, %d", offset0, offset1); in checkasm_check_synth_filter()
/third_party/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c63 int32_t offset0, int32_t stride0, in create_buffer() argument
80 buffer->offset[0] = offset0; in create_buffer()
139 int32_t offset0, int32_t stride0, in drm_create_planar_buffer() argument
160 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
168 int32_t offset0, int32_t stride0, in drm_create_prime_buffer() argument
173 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_prime_buffer()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_offsets.c155 unsigned offset0 = nir_intrinsic_offset0(intrin) * stride; in try_fold_shared2() local
163 offset0 += const_offset; in try_fold_shared2()
165 bool st64 = offset0 % (64 * comp_size) == 0 && offset1 % (64 * comp_size) == 0; in try_fold_shared2()
167 if (const_offset % stride || offset0 > 255 * stride || offset1 > 255 * stride) in try_fold_shared2()
172 nir_intrinsic_set_offset0(intrin, offset0 / stride); in try_fold_shared2()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references.c30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; in ComputeDistanceCode() local
36 } else if (offset0 < 7) { in ComputeDistanceCode()
37 return (0x9750468 >> (4 * offset0)) & 0xF; in ComputeDistanceCode()
/third_party/node/deps/brotli/c/enc/
Dbackward_references.c30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; in ComputeDistanceCode() local
36 } else if (offset0 < 7) { in ComputeDistanceCode()
37 return (0x9750468 >> (4 * offset0)) & 0xF; in ComputeDistanceCode()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc259 int offset0, offset1; in MakeTime() local
260 if (make_time(cs, 0, &t0, &offset0) && make_time(cs, 1, &t1, &offset1)) { in MakeTime()
269 std::swap(offset0, offset1); in MakeTime()
274 if (offset0 < offset1) { in MakeTime()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DDSInstructions.td43 bits<1> has_offset = 1; // has "offset" that should be split to offset0,1
75 bits<8> offset0;
79 let offset0 = !if(ds.has_offset, offset{7-0}, ?);
140 offset0:$offset0, offset1:$offset1, gds:$gds),
141 "$addr, $data0, $data1$offset0$offset1$gds"> {
207 (ins VGPR_32:$addr, src:$data0, src:$data1, offset0:$offset0, offset1:$offset1, gds:$gds),
208 "$vdst, $addr, $data0, $data1$offset0$offset1$gds"> {
254 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds),
255 "$vdst, $addr$offset0$offset1$gds"> {
742 (v2i32 (frag (DS64Bit4ByteAligned i32:$ptr, i8:$offset0, i8:$offset1))),
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c224 LLVMValueRef *offset0, in lp_build_sample_wrap_linear_int() argument
293 offset0, i0); in lp_build_sample_wrap_linear_int()
322 *offset0 = lp_build_mul(int_coord_bld, coord0, stride); in lp_build_sample_wrap_linear_int()
324 lp_build_add(int_coord_bld, *offset0, stride), in lp_build_sample_wrap_linear_int()
344 *offset0 = lp_build_mul(int_coord_bld, coord0, stride); in lp_build_sample_wrap_linear_int()
346 *offset0, in lp_build_sample_wrap_linear_int()
358 *offset0 = int_coord_bld->zero; in lp_build_sample_wrap_linear_int()
/third_party/skia/src/utils/
DSkPolyUtils.h62 bool SkComputeRadialSteps(const SkVector& offset0, const SkVector& offset1, SkScalar offset,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dreduce_load_size_test.cpp445 OpMemberName %MaterialInstancing_Constants 0 "offset0" in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dreduce_load_size_test.cpp445 OpMemberName %MaterialInstancing_Constants 0 "offset0" in TEST_F()
/third_party/spirv-tools/test/opt/
Dreduce_load_size_test.cpp445 OpMemberName %MaterialInstancing_Constants 0 "offset0" in TEST_F()
/third_party/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp250 aD.offset0 == bD.offset0 && aD.offset1 == bD.offset1; in operator ()()
Daco_print_ir.cpp357 if (ds.offset0) in print_instr_format_specific()
358 fprintf(output, " offset0:%u", ds.offset0); in print_instr_format_specific()
Daco_assembler.cpp361 encoding |= (0xFFFF & ds.offset0); in emit_instruction()
Daco_optimizer.cpp1504 if ((offset & mask) == 0 && ds.offset0 + (offset >> shifts) <= 255 && in label_instruction()
1507 ds.offset0 += offset >> shifts; in label_instruction()
1511 if (ds.offset0 + offset <= 65535) { in label_instruction()
1513 ds.offset0 += offset; in label_instruction()
Daco_ir.h1547 uint16_t offset0; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c42 LLVMValueRef offset0 = in load_sample_position() local
45 LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in load_sample_position()
47 LLVMValueRef pos[4] = {si_buffer_load_const(ctx, resource, offset0), in load_sample_position()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc3814 int offset0 = reg0.code() * reg_size; in CopyRegListToFrame() local
3818 if (offset1 == offset0 + reg_size) { in CopyRegListToFrame()
3819 masm->Stp(temp0, temp1, MemOperand(dst, offset0)); in CopyRegListToFrame()
3821 masm->Str(temp0, MemOperand(dst, offset0)); in CopyRegListToFrame()
3849 int offset0 = reg0.code() * reg_size; in RestoreRegList() local
3852 masm->Ldr(reg0, MemOperand(src, offset0)); in RestoreRegList()
3859 if (offset1 == offset0 + reg_size) { in RestoreRegList()
3860 masm->Ldp(reg0, reg1, MemOperand(src, offset0)); in RestoreRegList()
3862 masm->Ldr(reg0, MemOperand(src, offset0)); in RestoreRegList()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c11453 int offset0 = (private_data_ptr == 0) ? STACK(0) : private_data_ptr; in compile_iterator_matchingpath() local
11583 OP1(SLJIT_MOV, base, offset0, STR_END, 0); in compile_iterator_matchingpath()
11618 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11692 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11714 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11720 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11727 OP2(SLJIT_ADD, STR_PTR, 0, base, offset0, SLJIT_IMM, IN_UCHARS(1)); in compile_iterator_matchingpath()
11728 OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11741 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11751 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()
[all …]
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp2110 const int offset0 = (int)(r.X + x) + (int)(r.Y + y) * w; in ImFontAtlasBuildRenderDefaultTexData() local
2111 const int offset1 = offset0 + FONT_ATLAS_DEFAULT_TEX_DATA_W_HALF + 1; in ImFontAtlasBuildRenderDefaultTexData()
2112 … atlas->TexPixelsAlpha8[offset0] = FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS[n] == '.' ? 0xFF : 0x00; in ImFontAtlasBuildRenderDefaultTexData()
/third_party/ffmpeg/libavcodec/
Dhevcdec.c1680 int offset0 = EPEL_EXTRA_BEFORE * (srcstride + (1 << s->ps.sps->pixel_shift)); in chroma_mc_uni() local
1683 s->vdsp.emulated_edge_mc(lc->edge_emu_buffer, src0 - offset0, in chroma_mc_uni()

12