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

  /external/libaom/libaom/third_party/libyuv/include/libyuv/
convert_from_argb.h 150 uint8* dst_g, int dst_stride_g,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from_argb.h 226 uint8_t* dst_g,
planar_functions.h 114 uint8_t* dst_g,
row.h     [all...]
  /external/libyuv/files/include/libyuv/
convert_from_argb.h 204 uint8* dst_g,
  /external/libvpx/libvpx/third_party/libyuv/source/
row_any.cc     [all...]
row_neon.cc 588 // Reads 16 packed RGB and write to planar dst_r, dst_g, dst_b.
591 uint8_t* dst_g,
605 "+r"(dst_g), // %2
    [all...]
row_neon64.cc 635 // Reads 16 packed RGB and write to planar dst_r, dst_g, dst_b.
638 uint8_t* dst_g,
651 "+r"(dst_g), // %2
    [all...]
planar_functions.cc 498 uint8_t* dst_g,
505 void (*SplitRGBRow)(const uint8_t* src_rgb, uint8_t* dst_r, uint8_t* dst_g,
511 dst_g = dst_g + (height - 1) * dst_stride_g;
543 SplitRGBRow(src_rgb, dst_r, dst_g, dst_b, width);
545 dst_g += dst_stride_g;
    [all...]
row_gcc.cc     [all...]
row_common.cc     [all...]
  /external/webp/src/mux/
anim_encode.c 378 const int dst_g = (dst >> 8) & 0xff; local
383 (abs(src_g - dst_g) * dst_a <= (max_allowed_diff * 255)) &&
    [all...]
  /external/libaom/libaom/third_party/libyuv/source/
planar_functions.cc     [all...]
  /external/libyuv/files/source/
planar_functions.cc     [all...]

Completed in 492 milliseconds