Searched refs:sq0 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 29 uint8_t *sq0, *sq1, *sq2, *sq3, *sq4, *sq5, *sq6, *sq7; in mb_lpf_horizontal_edge() local 67 sq0 = s; in mb_lpf_horizontal_edge() 103 : [sq3] "r"(sq3), [sq2] "r"(sq2), [sq1] "r"(sq1), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 124 [q1_f0] "r"(q1_f0), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 172 [sq1] "r"(sq1), [sq0] "r"(sq0)); in mb_lpf_horizontal_edge() 196 [sp0] "r"(sp0), [sq0] "r"(sq0), [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 221 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 233 [sq0] "r"(sq0), [sq1] "r"(sq1)); in mb_lpf_horizontal_edge() 266 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 278 [sq0] "r"(sq0), [sq1] "r"(sq1)); in mb_lpf_horizontal_edge() [all …]
|
D | loopfilter_mb_dspr2.c | 28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local 58 sq0 = s; in vpx_lpf_horizontal_8_dspr2() 76 [sq3] "r"(sq3), [sq2] "r"(sq2), [sq1] "r"(sq1), [sq0] "r"(sq0)); in vpx_lpf_horizontal_8_dspr2() 92 [q1_f0] "r"(q1_f0), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() 116 [sp0] "r"(sp0), [sq0] "r"(sq0), [sq1] "r"(sq1), [sq2] "r"(sq2)); in vpx_lpf_horizontal_8_dspr2() 141 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() 153 [sq0] "r"(sq0), [sq1] "r"(sq1)); in vpx_lpf_horizontal_8_dspr2() 186 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() 198 [sq0] "r"(sq0), [sq1] "r"(sq1)); in vpx_lpf_horizontal_8_dspr2() 224 [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0), in vpx_lpf_horizontal_8_dspr2() [all …]
|
/external/opencv/cxcore/src/ |
D | cxmeansdv.cpp | 56 sq0 += (sqsumtype)(sqr_macro(t0)) + \ 63 sq0 += (sqsumtype)(sqr_macro(t0)) + \ 72 sq0 += (sqsumtype)(sqr_macro(t0)); \ 88 sq0 += (sqsumtype)(sqr_macro(t0)); \ 103 sq0 += (sqsumtype)(sqr_macro(t0)); \ 119 sq0 += (sqsumtype)(sqr_macro(t0)); \ 142 sq0 += sqsumtype(sqr_macro(t0)); \ 149 sq0 += sqsumtype(sqr_macro(t0)); \ 156 sq0 += sqsumtype(sqr_macro(t0)); \ 163 sq0 += sqsumtype(sqr_macro(t0)); \ [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | shared-op-cycle.ll | 11 %sq0 = fmul float %w0, %w0 12 %r0 = fadd float %sq0, 2.0
|
/external/webp/src/dsp/ |
D | dec_neon.c | 507 const int8x16_t sq0 = vqsubq_s8(q0s, delta4); in ApplyFilter2() local 509 *oq0 = FlipSignBack(sq0); in ApplyFilter2()
|