Searched refs:source (Results 201 - 225 of 5312) sorted by relevance

1234567891011>>

/external/libvpx/armv7a/
H A Dvpx_scale_rtcd.h12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
/external/libvpx/armv7a-neon/
H A Dvpx_scale_rtcd.h12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
/external/libvpx/generic/
H A Dvpx_scale_rtcd.h12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
/external/libvpx/mips/
H A Dvpx_scale_rtcd.h12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
/external/libvpx/mips-dspr2/
H A Dvpx_scale_rtcd.h12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
/external/sfntly/cpp/src/test/
H A Dtest_utils.cc44 UChar* source = new UChar[2]; local
46 source[0] = (UChar)uchar;
47 source[1] = 0;
49 source_end = source;
52 (const UChar**)&source_end, source + sizeof(UChar),
57 delete[] source;
66 delete[] source;
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.cc2 // Use of this source code is governed by a BSD-style license that can be
32 TabContents* source, const GURL& url, const GURL& referrer,
41 if (source && source->is_crashed() && disposition == CURRENT_TAB &&
52 const TabContents* source, unsigned changed_flags) {
58 TabContents* source, TabContents* new_contents,
70 // params.source_contents = source;
88 void HtmlDialogTabContentsDelegate::LoadingStateChanged(TabContents* source) { argument
92 void HtmlDialogTabContentsDelegate::CloseContents(TabContents* source) { argument
97 bool HtmlDialogTabContentsDelegate::IsPopup(const TabContents* source) cons
31 OpenURLFromTab( TabContents* source, const GURL& url, const GURL& referrer, WindowOpenDisposition disposition, PageTransition::Type transition) argument
51 NavigationStateChanged( const TabContents* source, unsigned changed_flags) argument
57 AddNewContents( TabContents* source, TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
103 UpdateTargetURL(TabContents* source, const GURL& url) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_ca_client.cc2 // Use of this source code is governed by a BSD-style license that can be
42 void AttestationCAClient::OnURLFetchComplete(const net::URLFetcher* source) { argument
43 FetcherCallbackMap::iterator iter = pending_requests_.find(source);
45 LOG(WARNING) << "Callback from unknown source.";
51 scoped_ptr<const net::URLFetcher> scoped_source(source);
53 if (source->GetStatus().status() != net::URLRequestStatus::SUCCESS) {
55 << source->GetStatus().status() << ", error: "
56 << source->GetStatus().error();
61 if (source->GetResponseCode() != net::HTTP_OK) {
63 << source
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c167 Append @p source at the end of @p target.
170 @param source Source string.
174 contain the @p target string and @p source string.
181 TRIO_ARGS2((target, source),
183 TRIO_CONST char *source)
186 assert(source);
188 return (strcat(target, source) != NULL);
194 Append at most @p max characters from @p source to @p target.
198 @param source Source string.
202 contain the @p target string and the @p source strin
180 trio_append(target, source), char *target, TRIO_CONST char *source argument
209 trio_append_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument
268 trio_copy(target, source), char *target, TRIO_CONST char *source argument
297 trio_copy_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument
317 TrioDuplicateMax(source, size), TRIO_CONST char *source, size_t size argument
346 trio_duplicate(source), TRIO_CONST char *source argument
365 trio_duplicate_max(source, max), TRIO_CONST char *source, size_t max argument
829 trio_span_function(target, source, Function), char *target, TRIO_CONST char *source, int (*Function) TRIO_PROTO((int)) argument
961 trio_to_long_double(source, endp), TRIO_CONST char *source, char **endp argument
1096 trio_to_double(source, endp), TRIO_CONST char *source, char **endp argument
1119 trio_to_float(source, endp), TRIO_CONST char *source, char **endp argument
1162 trio_to_lower(source), int source argument
1211 trio_to_upper(source), int source argument
[all...]
/external/libxml2/
H A Dtriostr.c167 Append @p source at the end of @p target.
170 @param source Source string.
174 contain the @p target string and @p source string.
181 TRIO_ARGS2((target, source),
183 TRIO_CONST char *source)
186 assert(source);
188 return (strcat(target, source) != NULL);
194 Append at most @p max characters from @p source to @p target.
198 @param source Source string.
202 contain the @p target string and the @p source strin
180 trio_append(target, source), char *target, TRIO_CONST char *source argument
209 trio_append_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument
268 trio_copy(target, source), char *target, TRIO_CONST char *source argument
297 trio_copy_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument
317 TrioDuplicateMax(source, size), TRIO_CONST char *source, size_t size argument
346 trio_duplicate(source), TRIO_CONST char *source argument
365 trio_duplicate_max(source, max), TRIO_CONST char *source, size_t max argument
829 trio_span_function(target, source, Function), char *target, TRIO_CONST char *source, int (*Function) TRIO_PROTO((int)) argument
961 trio_to_long_double(source, endp), TRIO_CONST char *source, char **endp argument
1096 trio_to_double(source, endp), TRIO_CONST char *source, char **endp argument
1119 trio_to_float(source, endp), TRIO_CONST char *source, char **endp argument
1162 trio_to_lower(source), int source argument
1211 trio_to_upper(source), int source argument
[all...]
/external/chromium_org/build/win/
H A Dinstall-build-deps.py3 # Use of this source code is governed by a BSD-style license that can be
28 source = open(source_path).read()
34 result = source.replace(find, replace)
36 if result != source:
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dui_account_tweaks.cc2 // Use of this source code is governed by a BSD-style license that can be
38 content::WebUIDataSource* source) {
39 DCHECK(source);
42 source->AddLocalizedStrings(dict);
37 AddAccountUITweaksLocalizedValues( content::WebUIDataSource* source) argument
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.h2 // Use of this source code is governed by a BSD-style license that can be
37 const NotificationSource& source);
40 const NotificationSource& source);
52 const NotificationSource& source);
H A Dweb_contents_delegate.h2 // Use of this source code is governed by a BSD-style license that can be
71 // Opens a new URL inside the passed in WebContents (if source is 0 open
75 // A NULL source indicates the current tab (callers should probably use
80 virtual WebContents* OpenURLFromTab(WebContents* source,
87 virtual void NavigationStateChanged(const WebContents* source, argument
99 virtual void AddNewContents(WebContents* source, argument
116 virtual void LoadingStateChanged(WebContents* source) {} argument
122 virtual void LoadProgressChanged(WebContents* source, argument
128 virtual void CloseContents(WebContents* source) {} argument
132 virtual void SwappedOut(WebContents* source) {} argument
136 MoveContents(WebContents* source, const gfx::Rect& pos) argument
143 UpdateTargetURL(WebContents* source, int32 page_id, const GURL& url) argument
150 ContentsMouseEvent(WebContents* source, const gfx::Point& location, bool motion) argument
264 HandleKeyboardEvent(WebContents* source, const NativeWebKeyboardEvent& event) argument
288 ShowRepostFormWarningDialog(WebContents* source) argument
318 RendererUnresponsive(WebContents* source) argument
321 RendererResponsive(WebContents* source) argument
324 WorkerCrashed(WebContents* source) argument
327 DidNavigateMainFramePostCommit(WebContents* source) argument
332 DidNavigateToPendingEntry(WebContents* source) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpeechInputResult.cpp4 * Redistribution and use in source and binary forms, with or without
7 * * Redistributions of source code must retain the above copyright
38 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const SpeechInputResult& source) argument
40 return adoptRef(new SpeechInputResult(source.m_utterance, source.m_confidence));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPossiblyNull.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
38 PossiblyNull(const PossiblyNull<T>& source) argument
39 : m_data(source.m_data)
41 source.m_data = 0;
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEventFactory.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
44 public PhysicsCollisionEvent getEvent(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, long manifoldPointObjectId) { argument
47 event = new PhysicsCollisionEvent(type, source, nodeB, manifoldPointObjectId);
49 event.refactor(type, source, nodeB, manifoldPointObjectId);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsCollisionEventFactory.java5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
45 public PhysicsCollisionEvent getEvent(int type, PhysicsCollisionObject source, PhysicsCollisionObject nodeB, ManifoldPoint cp) { argument
48 event = new PhysicsCollisionEvent(type, source, nodeB, cp);
50 event.refactor(type, source, nodeB, cp);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DChangeTimeScaleTrack.java36 Track source; field in class:ChangeTimeScaleTrack
42 * Changes the time scale of the source track to the target time scale and makes sure
45 * @param source the source track
49 public ChangeTimeScaleTrack(Track source, long targetTimeScale, long[] syncSamples) { argument
50 this.source = source;
52 double timeScaleFactor = (double) targetTimeScale / source.getTrackMetaData().getTimescale();
53 ctts = adjustCtts(source.getCompositionTimeEntries(), timeScaleFactor);
54 tts = adjustTts(source
142 adjustCtts(List<CompositionTimeToSample.Entry> source, double timeScaleFactor) argument
154 adjustTts(List<TimeToSampleBox.Entry> source, double timeScaleFactor, long[] syncSample, long[] syncSampleTimes) argument
[all...]
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
53 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
65 ASSERT(moves_[i].source()->IsConstantOperand());
76 // moves to perform, ignoring any move that is redundant (the source is
95 // be encountering the starting move again. So by spilling the source of
98 // its destination. All other moves from the spilled source have been
109 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
114 // dependencies. Any unperformed, unpending move with a source the same
122 // and all other moves with the same source a
167 LOperand* source = moves_[index].source(); local
208 LOperand* source = moves_[index].source(); local
[all...]
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
54 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
66 ASSERT(moves_[i].source()->IsConstantOperand());
77 // moves to perform, ignoring any move that is redundant (the source is
96 // be encountering the starting move again. So by spilling the source of
99 // its destination. All other moves from the spilled source have been
110 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
115 // dependencies. Any unperformed, unpending move with a source the same
123 // and all other moves with the same source a
168 LOperand* source = moves_[index].source(); local
211 LOperand* source = moves_[index].source(); local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dex_clone.c10 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
32 ::"a" (buf2), "a" (source)
55 ::"a" (target), "a" (source)
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
133 const LChar* source = *sourceStart; local
135 while (source < sourceEnd) {
140 const LChar* oldSource = source; // In case we have to back up because of target overflow.
141 ch = static_cast<unsigned short>(*source++);
151 source = oldSource; // Back up source pointer!
165 *sourceStart = source;
175 const UChar* source local
248 isLegalUTF8(const unsigned char* source, int length) argument
302 const char* source = *sourceStart; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
176 YV12_BUFFER_CONFIG *source,
185 a = vp8_ssim2(source->y_buffer, dest->y_buffer,
186 source->y_stride, dest->y_stride, source->y_width,
187 source->y_height);
189 b = vp8_ssim2(source->u_buffer, dest->u_buffer,
190 source
174 vp8_calc_ssim( YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, int lumamask, double *weight ) argument
204 vp8_calc_ssimg( YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *ssim_y, double *ssim_u, double *ssim_v ) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
102 double vp9_calc_ssim(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, argument
107 a = vp9_ssim2(source->y_buffer, dest->y_buffer,
108 source->y_stride, dest->y_stride,
109 source->y_crop_width, source->y_crop_height);
111 b = vp9_ssim2(source->u_buffer, dest->u_buffer,
112 source
126 vp9_calc_ssimg(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *ssim_y, double *ssim_u, double *ssim_v) argument
[all...]

Completed in 819 milliseconds

1234567891011>>