HomeSort by relevance Sort by last modified time
    Searched refs:kBPS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 32 const int kBPS = BPS;
107 "vld1.32 d6[0], [%[ref]], %[kBPS] \n"
108 "vld1.32 d6[1], [%[ref]], %[kBPS] \n"
109 "vld1.32 d7[0], [%[ref]], %[kBPS] \n"
110 "vld1.32 d7[1], [%[ref]], %[kBPS] \n"
112 "sub %[ref], %[ref], %[kBPS], lsl #2 \n"
133 "vst1.32 d0[0], [%[dst]], %[kBPS] \n"
134 "vst1.32 d0[1], [%[dst]], %[kBPS] \n"
135 "vst1.32 d1[0], [%[dst]], %[kBPS] \n"
139 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constant
    [all...]
dec_neon.c 164 const int kBPS = BPS;
275 "vld1.32 d6[0], [%[dst]], %[kBPS] \n"
276 "vld1.32 d6[1], [%[dst]], %[kBPS] \n"
277 "vld1.32 d7[0], [%[dst]], %[kBPS] \n"
278 "vld1.32 d7[1], [%[dst]], %[kBPS] \n"
280 "sub %[dst], %[dst], %[kBPS], lsl #2 \n"
301 "vst1.32 d0[0], [%[dst]], %[kBPS] \n"
302 "vst1.32 d0[1], [%[dst]], %[kBPS] \n"
303 "vst1.32 d1[0], [%[dst]], %[kBPS] \n"
307 : [kBPS] "r"(kBPS), [constants] "r"(constants) /* constants *
    [all...]
  /external/webp/src/dsp/
enc_neon.c 32 const int kBPS = BPS;
107 "vld1.32 d6[0], [%[ref]], %[kBPS] \n"
108 "vld1.32 d6[1], [%[ref]], %[kBPS] \n"
109 "vld1.32 d7[0], [%[ref]], %[kBPS] \n"
110 "vld1.32 d7[1], [%[ref]], %[kBPS] \n"
112 "sub %[ref], %[ref], %[kBPS], lsl #2 \n"
133 "vst1.32 d0[0], [%[dst]], %[kBPS] \n"
134 "vst1.32 d0[1], [%[dst]], %[kBPS] \n"
135 "vst1.32 d1[0], [%[dst]], %[kBPS] \n"
139 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constant
    [all...]
dec_neon.c 164 const int kBPS = BPS;
275 "vld1.32 d6[0], [%[dst]], %[kBPS] \n"
276 "vld1.32 d6[1], [%[dst]], %[kBPS] \n"
277 "vld1.32 d7[0], [%[dst]], %[kBPS] \n"
278 "vld1.32 d7[1], [%[dst]], %[kBPS] \n"
280 "sub %[dst], %[dst], %[kBPS], lsl #2 \n"
301 "vst1.32 d0[0], [%[dst]], %[kBPS] \n"
302 "vst1.32 d0[1], [%[dst]], %[kBPS] \n"
303 "vst1.32 d1[0], [%[dst]], %[kBPS] \n"
307 : [kBPS] "r"(kBPS), [constants] "r"(constants) /* constants *
    [all...]

Completed in 44 milliseconds