Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c879 unsigned char *this_offset; in vp8_hex_search() local
937 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; in vp8_hex_search() local
974this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search() local
1016this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search() local