/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/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/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...] |
/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...] |