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

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast.c 26 int endpos = delay + factor * (data_out_length - 1) + 1; local
30 || data_in_length < endpos) {
34 for (i = delay; i < endpos; i += factor) {
downsample_fast_mips.c 26 int endpos = delay + factor * (data_out_length - 1) + 1; local
40 || data_in_length < endpos) {
47 "subu %[i], %[endpos], %[delay] \n\t"
100 [p_coefs_0] "r" (p_coefficients_0), [endpos] "r" (endpos),
109 "subu %[i], %[endpos], %[delay] \n\t"
160 [p_coefs_0] "r" (p_coefficients_0), [endpos] "r" (endpos),
downsample_fast_neon.S 37 cmp r3, r1 @ data_in_length < endpos?
45 add r3, r5 @ endpos - factor * 7
113 cmp r9, r3 @ i < endpos - factor * 7 ?
143 cmp r9, r3 @ i < endpos - factor * 7 ?
171 cmp r9, r3 @ i < endpos - factor * 7 ?
182 sub r3, r5 @ Restore r3 to endpos.
208 cmp r9, r3 @ i < endpos?
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.cc 87 int endpos = end - text; local
89 string varname(text + pos, endpos - pos);
104 i = endpos;
105 pos = endpos + 1;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 137 int k, n, endpos, start; local
156 endpos=PITCH_WLPCBUFLEN + PITCH_SUBFRAME_LEN;
161 start=endpos-PITCH_WLPCWINLEN;
177 endpos+=PITCH_SUBFRAME_LEN;
  /external/chromium_org/content/common/gpu/media/
v4l2_video_decode_accelerator.h 180 bool AdvanceFrameFragment(const uint8* data, size_t size, size_t* endpos);
185 // completion. Store the amount of input actually consumed in |endpos|.
186 bool DecodeBufferInitial(const void* data, size_t size, size_t* endpos);
v4l2_video_decode_accelerator.cc 616 size_t* endpos) {
624 *endpos = 0;
673 if (!decoder_partial_frame_pending_ && *endpos == 0) {
685 *endpos = (nalu.data + nalu.size) - data;
694 *endpos = size;
716 const void* data, size_t size, size_t* endpos) {
746 *endpos = size;
761 *endpos = 0;
763 *endpos = size;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h 184 int32_t ReadAVIVideoStreamHeader(int32_t endpos);
185 int32_t ReadAVIAudioStreamHeader(int32_t endpos);
avi_file.cc 1175 const long endPos = ftell(_aviFile);
1176 if (endPos < 0) {
1184 const long len = endPos - startPos;
1185 if (endPos > startPos) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 345 unsigned endpos = pos; local
346 while (pos != length && mediaType[endpos] > ' ' && mediaType[endpos] != '"' && mediaType[endpos] != '\'' && mediaType[endpos] != ';')
347 ++endpos;
350 charsetLen = endpos - pos;
  /external/libvorbis/lib/
psy.c 296 int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate); local
298 if(j<endpos){
299 float delta=(ATH[i+1]-base)/(endpos-j);
300 for(;j<endpos && j<n;j++){
490 long endpos; local
492 endpos=posstack[i+1];
494 endpos=posstack[i]+linesper+1; /* +1 is important, else bin 0 is
497 if(endpos>n)endpos=n;
498 for(;pos<endpos;pos++
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.cc 545 int endpos,
555 if (startpos < 0 || startpos > endpos || endpos > text.size()) {
557 LOG(ERROR) << "RE2: invalid startpos, endpos pair.";
563 subtext.remove_suffix(text.size() - endpos);
    [all...]
re2.h 454 // and stopping the search at offset endpos.
474 int endpos,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/ply/
yacc.py 226 endpos = getattr(self.slice[n],"endlexpos",startpos)
227 return startpos,endpos
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 379 milliseconds