Home
last modified time | relevance | path

Searched refs:stream_offset (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dbackward_references_hq.c409 const size_t stream_offset = params->stream_offset; in UpdateNodes() local
414 cur_ix + stream_offset, max_backward_limit); in UpdateNodes()
423 EvaluateNode(block_start + stream_offset, pos, max_backward_limit, gap, in UpdateNodes()
575 const size_t stream_offset = params->stream_offset; in BrotliZopfliCreateCommands() local
595 block_start + pos + stream_offset, max_backward_limit); in BrotliZopfliCreateCommands()
621 const size_t stream_offset = params->stream_offset; in ZopfliIterate() local
646 EvaluateNode(position + stream_offset, i, max_backward_limit, gap, in ZopfliIterate()
661 const size_t stream_offset = params->stream_offset; in BrotliZopfliComputeShortestPath() local
684 pos + stream_offset, max_backward_limit); in BrotliZopfliComputeShortestPath()
712 EvaluateNode(position + stream_offset, i, max_backward_limit, gap, in BrotliZopfliComputeShortestPath()
[all …]
Dparams.h37 size_t stream_offset; member
Dbackward_references_inc.h19 const size_t position_offset = params->stream_offset; in EXPORT_FN()
Dencode.c191 state->params.stream_offset = value; in BrotliEncoderSetParameter()
701 if (s->params.stream_offset != 0) { in EnsureInitialized()
720 if (s->params.stream_offset == 0) { in EnsureInitialized()
725 s->params.stream_offset = BROTLI_MIN(size_t, in EnsureInitialized()
726 s->params.stream_offset, BROTLI_MAX_BACKWARD_LIMIT(lgwin)); in EnsureInitialized()
745 params->stream_offset = 0; in BrotliEncoderInitParams()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_hq.c409 const size_t stream_offset = params->stream_offset; in UpdateNodes() local
414 cur_ix + stream_offset, max_backward_limit); in UpdateNodes()
423 EvaluateNode(block_start + stream_offset, pos, max_backward_limit, gap, in UpdateNodes()
575 const size_t stream_offset = params->stream_offset; in BrotliZopfliCreateCommands() local
595 block_start + pos + stream_offset, max_backward_limit); in BrotliZopfliCreateCommands()
621 const size_t stream_offset = params->stream_offset; in ZopfliIterate() local
646 EvaluateNode(position + stream_offset, i, max_backward_limit, gap, in ZopfliIterate()
661 const size_t stream_offset = params->stream_offset; in BrotliZopfliComputeShortestPath() local
684 pos + stream_offset, max_backward_limit); in BrotliZopfliComputeShortestPath()
712 EvaluateNode(position + stream_offset, i, max_backward_limit, gap, in BrotliZopfliComputeShortestPath()
[all …]
Dparams.h37 size_t stream_offset; member
Dbackward_references_inc.h19 const size_t position_offset = params->stream_offset; in EXPORT_FN()
Dencode.c191 state->params.stream_offset = value; in BrotliEncoderSetParameter()
701 if (s->params.stream_offset != 0) { in EnsureInitialized()
720 if (s->params.stream_offset == 0) { in EnsureInitialized()
725 s->params.stream_offset = BROTLI_MIN(size_t, in EnsureInitialized()
726 s->params.stream_offset, BROTLI_MAX_BACKWARD_LIMIT(lgwin)); in EnsureInitialized()
745 params->stream_offset = 0; in BrotliEncoderInitParams()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device_generated_commands.c419 nir_ssa_def *stream_offset = nir_iadd( in build_dgc_prepare_shader() local
422 nir_load_ssbo(&b, 4, 32, stream_buf, stream_offset, .align_mul = 4); in build_dgc_prepare_shader()
605 nir_ssa_def *stream_offset = nir_load_ssbo( in build_dgc_prepare_shader() local
608 …data = nir_load_ssbo(&b, 1, 32, stream_buf, nir_iadd(&b, stream_base, stream_offset), .align_mul =… in build_dgc_prepare_shader()
701 nir_ssa_def *stream_offset = nir_load_ssbo( in build_dgc_prepare_shader() local
705 …data = nir_load_ssbo(&b, 1, 32, stream_buf, nir_iadd(&b, stream_base, stream_offset), .align_mul =… in build_dgc_prepare_shader()
734 nir_ssa_def *stream_offset = nir_iadd(&b, load_param16(&b, state_offset), stream_base); in build_dgc_prepare_shader() local
735 nir_ssa_def *state = nir_load_ssbo(&b, 1, 32, stream_buf, stream_offset, .align_mul = 4); in build_dgc_prepare_shader()
781 nir_ssa_def *stream_offset = in build_dgc_prepare_shader() local
785 nir_load_ssbo(&b, 4, 32, stream_buf, stream_offset, .align_mul = 4); in build_dgc_prepare_shader()
[all …]
Dradv_nir_to_llvm.c1240 uint64_t stream_offset = 0; in ac_setup_rings() local
1263 tmp = LLVMBuildAdd(ctx->ac.builder, tmp, LLVMConstInt(ctx->ac.i64, stream_offset, 0), ""); in ac_setup_rings()
1266 stream_offset += stride * ctx->ac.wave_size; in ac_setup_rings()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c2009 GstMXFDemuxEssenceTrack * etrack, guint64 stream_offset) in get_partition_for_stream_offset() argument
2022 if (partition->partition.body_offset > stream_offset) in get_partition_for_stream_offset()
2030 && stream_offset < offset_partition->partition.body_offset) in get_partition_for_stream_offset()
2045 stream_offset - offset_partition->partition.body_offset; in get_partition_for_stream_offset()
2055 stream_offset, etrack->body_sid, etrack->index_sid, in get_partition_for_stream_offset()
2169 guint64 stream_offset = G_MAXUINT64, absolute_offset; in find_edit_entry() local
2298 stream_offset = position * segment->edit_unit_byte_count; in find_edit_entry()
2305 stream_offset += delta_entry->element_delta; in find_edit_entry()
2323 stream_offset = segment_index_entry->stream_offset; in find_edit_entry()
2336 stream_offset += in find_edit_entry()
[all …]
Dmxftypes.h150 guint64 stream_offset; member
Dmxftypes.c1255 entry->stream_offset = GST_READ_UINT64_BE (tag_data); in mxf_index_table_segment_parse()
1259 entry->stream_offset); in mxf_index_table_segment_parse()
1301 segment->segment_start_offset = segment->index_entries[0].stream_offset; in mxf_index_table_segment_parse()
1429 segment->index_entries[i].stream_offset); in mxf_index_table_segment_to_buffer()
Dmxfmux.c1400 segment->index_entries[segment->n_index_entries].stream_offset = in gst_mxf_mux_handle_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c322 uint64_t stream_offset = 0; in si_preload_gs_rings() local
343 tmp = LLVMBuildAdd(builder, tmp, LLVMConstInt(ctx->ac.i64, stream_offset, 0), ""); in si_preload_gs_rings()
344 stream_offset += stride * ctx->ac.wave_size; in si_preload_gs_rings()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_rtb.c752 uint64_t prev_stream_offset, stream_offset; in rtb_process_acked_pkt() local
798 stream_offset = ngtcp2_strm_get_acked_offset(strm); in rtb_process_acked_pkt()
799 datalen = stream_offset - prev_stream_offset; in rtb_process_acked_pkt()
826 stream_offset = ngtcp2_strm_get_acked_offset(crypto); in rtb_process_acked_pkt()
827 datalen = stream_offset - prev_stream_offset; in rtb_process_acked_pkt()
Dngtcp2_conn.c3500 uint64_t stream_offset; in conn_write_pkt() local
3948 stream_offset = ngtcp2_strm_streamfrq_unacked_offset(strm); in conn_write_pkt()
3949 if (stream_offset == (uint64_t)-1) { in conn_write_pkt()
3959 left = ngtcp2_pkt_stream_max_datalen(strm->stream_id, stream_offset, in conn_write_pkt()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7711 unsigned stream_offset = 0; in visit_emit_vertex_with_counter() local
7715 stream_offset += prev_stride * ctx->program->wave_size; in visit_emit_vertex_with_counter()
7727 if (stream_offset) { in visit_emit_vertex_with_counter()
7728 Temp stream_offset_tmp = bld.copy(bld.def(s1), Operand::c32(stream_offset)); in visit_emit_vertex_with_counter()
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi2755 …<typedef-decl name='stream_offset' type-id='type-id-40' filepath='src/third_party/boost-1.60.0/boo…