Home
last modified time | relevance | path

Searched refs:source8 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DSurface.cpp3804 unsigned char *source8 = source7 + slice; in resolve() local
3805 unsigned char *source9 = source8 + slice; in resolve()
3912 __m128i c8 = _mm_load_si128((__m128i*)(source8 + 4 * x)); in resolve()
3948 source8 += pitch; in resolve()
4057 unsigned int c8 = *(unsigned int*)(source8 + 4 * x); in resolve()
4093 source8 += pitch; in resolve()
4206 __m128i c8 = _mm_load_si128((__m128i*)(source8 + 4 * x)); in resolve()
4242 source8 += pitch; in resolve()
4351 unsigned int c8 = *(unsigned int*)(source8 + 4 * x); in resolve()
4387 source8 += pitch; in resolve()
[all …]
/external/libvpx/libvpx/test/
Dsad_test.cc152 const uint8_t *const source8 = source_data_; in ReferenceSAD() local
161 sad += abs(source8[h * source_stride_ + w] - in ReferenceSAD()
180 const uint8_t *const source8 = source_data_; in ReferenceSADavg() local
194 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
/external/auto/common/src/test/java/com/google/auto/common/
DGeneratedAnnotationsTest.java165 public void source8() throws Exception { in source8() method in GeneratedAnnotationsTest
/external/libaom/libaom/test/
Dsad_test.cc167 const uint8_t *const source8 = source_data_; in ReferenceSAD() local
174 sad += abs(source8[h * source_stride_ + w] - in ReferenceSAD()
191 const uint8_t *const source8 = source_data_; in ReferenceSADavg() local
203 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
243 const uint8_t *const source8 = source_data_; in ReferenceDistWtdSADavg() local
256 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceDistWtdSADavg()