/external/libvpx/libvpx/third_party/libyuv/source/ |
rotate_common.cc | 38 uint8* dst_b, int dst_stride_b, int width) { 42 dst_b[0] = src[0 * src_stride + 1]; 44 dst_b[1] = src[1 * src_stride + 1]; 46 dst_b[2] = src[2 * src_stride + 1]; 48 dst_b[3] = src[3 * src_stride + 1]; 50 dst_b[4] = src[4 * src_stride + 1]; 52 dst_b[5] = src[5 * src_stride + 1]; 54 dst_b[6] = src[6 * src_stride + 1]; 56 dst_b[7] = src[7 * src_stride + 1]; 59 dst_b += dst_stride_b [all...] |
rotate.cc | 194 uint8* dst_b, int dst_stride_b, 199 uint8* dst_b, int dst_stride_b, 222 dst_b, dst_stride_b, 226 dst_b += 8; // Move over 8 columns. 233 dst_b, dst_stride_b, 241 uint8* dst_b, int dst_stride_b, 248 dst_b, dst_stride_b, 255 uint8* dst_b, int dst_stride_b, 258 dst_b += dst_stride_b * (width - 1); 264 dst_b, dst_stride_b [all...] |
rotate_mips.cc | 313 uint8* dst_b, int dst_stride_b, 328 // check word aligment for dst_a, dst_b, dst_stride_a and dst_stride_b 330 "andi $t8, %[dst_b], 0x3 \n" 345 "addu $s6, %[dst_b], %[dst_stride_b] \n" 368 "sw $s4, 0(%[dst_b]) \n" 390 "sw $s4, 4(%[dst_b]) \n" 393 " addu %[dst_b], %[dst_b], $t8 \n" 397 // dst_a or dst_b or dst_stride_a or dst_stride_b not word aligned 404 "addu $s6, %[dst_b], %[dst_stride_b] \n [all...] |
rotate_win.cc | 117 uint8* dst_b, int dst_stride_b, 128 mov ebx, [esp + 16 + 20] // dst_b
|
rotate_neon.cc | 249 uint8* dst_b, int dst_stride_b, 344 "add %5, %5, %6, lsl #3 \n" // dst_b += 8 * dst_stride_b 439 "add %5, %5, %6, lsl #2 \n" // dst_b += 4 * dst_stride_b 487 "add %5, %5, %6, lsl #1 \n" // dst_b += 2 * dst_stride_b 522 "+r"(dst_b), // %5
|
rotate_neon64.cc | 256 uint8* dst_b, int dst_stride_b, 354 "add %3, %3, %7, lsl #3 \n" // dst_b += 8 * dst_stride_b 443 "add %3, %3, %7, lsl #2 \n" // dst_b += 4 * dst_stride_b 493 "add %3, %3, %7, lsl #1 \n" // dst_b += 2 * dst_stride_b 526 "+r"(dst_b), // %3
|
rotate_gcc.cc | 112 uint8* dst_b, int dst_stride_b, int width); 379 uint8* dst_b, int dst_stride_b, int width) { 475 "+r"(dst_b), // %2
|
/external/libyuv/files/include/libyuv/ |
rotate.h | 72 uint8* dst_b, int dst_stride_b, 82 uint8* dst_b, int dst_stride_b, 88 uint8* dst_b, int dst_stride_b, 102 uint8* dst_b, int dst_stride_b,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
rotate_row.h | 117 uint8* dst_b, int dst_stride_b, 122 uint8* dst_b, int dst_stride_b, int width); 125 uint8* dst_b, int dst_stride_b, int width); 128 uint8* dst_b, int dst_stride_b, int width); 131 uint8* dst_b, int dst_stride_b, int width);
|
rotate.h | 78 uint8* dst_b, int dst_stride_b, 88 uint8* dst_b, int dst_stride_b, 94 uint8* dst_b, int dst_stride_b, 109 uint8* dst_b, int dst_stride_b,
|
/external/libyuv/files/source/ |
rotate.cc | 49 uint8* dst_a, uint8* dst_b, 57 uint8* dst_b, int dst_stride_b, 158 uint8* dst_b, int dst_stride_b, 169 mov ebx, [esp + 16 + 20] // dst_b 376 uint8* dst_b, int dst_stride_b, 638 uint8* dst_b, int dst_stride_b, 735 "+r"(dst_b), // %2 [all...] |
rotate_neon.cc | 193 uint8* dst_b, int dst_stride_b, 263 "add %4, %4, %5, lsl #3 \n" // dst_b += 8 * dst_stride_b 333 "add %4, %4, %5, lsl #2 \n" // dst_b += 4 * dst_stride_b 369 "add %4, %4, %5, lsl #1 \n" // dst_b += 2 * dst_stride_b 393 "+r"(dst_b), // %4
|
row_neon.cc | 482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { 486 "add %2, %3 \n" // dst_b + width 511 "vst1.8 {d1}, [%2], r12 \n" // dst_b -= 8 528 "vst1.8 {d1[0]}, [%2], r12 \n" // dst_b -= 1 533 "+r"(dst_b), // %2 [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 567 int& dst_b = dst.bottom; local 594 if(dst_b > sci_b) { 595 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h; 596 dst_b = sci_b; [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 1331 uint16x8_t dst_r, dst_g, dst_b; local [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_utils.cpp | 1057 int& dst_b = dst.bottom; local [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.cpp | 1044 int& dst_b = dst.bottom; local [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_utils.cpp | 1329 int& dst_b = dst.bottom; local [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.cpp | 1262 int& dst_b = dst.bottom; local [all...] |