Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c858 unsigned char *this_offset; in vp8_hex_search() local
920 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() local
953 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() local
994 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() local
/external/webrtc/modules/audio_coding/neteq/
Dred_payload_splitter_unittest.cc103 int this_offset = in CreateRedPayload() local
/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
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
988 … LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, lp_build_const_int32(gallivm, c), ""); in emit_load_ubo() local
999 …LLVMValueRef this_offset = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld… in emit_load_ubo() local
/external/flac/src/libFLAC/
Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev() local