Home | History | Annotate | Download | only in dsp

Lines Matching refs:ref

27 // for subtraction to *ref. See the comments there for algorithmic explanations.
28 static void ITransformOne(const uint8_t* ref,
105 "vld1.32 d6[0], [%[ref]], %[kBPS] \n"
106 "vld1.32 d6[1], [%[ref]], %[kBPS] \n"
107 "vld1.32 d7[0], [%[ref]], %[kBPS] \n"
108 "vld1.32 d7[1], [%[ref]], %[kBPS] \n"
110 "sub %[ref], %[ref], %[kBPS], lsl #2 \n"
137 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constants
142 static void ITransform(const uint8_t* ref,
144 ITransformOne(ref, in, dst);
146 ITransformOne(ref + 4, in + 16, dst + 4);
231 static void FTransform(const uint8_t* src, const uint8_t* ref,
235 const uint8_t* ref_ptr = ref;
246 // load ref into q6, q7 in high half
256 // d[0-3] = src - ref