HomeSort by relevance Sort by last modified time
    Searched refs:this_offset (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 876 unsigned char *this_offset; local
894 this_offset = base_offset + (br * (pre_stride)) + bc;
897 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
921 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
922 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
932 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; local
933 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
958 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
959 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
969 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col local
1011 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; local
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 549 off_t this_offset; local
561 this_offset = iterator->first_offset;
571 this_offset = ftello(iterator->file);
576 iterator->offset[iterator->depth] = this_offset;
    [all...]

Completed in 44 milliseconds