Home
last modified time | relevance | path

Searched refs:dst_aligned (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c709 int y, dst_aligned, src_aligned; in biweight_h264_W_altivec() local
730 dst_aligned = !((unsigned long)dst & 0xf); in biweight_h264_W_altivec()
749 if (w == 16 || dst_aligned) { in biweight_h264_W_altivec()
757 if (w == 16 || !dst_aligned) { in biweight_h264_W_altivec()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc11264 uint64_t* dst_aligned = AlignUp(dst, kAtomicAccessGranule);
11279 __ Mov(x19, reinterpret_cast<uintptr_t>(dst_aligned));
11462 __ Mov(x21, reinterpret_cast<uintptr_t>(dst_aligned)); \
11480 uint64_t* dst_aligned = AlignUp(dst, kAtomicAccessGranule);

Completed in 12 milliseconds