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

  /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/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 211 // Returns true iff |dst_a| should precede |dst_b| in the address list.
214 const DestinationInfo* dst_b) {
218 DCHECK(dst_b->src);
222 bool scope_match2 = (dst_b->src->scope == dst_b->scope);
227 if (dst_a->src->deprecated != dst_b->src->deprecated)
231 if (dst_a->src->home != dst_b->src->home)
236 bool label_match2 = (dst_b->src->label == dst_b->label);
241 if (dst_a->precedence != dst_b->precedence
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 916 uint16x8_t dst_r, dst_g, dst_b; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 916 uint16x8_t dst_r, dst_g, dst_b; local
    [all...]
  /hardware/qcom/display/msm8960/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...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 518 int& dst_b = dst.bottom; local
547 if(dst_b > sci_b) {
548 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h;
549 dst_b = sci_b;
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 517 int& dst_b = dst.bottom; local
546 if(dst_b > sci_b) {
547 bottomCutRatio = (float)(dst_b - sci_b) / (float)dst_h;
548 dst_b = sci_b;
    [all...]

Completed in 134 milliseconds