Searched refs:dst_g (Results 1 – 14 of 14) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 204 uint8* dst_g,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 226 uint8_t* dst_g,
|
D | planar_functions.h | 114 uint8_t* dst_g,
|
D | row.h | 1374 uint8_t* dst_g, 1379 uint8_t* dst_g, 1384 uint8_t* dst_g, 1389 uint8_t* dst_g, 1394 uint8_t* dst_g,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 150 uint8* dst_g, int dst_stride_g,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 498 uint8_t* dst_g, in SplitRGBPlane() argument 505 void (*SplitRGBRow)(const uint8_t* src_rgb, uint8_t* dst_r, uint8_t* dst_g, in SplitRGBPlane() 511 dst_g = dst_g + (height - 1) * dst_stride_g; in SplitRGBPlane() 543 SplitRGBRow(src_rgb, dst_r, dst_g, dst_b, width); in SplitRGBPlane() 545 dst_g += dst_stride_g; in SplitRGBPlane() 2754 void (*ARGBToYJRow)(const uint8_t* src_argb, uint8_t* dst_g, int width) = in ARGBSobelize()
|
D | row_neon.cc | 591 uint8_t* dst_g, in SplitRGBRow_NEON() argument 605 "+r"(dst_g), // %2 in SplitRGBRow_NEON()
|
D | row_any.cc | 1067 void NAMEANY(const uint8_t* src_ptr, uint8_t* dst_r, uint8_t* dst_g, \ 1074 ANY_SIMD(src_ptr, dst_r, dst_g, dst_b, n); \ 1079 memcpy(dst_g + n, temp + 16 * 4, r); \
|
D | row_neon64.cc | 638 uint8_t* dst_g, in SplitRGBRow_NEON() argument 651 "+r"(dst_g), // %2 in SplitRGBRow_NEON()
|
D | row_gcc.cc | 3615 uint8_t* dst_g, in SplitRGBRow_SSSE3() argument 3659 "+r"(dst_g), // %2 in SplitRGBRow_SSSE3()
|
D | row_common.cc | 2110 uint8_t* dst_g, in SplitRGBRow_C() argument 2116 dst_g[x] = src_rgb[1]; in SplitRGBRow_C()
|
/external/webp/src/mux/ |
D | anim_encode.c | 378 const int dst_g = (dst >> 8) & 0xff; in PixelsAreSimilar() local 383 (abs(src_g - dst_g) * dst_a <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1979 void (*ARGBToYJRow)(const uint8* src_argb, uint8* dst_g, int pix) = in ARGBSobelize()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2561 void (*ARGBToYJRow)(const uint8* src_argb, uint8* dst_g, int width) = in ARGBSobelize()
|