/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
rotate_mips.cc | 314 uint8* dst_b, int dst_stride_b, 329 // check word aligment for dst_a, dst_b, dst_stride_a and dst_stride_b 331 "andi $t8, %[dst_b], 0x3 \n" 346 "addu $s6, %[dst_b], %[dst_stride_b] \n" 369 "sw $s4, 0(%[dst_b]) \n" 391 "sw $s4, 4(%[dst_b]) \n" 394 " addu %[dst_b], %[dst_b], $t8 \n" 398 // dst_a or dst_b or dst_stride_a or dst_stride_b not word aligned 405 "addu $s6, %[dst_b], %[dst_stride_b] \n [all...] |
rotate.cc | 49 void MirrorUVRow_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width); 56 uint8* dst_b, int dst_stride_b, 72 uint8* dst_b, int dst_stride_b, 174 uint8* dst_b, int dst_stride_b, 185 mov ebx, [esp + 16 + 20] // dst_b 393 uint8* dst_b, int dst_stride_b, 662 uint8* dst_b, int dst_stride_b, 759 "+r"(dst_b), // %2 [all...] |
rotate_neon.cc | 247 uint8* dst_b, int dst_stride_b, 342 "add %5, %5, %6, lsl #3 \n" // dst_b += 8 * dst_stride_b 437 "add %5, %5, %6, lsl #2 \n" // dst_b += 4 * dst_stride_b 485 "add %5, %5, %6, lsl #1 \n" // dst_b += 2 * dst_stride_b 520 "+r"(dst_b), // %5
|
/external/chromium_org/third_party/libyuv/source/ |
rotate_mips.cc | 314 uint8* dst_b, int dst_stride_b, 329 // check word aligment for dst_a, dst_b, dst_stride_a and dst_stride_b 331 "andi $t8, %[dst_b], 0x3 \n" 346 "addu $s6, %[dst_b], %[dst_stride_b] \n" 369 "sw $s4, 0(%[dst_b]) \n" 391 "sw $s4, 4(%[dst_b]) \n" 394 " addu %[dst_b], %[dst_b], $t8 \n" 398 // dst_a or dst_b or dst_stride_a or dst_stride_b not word aligned 405 "addu $s6, %[dst_b], %[dst_stride_b] \n [all...] |
rotate.cc | 49 void MirrorUVRow_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width); 56 uint8* dst_b, int dst_stride_b, 72 uint8* dst_b, int dst_stride_b, 174 uint8* dst_b, int dst_stride_b, 185 mov ebx, [esp + 16 + 20] // dst_b 393 uint8* dst_b, int dst_stride_b, 662 uint8* dst_b, int dst_stride_b, 759 "+r"(dst_b), // %2 [all...] |
rotate_neon.cc | 247 uint8* dst_b, int dst_stride_b, 342 "add %5, %5, %6, lsl #3 \n" // dst_b += 8 * dst_stride_b 437 "add %5, %5, %6, lsl #2 \n" // dst_b += 4 * dst_stride_b 485 "add %5, %5, %6, lsl #1 \n" // dst_b += 2 * dst_stride_b 520 "+r"(dst_b), // %5
|
/external/libyuv/files/source/ |
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
|
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...] |
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...] |
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
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/chromium_org/third_party/libyuv/include/libyuv/ |
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/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/chromium_org/net/dns/ |
address_sorter_posix.cc | 186 // Returns true iff |dst_a| should precede |dst_b| in the address list. 189 const DestinationInfo* dst_b) { 193 DCHECK(dst_b->src); 197 bool scope_match2 = (dst_b->src->scope == dst_b->scope); 202 if (dst_a->src->deprecated != dst_b->src->deprecated) 206 if (dst_a->src->home != dst_b->src->home) 211 bool label_match2 = (dst_b->src->label == dst_b->label); 216 if (dst_a->precedence != dst_b->precedence [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 1239 uint16x8_t dst_r, dst_g, dst_b; local [all...] |