Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c878 unsigned char *base_offset; in vp8_hex_search() local
898 base_offset = (unsigned char *)(base_pre + d->offset); in vp8_hex_search()
899 this_offset = base_offset + (br * (pre_stride)) + bc; in vp8_hex_search()
926 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; in vp8_hex_search()
937 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; in vp8_hex_search()
963 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search()
974 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search()
1005 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search()
1016 … this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; in vp8_hex_search()