Home | History | Annotate | Download | only in src

Lines Matching defs:pDst

29 pDst        RN 1
70 ;// Firstly, fill all the coefficient values on the <pDst> buffer by zero
76 STRD Value, [pDst, #0] ;// pDst[0] = pDst[1] = pDst[2] = pDst[3] = 0
89 STRH Value, [pDst, strOffset] ;// Store <Value> at offset <strOffset>
92 LDMIA pDst, {r0w0, r0w1} ;// r0w0 = |c1|c0| & r0w1 = |c3|c2|
119 STMIA pDst, {c0w0, c1w0} ;// Storing all the coefficients at once