Home
last modified time | relevance | path

Searched refs:this_offset (Results 1 – 2 of 2) 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()