Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c860 unsigned char *this_offset; in vp8_hex_search() local
881 this_offset = base_offset + (br * (pre_stride)) + bc; in vp8_hex_search()
884 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride) + in vp8_hex_search()
914 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search()
916 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search()
924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() local
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search()
947 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search()
949 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); in vp8_hex_search()
957 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()