Searched defs:intermediate (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h73 struct pipe_sampler_view *intermediate, *transpose; member in struct:vl_idct_buffer::__anon12041::__anon12042
106 struct pipe_sampler_view *intermediate);
H A Dvl_idct.c636 tex = buffer->sampler_views.individual.intermediate->texture;
678 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, NULL);
799 struct pipe_sampler_view *intermediate)
802 assert(source && intermediate);
809 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, intermediate);
797 vl_idct_init_buffer(struct vl_idct *idct, struct vl_idct_buffer *buffer, struct pipe_sampler_view *source, struct pipe_sampler_view *intermediate) argument
/external/sfntly/cpp/src/test/
H A Dserialization_test.cc40 FontPtr intermediate; local
41 intermediate.Attach(font_builder->Build());
43 factory2->SerializeFont(intermediate, &os);
106 FontPtr intermediate; local
107 intermediate.Attach(font_builder->Build());
109 factory2->SerializeFont(intermediate, &os);
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp36 static char intermediate[OUTPUT_CAPACITY]; variable
179 pInterLimit=intermediate+testcase.chunkLength;
185 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
186 pInter=intermediate;
188 encodedLength+=(int32_t)(pInter-intermediate);
199 /* convert the block [intermediate..pInter[ back to UTF-16 */
200 p=intermediate;
205 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
240 pInterLimit=intermediate+testcase.chunkLength;
245 pInter=intermediate;
[all...]
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc85 double intermediate[16]; local
202 intermediate[8] = step[8] + step[14];
203 intermediate[9] = step[9] + step[15];
205 temp1 = intermediate[8] * C12;
206 temp2 = intermediate[9] * C4;
210 temp1 = intermediate[8] * C4;
211 temp2 = intermediate[9] * C12;
217 intermediate[11] = step[10] - step[11];
218 intermediate[12] = step[12] + step[13];
219 intermediate[1
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c65 // We need an intermediate buffer between passes.
66 int16_t intermediate[4 * 4]; local
68 int16_t *out = intermediate;
109 in = intermediate;
267 int16_t intermediate[64]; local
271 int16_t *output = intermediate;
330 fdct8(&intermediate[i * 8], &final_output[i * 8]);
355 // We need an intermediate buffer between passes.
356 int16_t intermediate[256]; local
358 int16_t *out = intermediate;
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c515 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) argument
523 intermediate ? "Intermediate " : "", status);
526 (intermediate ?
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c515 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) argument
523 intermediate ? "Intermediate " : "", status);
526 (intermediate ?
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c515 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) argument
523 intermediate ? "Intermediate " : "", status);
526 (intermediate ?
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp203 std::string intermediate; local
215 llvm::raw_string_ostream ostr(intermediate);
221 Input yin(intermediate);
340 std::string intermediate; local
361 llvm::raw_string_ostream ostr(intermediate);
367 Input yin(intermediate);
450 std::string intermediate; local
476 llvm::raw_string_ostream ostr(intermediate);
481 llvm::StringRef flowOut(intermediate);
501 Input yin(intermediate);
663 std::string intermediate; local
753 std::string intermediate; local
837 std::string intermediate; local
945 std::string intermediate; local
1068 std::string intermediate; local
1147 std::string intermediate; local
1240 std::string intermediate; local
1740 std::string intermediate; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2064 milliseconds