HomeSort by relevance Sort by last modified time
    Searched full:dst_b (Results 1 - 7 of 7) sorted by null

  /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/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...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 659 uint16x8_t dst_r, dst_g, dst_b; local
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 557 int& dst_b = dst.bottom; local
586 if(dst_b > sci_b) {
587 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
588 dst_b = sci_b;
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 1473 uint16x8_t dst_r, dst_g, dst_b; local
    [all...]

Completed in 561 milliseconds