HomeSort by relevance Sort by last modified time
    Searched refs:dst_b (Results 1 - 25 of 26) sorted by null

1 2

  /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_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
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.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_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_win.cc 117 uint8* dst_b, int dst_stride_b,
128 mov ebx, [esp + 16 + 20] // dst_b
  /external/libyuv/files/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_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_gcc.cc 256 uint8* dst_b, int dst_stride_b, int width) {
352 "+r"(dst_b), // %2
rotate_any.cc 49 uint8* dst_b, int dst_stride_b, int width) { \
53 TPOS_SIMD(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, \
58 dst_b + n * dst_stride_b, dst_stride_b, r); \
rotate.cc 186 uint8* dst_b, int dst_stride_b,
191 uint8* dst_b, int dst_stride_b,
217 dst_b, dst_stride_b,
221 dst_b += 8; // Move over 8 columns.
228 dst_b, dst_stride_b,
236 uint8* dst_b, int dst_stride_b,
243 dst_b, dst_stride_b,
250 uint8* dst_b, int dst_stride_b,
253 dst_b += dst_stride_b * (width - 1);
259 dst_b, dst_stride_b
    [all...]
rotate_neon.cc 248 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
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_win.cc 116 uint8* dst_b, int dst_stride_b,
127 mov ebx, [esp + 16 + 20] // dst_b
  /external/libyuv/files/include/libyuv/
rotate_row.h 90 uint8* dst_b, int dst_stride_b,
95 uint8* dst_b, int dst_stride_b, int width);
98 uint8* dst_b, int dst_stride_b, int width);
101 uint8* dst_b, int dst_stride_b, int width);
104 uint8* dst_b, int dst_stride_b, int width);
108 uint8* dst_b, int dst_stride_b, int width);
111 uint8* dst_b, int dst_stride_b, int width);
114 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/libvpx/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,
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);
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 1331 uint16x8_t dst_r, dst_g, dst_b; local
    [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/libgdx/gdx/jni/gdx2d/
gdx2d.c 177 int32_t dst_b = (dst & 0xff00) >> 8; local
182 dst_b = dst_b + src_a * (src_b - dst_b) / 255;
184 return (uint32_t)((dst_r << 24) | (dst_g << 16) | (dst_b << 8) | dst_a);
  /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...]

Completed in 738 milliseconds

1 2