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

  /prebuilts/go/darwin-x86/src/image/jpeg/
reader_test.go 141 func check(bounds image.Rectangle, pix0, pix1 []byte, stride0, stride1 int) error {
149 for y := 0; y < len(pix0)/stride0 && y < len(pix1)/stride1; y += 8 {
165 if pix0[index0] != pix1[index1] {
167 pixString(pix0, stride0, x, y),
  /prebuilts/go/linux-x86/src/image/jpeg/
reader_test.go 141 func check(bounds image.Rectangle, pix0, pix1 []byte, stride0, stride1 int) error {
149 for y := 0; y < len(pix0)/stride0 && y < len(pix1)/stride1; y += 8 {
165 if pix0[index0] != pix1[index1] {
167 pixString(pix0, stride0, x, y),
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_convolve_avx2.c 834 const __m128i pix0 = _mm_loadu_si128((const __m128i *)dst); local
837 _mm256_insertf128_si256(_mm256_castsi128_si256(pix0), pix1, 1);
856 const __m256i pix0 = _mm256_loadu_si256((const __m256i *)dst); local
859 p = _mm256_avg_epu16(p, pix0);
    [all...]

Completed in 96 milliseconds