Home
last modified time | relevance | path

Searched refs:this_offset (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c1097 …LLVMValueRef this_offset = LLVMBuildExtractElement(gallivm->builder, store_offset, loop_state.coun… in lp_build_store_rgba_soa() local
1100 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int8_ptr_type, ""); in lp_build_store_rgba_soa()
1103 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int16_ptr_type, ""); in lp_build_store_rgba_soa()
1106 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int32_ptr_type, ""); in lp_build_store_rgba_soa()
1107 LLVMBuildStore(gallivm->builder, data, this_offset); in lp_build_store_rgba_soa()
Dlp_bld_nir_soa.c746 …LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_in… in emit_load_kernel_arg() local
748 LLVMValueRef scalar = lp_build_pointer_get(builder, kernel_args_ptr, this_offset); in emit_load_kernel_arg()
988 … LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, lp_build_const_int32(gallivm, c), ""); in emit_load_ubo() local
990 LLVMValueRef scalar = lp_build_pointer_get(builder, consts_ptr, this_offset); in emit_load_ubo()
999 …LLVMValueRef this_offset = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld… in emit_load_ubo() local
1001 this_offset, num_consts); in emit_load_ubo()
1002 … result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL); in emit_load_ubo()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c858 unsigned char *this_offset; in vp8_hex_search() local
877 this_offset = base_offset + (br * (pre_stride)) + bc; in vp8_hex_search()
880 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride) + in vp8_hex_search()
910 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search()
912 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search()
920 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() local
922 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search()
943 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search()
945 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search()
953 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() local
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc99 int this_offset = (num_payloads - i - 1) * timestamp_offset; in CreateRedPayload() local
100 *payload_ptr = this_offset >> 6; in CreateRedPayload()
103 *payload_ptr = ((this_offset & 0x3F) << 2) | (kPayloadLength >> 8); in CreateRedPayload()
/external/flac/libFLAC/
Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev() local
544 this_offset = iterator->first_offset; in FLAC__metadata_simple_iterator_prev()
554 this_offset = ftello(iterator->file); in FLAC__metadata_simple_iterator_prev()
559 iterator->offset[iterator->depth] = this_offset; in FLAC__metadata_simple_iterator_prev()