Searched refs:sq1 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_mblpf_horiz_loopfilter_dspr2.c | 33 uint8_t *sq0, *sq1, *sq2, *sq3, *sq4, *sq5, *sq6, *sq7; in vp9_lpf_horizontal_16_dspr2() local 73 sq1 = s + pitch; in vp9_lpf_horizontal_16_dspr2() 74 sq2 = sq1 + pitch; in vp9_lpf_horizontal_16_dspr2() 109 : [sq3] "r" (sq3), [sq2] "r" (sq2), [sq1] "r" (sq1), [sq0] "r" (sq0), in vp9_lpf_horizontal_16_dspr2() 135 [sq0] "r" (sq0), [sq1] "r" (sq1) in vp9_lpf_horizontal_16_dspr2() 186 [sq2] "r" (sq2), [sq1] "r" (sq1), [sq0] "r" (sq0) in vp9_lpf_horizontal_16_dspr2() 214 [sq0] "r" (sq0), [sq1] "r" (sq1), [sq2] "r" (sq2) in vp9_lpf_horizontal_16_dspr2() 244 [sq0] "r" (sq0), [sq1] "r" (sq1), [sq2] "r" (sq2) in vp9_lpf_horizontal_16_dspr2() 257 [sq0] "r" (sq0), [sq1] "r" (sq1) in vp9_lpf_horizontal_16_dspr2() 293 [sq0] "r" (sq0), [sq1] "r" (sq1), [sq2] "r" (sq2) in vp9_lpf_horizontal_16_dspr2() [all …]
|
D | vp9_mbloop_loopfilter_dspr2.c | 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vp9_lpf_horizontal_8_dspr2() local 64 sq1 = s + pitch; in vp9_lpf_horizontal_8_dspr2() 65 sq2 = sq1 + pitch; in vp9_lpf_horizontal_8_dspr2() 81 [sq3] "r" (sq3), [sq2] "r" (sq2), [sq1] "r" (sq1), [sq0] "r" (sq0) in vp9_lpf_horizontal_8_dspr2() 102 [sq0] "r" (sq0), [sq1] "r" (sq1) in vp9_lpf_horizontal_8_dspr2() 129 [sq0] "r" (sq0), [sq1] "r" (sq1), [sq2] "r" (sq2) in vp9_lpf_horizontal_8_dspr2() 159 [sq0] "r" (sq0), [sq1] "r" (sq1), [sq2] "r" (sq2) in vp9_lpf_horizontal_8_dspr2() 172 [sq0] "r" (sq0), [sq1] "r" (sq1) in vp9_lpf_horizontal_8_dspr2() 208 [sq0] "r" (sq0), [sq1] "r" (sq1), [sq2] "r" (sq2) in vp9_lpf_horizontal_8_dspr2() 221 [sq0] "r" (sq0), [sq1] "r" (sq1) in vp9_lpf_horizontal_8_dspr2() [all …]
|
/external/opencv/cxcore/src/ |
D | cxmeansdv.cpp | 90 sq1 += (sqsumtype)(sqr_macro(t1)); \ 105 sq1 += (sqsumtype)(sqr_macro(t1)); \ 121 sq1 += (sqsumtype)(sqr_macro(t1)); \ 194 sq1 += sqsumtype(sqr_macro(t1)); \ 212 sq1 += sqsumtype(sqr_macro(t1)); \ 231 sq1 += sqsumtype(sqr_macro(t1)); \ 256 sqsumtype sq0 = 0, sq1 = 0; \ 261 sqsumtype sq0 = 0, sq1 = 0, sq2 = 0; \ 266 sqsumtype sq0 = 0, sq1 = 0, sq2 = 0, sq3 = 0; \ 287 sqworktype sq0 = 0, sq1 = 0; \ [all …]
|
/external/eigen/blas/f2c/ |
D | srotmg.c | 37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; in srotmg_() local 121 sq1 = sp1 * *sx1; in srotmg_() 123 if (! (dabs(sq1) > dabs(sq2))) { in srotmg_()
|
/external/llvm/test/CodeGen/R600/ |
D | shared-op-cycle.ll | 13 %sq1 = fmul float %w1, %w1 14 %r1 = fadd float %sq1, 2.0
|