Home
last modified time | relevance | path

Searched refs:sample_offset (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/tools/fonts/
H A Dgenerate_fir_coeff.py66 for sample_offset, sample_align in sample_offsets:
70 #We start at sample_offset - sample_units_width
71 current_sample_left = sample_offset - sample_units_width
77 if current_sample_right > sample_offset + sample_units_width:
79 current_sample_right = sample_offset + sample_units_width
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ppe.c42 ppe->sample_offset = 0; in ngtcp2_ppe_init()
72 ppe->sample_offset = ppe->pkt_num_offset + 4; in ngtcp2_ppe_encode_hd()
135 assert(ppe->sample_offset + NGTCP2_HP_SAMPLELEN <= ngtcp2_buf_len(buf)); in ngtcp2_ppe_final()
137 rv = cc->hp_mask(mask, &cc->hp, &cc->hp_ctx, buf->begin + ppe->sample_offset); in ngtcp2_ppe_final()
200 ngtcp2_buf_len(buf) + cc->aead.max_overhead - ppe->sample_offset; in ngtcp2_ppe_padding_hp_sample()
H A Dngtcp2_ppe.h53 /* sample_offset is the offset to sample for packet number
55 size_t sample_offset; member
H A Dngtcp2_conn.c5728 size_t sample_offset; in decrypt_hp() local
5742 sample_offset = pkt_num_offset + 4; in decrypt_hp()
5744 rv = hp_mask(mask, hp, hp_ctx, pkt + sample_offset); in decrypt_hp()
/third_party/ffmpeg/libavcodec/
H A Dralf.c67 int sample_offset; member
344 if (ctx->sample_offset + len > ctx->max_frame_size) { in decode_block()
408 ctx->sample_offset += len; in decode_block()
486 ctx->sample_offset = 0; in decode_frame()
493 if (decode_block(avctx, &gb, samples0 + ctx->sample_offset, in decode_frame()
494 samples1 + ctx->sample_offset) < 0) { in decode_frame()
502 frame->nb_samples = ctx->sample_offset; in decode_frame()
503 *got_frame_ptr = ctx->sample_offset > 0; in decode_frame()
H A Dadpcm.c674 ADPCMChannelStatus *right, int channels, int sample_offset) in xa_decode()
681 out0 += sample_offset; in xa_decode()
685 out1 += sample_offset; in xa_decode()
1560 int sample_offset = 0; in adpcm_decode_frame()
1565 channels, sample_offset)) < 0) in adpcm_decode_frame()
1568 sample_offset += samples_per_block; in adpcm_decode_frame()
672 xa_decode(AVCodecContext *avctx, int16_t *out0, int16_t *out1, const uint8_t *in, ADPCMChannelStatus *left, ADPCMChannelStatus *right, int channels, int sample_offset) xa_decode() argument
/third_party/ffmpeg/libavformat/
H A Dsegafilm.c44 int64_t sample_offset; member
221 film->sample_table[i].sample_offset = in film_read_header()
243 film->sample_table[i].sample_offset, in film_read_header()
291 avio_seek(pb, sample->sample_offset, SEEK_SET); in film_read_packet()
/third_party/libsnd/tests/
H A Dcue_test.c79 i, info->cue_points[i].indx, pos, info->cue_points[i].sample_offset, t, expected, error, info->cue_points[i].name); in test_cues()
104 int offset = info->cue_points[i].sample_offset; in print_cues()
H A Dcommand_test.c857 " sample_offset : %u\n" in print_cue()
865 cue->cue_points [i].sample_offset, in print_cue()
913 { cues.cue_points [1].sample_offset = 3 ; in cue_rw_test()
/third_party/libsnd/src/
H A Daiff.c828 psf->cues->cue_points [n].sample_offset = position ; in aiff_read_header()
948 psf->cues->cue_points [j].sample_offset = psf->cues->cue_points [j + psf->instrument->loop_count * 2].sample_offset ; in aiff_read_header()
1458 psf_binheader_writef (psf, "E24p", BHW2 (psf->cues->cue_points [idx].indx), BHW4 (psf->cues->cue_points [idx].sample_offset), BHWp (psf->cues->cue_points [idx].name)) ; in aiff_write_header()
H A Dwav.c529 psf->cues->cue_points [cue_index].sample_offset = offset ; in wav_read_header()
1219 BHW4 (psf->cues->cue_points [k].block_start), BHW4 (psf->cues->cue_points [k].sample_offset)) ; in wav_write_header()
/third_party/libsnd/include/
H A Dsndfile.h446 uint32_t sample_offset ; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp468 std::string getComputeShader(VERSION version, glw::GLuint coord_offset = 0, glw::GLuint sample_offset = 0);
H A DglcRobustBufferAccessBehaviorTests.cpp2388 GLuint sample_offset; in iterate() member
2454 const std::string& cs = getComputeShader(SOURCE_INVALID, fo.coord_offset, fo.sample_offset); in iterate()
2497 const std::string& cs = getComputeShader(DESTINATION_INVALID, fo.coord_offset, fo.sample_offset); in iterate()
2545 std::string ImageLoadStoreTest::getComputeShader(VERSION version, GLuint coord_offset, GLuint sample_offset) in getComputeShader() argument
2584 sample_offset_stream << sample_offset; in getComputeShader() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c545 LLVMValueRef sample_offset = LLVMBuildMul(builder, sample_stride, fs_iface->sample_id, ""); in fs_fb_fetch() local
546 buf_ptr = LLVMBuildGEP(builder, buf_ptr, &sample_offset, 1, ""); in fs_fb_fetch()
874 LLVMValueRef sample_offset = in generate_fs_loop() local
877 depth_ptr = LLVMBuildGEP(builder, depth_ptr, &sample_offset, 1, ""); in generate_fs_loop()
1240 LLVMValueRef sample_offset = LLVMBuildMul(builder, sample_loop_state.counter, depth_sample_stride, ""); in generate_fs_loop() local
1241 depth_ptr = LLVMBuildGEP(builder, depth_ptr, &sample_offset, 1, ""); in generate_fs_loop()
3432 LLVMValueRef sample_offset = in generate_fragment() local
3435 out_ptr = LLVMBuildGEP(builder, out_ptr, &sample_offset, 1, ""); in generate_fragment()

Completed in 39 milliseconds