Searched defs:source_end (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dboolhuff.c43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) argument
50 br->buffer_end = source_end;
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils.cc45 UChar* source_end; local
49 source_end = source;
52 (const UChar**)&source_end, source + sizeof(UChar),
/external/libvpx/libvpx/vp8/encoder/
H A Dboolhuff.c43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) argument
50 br->buffer_end = source_end;
/external/sfntly/cpp/src/test/
H A Dtest_utils.cc45 UChar* source_end; local
49 source_end = source;
52 (const UChar**)&source_end, source + sizeof(UChar),
/external/chromium_org/url/
H A Durl_canon_relative.cc210 int source_end = source_component.end(); local
211 for (int i = source_component.begin; i < source_end; i++)

Completed in 192 milliseconds