Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmcomp.c861 unsigned char *this_offset; in vp8_hex_search() local
923 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() local
956 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() local
997 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.cc101 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/libaom/av1/encoder/
Dthirdpass.c238 const int this_offset = offset + h * mi_cols + w; in get_frame_info() local
/external/flac/src/libFLAC/
Dmetadata_iterators.c545 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev() local