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

  /external/libyuv/files/source/
row_neon.cc 278 const uint8* uv_buf,
296 "+r"(uv_buf), // %1
309 const uint8* uv_buf,
327 "+r"(uv_buf), // %1
    [all...]
row_posix.cc     [all...]
row_common.cc 572 const uint8* uv_buf,
576 YuvPixel(y_buf[0], uv_buf[0], uv_buf[1], rgb_buf + 0, 24, 16, 8, 0);
577 YuvPixel(y_buf[1], uv_buf[0], uv_buf[1], rgb_buf + 4, 24, 16, 8, 0);
579 uv_buf += 2;
583 YuvPixel(y_buf[0], uv_buf[0], uv_buf[1], rgb_buf + 0, 24, 16, 8, 0);
1005 const uint8* uv_buf, \
    [all...]
convert_argb.cc 545 const uint8* uv_buf,
596 const uint8* uv_buf,
646 const uint8* uv_buf,
    [all...]
planar_functions.cc 840 const uint8* uv_buf,
891 const uint8* uv_buf,
    [all...]
row_win.cc     [all...]
  /external/libyuv/files/include/libyuv/
row.h 210 const uint8* uv_buf,
214 const uint8* uv_buf,
352 const uint8* uv_buf,
412 const uint8* uv_buf,
458 const uint8* uv_buf,
504 const uint8* uv_buf,
595 const uint8* uv_buf,
599 const uint8* uv_buf,
  /external/webp/src/dsp/
upsampling_sse2.c 138 uint8_t uv_buf[4 * 32 + 15]; \
139 uint8_t* const r_u = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15); \
upsampling_neon.c 187 uint8_t uv_buf[2 * 32 + 15]; \
188 uint8_t *const r_uv = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15); \
  /external/libvpx/libvpx/third_party/libyuv/source/
row_posix.cc     [all...]
row_any.cc 90 const uint8* uv_buf, \
94 NV12TORGB_SIMD(y_buf, uv_buf, rgb_buf, n); \
96 uv_buf + (n >> UV_SHIFT), \
convert_argb.cc 682 const uint8* uv_buf,
733 const uint8* uv_buf,
784 const uint8* uv_buf,
planar_functions.cc 980 const uint8* uv_buf,
    [all...]
row_win.cc     [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 166 uint8_t uv_buf[2 * 32 + 15]; local
167 uint8_t *const r_uv = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15);

Completed in 853 milliseconds