Searched refs:kC1C2 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Denc_neon.c33 const int16_t kC1C2[] = { 20091, 17734, 0, 0 }; // kC1 / (kC2 >> 1) / 0 / 0 local
37 "vld1.16 {d0}, [%[kC1C2]] \n"
139 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constants
/external/webp/src/dsp/
H A Denc_neon.c133 const int16_t kC1C2[] = { kC1, kC2, 0, 0 }; local
137 "vld1.16 {d0}, [%[kC1C2]] \n"
239 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constants

Completed in 284 milliseconds