Home
last modified time | relevance | path

Searched defs: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
924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() local
957 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() local
998 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc99 int this_offset = (num_payloads - i - 1) * timestamp_offset; in CreateRedPayload() local