Home
last modified time | relevance | path

Searched refs:input_offset (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A Ddecoder_jni.cc19 size_t input_offset; member
57 handle->input_offset = 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate()
118 if (handle->input_offset < handle->input_length) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
121 handle->input_offset = 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
126 const uint8_t* in = handle->input_start + handle->input_offset; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
127 size_t in_size = handle->input_length - handle->input_offset; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
131 handle->input_offset = handle->input_length - in_size; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
135 context[1] = (handle->input_offset == handle->input_length) ? 1 : 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
174 context[1] = (handle->input_offset == handle->input_length) ? 1 : 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
177 context[1] = (handle->input_offset in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc19 size_t input_offset; member
56 handle->input_offset = 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate()
130 if (handle->input_offset < handle->input_last) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
133 handle->input_offset = 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
138 const uint8_t* in = handle->input_start + handle->input_offset; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
139 size_t in_size = handle->input_last - handle->input_offset; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
143 handle->input_offset = handle->input_last - in_size; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
147 context[3] = (handle->input_offset != handle->input_last) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
171 context[3] = (handle->input_offset != handle->input_last) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_prim_assembler.c122 unsigned input_offset = asmblr->input_verts->stride * idx; in copy_verts() local
123 memcpy(output + output_offset, input + input_offset, in copy_verts()
138 unsigned input_offset = asmblr->input_verts->stride * idx; in inject_primid() local
139 struct vertex_header *v = (struct vertex_header*)(input + input_offset); in inject_primid()
H A Ddraw_vs_variant.c330 fetch.element[i].input_offset = key->element[i].in.offset; in draw_vs_create_variant_generic()
346 emit.element[i].input_offset = key->element[i].out.vs_output * 4 * sizeof(float); in draw_vs_create_variant_generic()
350 assert(emit.element[i].input_offset <= fetch.output_stride); in draw_vs_create_variant_generic()
356 emit.element[i].input_offset = 0; in draw_vs_create_variant_generic()
H A Ddraw_pt_fetch.c94 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; in draw_pt_fetch_prepare()
105 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; in draw_pt_fetch_prepare()
116 key.element[nr].input_offset = draw->pt.vertex_element[ei].src_offset; in draw_pt_fetch_prepare()
H A Ddraw_pipe_vbuf.c236 hw_key.element[i].input_offset = src_offset; in vbuf_start_prim()
H A Ddraw_pt_emit.c109 hw_key.element[i].input_offset = src_offset; in draw_pt_emit_prepare()
/third_party/ffmpeg/libavfilter/
H A Daf_afir.h38 int input_offset; member
H A Dafir_template.c186 av_log(ctx, AV_LOG_DEBUG, "input_offset: %d\n", seg->input_offset); in convert_channels()
286 s->fdsp->vector_fmul_scalar(src + seg->input_offset, in, s->dry_gain, FFALIGN(nb_samples, 4)); in fir_quantum()
288 s->fdsp->vector_dmul_scalar(src + seg->input_offset, in, s->dry_gain, FFALIGN(nb_samples, 8)); in fir_quantum()
293 src[seg->input_offset + n] = in[n] * s->dry_gain; in fir_quantum()
H A Daf_afir.c173 seg->input_offset = offset; in init_segment()
/third_party/ffmpeg/libavcodec/
H A Dlibfdk-aacdec.c388 int input_offset = 0; in fdk_aac_decode_frame() local
445 input_offset = drop_samples * avctx->ch_layout.nb_channels; in fdk_aac_decode_frame()
455 memcpy(frame->extended_data[0], s->decoder_buffer + input_offset, in fdk_aac_decode_frame()
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate.h73 unsigned input_offset:24; member
H A Dtranslate_generic.c56 unsigned input_offset; member
741 tg->attrib[i].input_offset); in generic_set_buffer()
817 tg->attrib[i].input_offset = key->element[i].input_offset; in translate_generic_create()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.h103 static int input_offset() { return offsetof(Deoptimizer, input_); } in input_offset() function in v8::internal::Deoptimizer
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp136 nir_ssa_def *input_offset = nir_iadd(&b, input_offset_base, field_offset); in get_fake_so_buffer_copy_back() local
142 nir_iadd(&b, input_offset, nir_imm_int(&b, loaded)), (gl_access_qualifier)0, 4, 0); in get_fake_so_buffer_copy_back()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp198 auto input_offset = igroup * pixels_per_chunk_; in get_next_row_data() local
199 input_offset += segment_pixels_ * segment_order_[isegment]; in get_next_row_data()
203 auto pixel = get_raw_pixel_from_row(in_data, input_offset + ipixel, format); in get_next_row_data()
/third_party/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c148 key.element[0].input_offset = 0; in main()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c405 mesa_log_stream_printf(stream, ", tex=%d, samp=%d, input_offset=%d", in print_instr()
407 instr->prefetch.input_offset); in print_instr()
H A Dir3_compiler_nir.c3203 sam->prefetch.input_offset = ir3_nir_coord_offset(tex->src[idx].src.ssa); in emit_tex()
4029 unsigned inloc = instr->prefetch.input_offset + n; in pack_inlocs()
4104 unsigned i = instr->prefetch.input_offset / 4; in pack_inlocs()
4105 unsigned j = instr->prefetch.input_offset % 4; in pack_inlocs()
4106 instr->prefetch.input_offset = so->inputs[i].inloc + j; in pack_inlocs()
4577 fetch->src = instr->prefetch.input_offset; in collect_tex_prefetches()
4587 MAX2(ctx->so->total_in, instr->prefetch.input_offset + 2); in collect_tex_prefetches()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c501 transkey.element[i].input_offset = so->output[i].dst_offset * 4; in NineVertexDeclaration9_ConvertStreamOutput()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c301 transkey.element[j].input_offset = ve->src_offset;
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py489 self.lineno - self.state_machine.input_offset - 1)
/third_party/mbedtls/library/
H A Dssl_tls.c9247 size_t input_offset = 0; in mbedtls_psa_ecjpake_read_round() local
9259 size_t length = buf[input_offset]; in mbedtls_psa_ecjpake_read_round()
9260 input_offset += 1; in mbedtls_psa_ecjpake_read_round()
9262 if (input_offset + length > len) { in mbedtls_psa_ecjpake_read_round()
9267 buf + input_offset, length); in mbedtls_psa_ecjpake_read_round()
9272 input_offset += length; in mbedtls_psa_ecjpake_read_round()
9276 if (input_offset != len) { in mbedtls_psa_ecjpake_read_round()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c112 transkey.element[j].input_offset = ve->src_offset; in nv50_vertex_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c128 transkey.element[j].input_offset = ve->src_offset; in nvc0_vertex_state_create()

Completed in 41 milliseconds

12