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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
create-html-entity-table 135 this_offset = already_existing_offset variable
145 this_offset = entity_offset variable
149 this_offset = entity_offset - truncated_len variable
158 assert this_offset < 32768 # Stored in a 16 bit short.
159 entry.append(this_offset)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 880 unsigned char *this_offset; local
898 this_offset = base_offset + (br * (pre_stride)) + bc;
901 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
925 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
936 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; local
937 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
962 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
963 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
973 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col local
1015 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 879 unsigned char *this_offset; local
897 this_offset = base_offset + (br * (pre_stride)) + bc;
900 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
925 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
935 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; local
936 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
961 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
962 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
972 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col local
1014 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 879 unsigned char *this_offset; local
899 this_offset = base_offset + (br * (pre_stride)) + bc;
902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
926 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
937 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; local
938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
963 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
974 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col local
1016 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1254 tree this_offset = component_ref_field_offset (exp); local
1257 if (!this_offset
1258 || TREE_CODE (this_offset) != INTEGER_CST
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc 76 int this_offset = (num_payloads - i - 1) * timestamp_offset; local
77 *payload_ptr = this_offset >> 6;
80 *payload_ptr = ((this_offset & 0x3F) << 2) | (kPayloadLength >> 8);
  /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...]
  /external/pcre/dist/
pcre_compile.c 6021 size_t this_offset = this_hwm - cd->start_workspace; local
6103 size_t this_offset = this_hwm - cd->start_workspace; local
    [all...]

Completed in 536 milliseconds